Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Actually free the memory in these cases, should fix leaks and crashes on 32 bits.
[simgrid.git] / tools / cmake / Tests.cmake
index e40775287ef22120aacecd17d129f50d46bbeab2..b430dea1179dc6a96f686c2a2f9ab70f742ac4a8 100644 (file)
@@ -105,6 +105,7 @@ set(UNIT_TESTS  src/xbt/unit-tests_main.cpp
                 src/xbt/config_test.cpp
                 src/xbt/dict_test.cpp
                 src/xbt/dynar_test.cpp
+               src/xbt/random_test.cpp
                 src/xbt/xbt_str_test.cpp
                src/kernel/lmm/maxmin_test.cpp)
 if (SIMGRID_HAVE_MC)