Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do explicit lmm_variable_free to avoid warning messages.
[simgrid.git] / buildtools / Cmake / UnitTesting.cmake
index bbbb3ec78652dac030fc79b8870a4aff976343df..51a4695d3874b571f0f8490853e05e122c1976cc 100644 (file)
@@ -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
 )