Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Preserve const qualifier with cast.
[simgrid.git] / tools / cmake / Tests.cmake
index 085a635..5d579c3 100644 (file)
@@ -101,7 +101,7 @@ set(UNIT_TESTS  src/xbt/unit-tests_main.cpp
                 src/xbt/dict_test.cpp
                 src/xbt/dynar_test.cpp
                 src/xbt/xbt_str_test.cpp
-                teshsuite/surf/lmm_usage/lmm_basic.cpp)
+               src/kernel/lmm/maxmin_test.cpp)
 if (SIMGRID_HAVE_MC)
   set(UNIT_TESTS ${UNIT_TESTS} src/mc/sosp/Snapshot_test.cpp src/mc/sosp/PageStore_test.cpp)
 else()