]> AND Public Git Repository - simgrid.git/blobdiff - buildtools/Cmake/UnitTesting.cmake
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove a useless private header and rename variables
[simgrid.git] / buildtools / Cmake / UnitTesting.cmake
index 327c2524a9a284a0a0dd98ee6a40a7ca6b4c55fc..e5f12bd0f73f7d98b71708b255e460131722af42 100644 (file)
@@ -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