#========================================
#	Auteur : Pierre Aubert
#	Mail : pierre.aubert@lapp.in2p3.fr
#	Licence : CeCILL-C
#========================================

add_executable(test_class_pmaptree main.cpp)
target_link_libraries(test_class_pmaptree phoenix_core)

add_test(NAME Test_class_pmaptree
	COMMAND ${CMAKE_CURRENT_BINARY_DIR}/test_class_pmaptree
	WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)


