X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7ce4c8b29c65ff5537f92a3804d45979af9a060d..90008cdc8ce8378c144611d93908c6e8e04bc7dd:/buildtools/Cmake/UnitTesting.cmake diff --git a/buildtools/Cmake/UnitTesting.cmake b/buildtools/Cmake/UnitTesting.cmake index bbbb3ec786..e5f12bd0f7 100644 --- a/buildtools/Cmake/UnitTesting.cmake +++ b/buildtools/Cmake/UnitTesting.cmake @@ -13,6 +13,7 @@ set(TEST_CFILES src/xbt/xbt_sha.c src/xbt/config.c src/xbt/xbt_synchro.c + src/xbt/parmap.c ) set(TEST_UNITS ${CMAKE_CURRENT_BINARY_DIR}/src/cunit_unit.c @@ -26,6 +27,7 @@ set(TEST_UNITS ${CMAKE_CURRENT_BINARY_DIR}/src/xbt_sha_unit.c ${CMAKE_CURRENT_BINARY_DIR}/src/config_unit.c ${CMAKE_CURRENT_BINARY_DIR}/src/xbt_synchro_unit.c + ${CMAKE_CURRENT_BINARY_DIR}/src/parmap_unit.c ${CMAKE_CURRENT_BINARY_DIR}/src/simgrid_units_main.c ) @@ -64,4 +66,4 @@ else(NOT WIN32) target_link_libraries(testall gras) endif(NOT WIN32) -add_dependencies(testall $(TEST_UNITS)) \ No newline at end of file +add_dependencies(testall ${TEST_UNITS}) \ No newline at end of file