Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding xbt::random unit test to the list of unit tests
authorYann Duplouy <yann.duplouy@inria.fr>
Tue, 12 Nov 2019 10:30:36 +0000 (11:30 +0100)
committerYann Duplouy <yann.duplouy@inria.fr>
Tue, 12 Nov 2019 10:30:36 +0000 (11:30 +0100)
tools/cmake/Tests.cmake

index e407752..b430dea 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)