From 2c837bd37ffcd034aea9de51c98873bcbe42a947 Mon Sep 17 00:00:00 2001 From: Yann Duplouy Date: Tue, 12 Nov 2019 11:30:36 +0100 Subject: [PATCH] Adding xbt::random unit test to the list of unit tests --- tools/cmake/Tests.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/cmake/Tests.cmake b/tools/cmake/Tests.cmake index e40775287e..b430dea117 100644 --- a/tools/cmake/Tests.cmake +++ b/tools/cmake/Tests.cmake @@ -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) -- 2.20.1