X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f0eb9ed1492509eeaa51629e9dc95b729a8481e3..4bc7488fce1d27f7234e043853cf9259a8947636:/buildtools/Cmake/UnitTesting.cmake diff --git a/buildtools/Cmake/UnitTesting.cmake b/buildtools/Cmake/UnitTesting.cmake index 327c2524a9..e5f12bd0f7 100644 --- a/buildtools/Cmake/UnitTesting.cmake +++ b/buildtools/Cmake/UnitTesting.cmake @@ -13,7 +13,7 @@ set(TEST_CFILES src/xbt/xbt_sha.c src/xbt/config.c src/xbt/xbt_synchro.c - src/xbt/threadpool.c + src/xbt/parmap.c ) set(TEST_UNITS ${CMAKE_CURRENT_BINARY_DIR}/src/cunit_unit.c @@ -27,7 +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/threadpool_unit.c + ${CMAKE_CURRENT_BINARY_DIR}/src/parmap_unit.c ${CMAKE_CURRENT_BINARY_DIR}/src/simgrid_units_main.c ) @@ -66,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