Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Convert the unit tests of xbt::dynar to Catch2
[simgrid.git] / tools / cmake / Tests.cmake
index 2433142..f99d372 100644 (file)
@@ -123,7 +123,8 @@ ENDIF()
 ADD_TEST(testall                                 ${CMAKE_BINARY_DIR}/testall)
 
 # New tests should use the Catch Framework
-set(UNIT_TESTS  src/surf/trace_mgr_test.cpp)
+set(UNIT_TESTS  src/surf/trace_mgr_test.cpp
+                src/xbt/dynar_test.cpp)
 if (SIMGRID_HAVE_MC)
   set(UNIT_TESTS ${UNIT_TESTS} src/mc/sosp/mc_snapshot_test.cpp src/mc/sosp/PageStore_test.cpp)
 else()