]> AND Public Git Repository - simgrid.git/blobdiff - tools/cmake/Tests.cmake
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Die on unwanted function calls.
[simgrid.git] / tools / cmake / Tests.cmake
index fca894cb26fc6e569cb9a43467de2cc37877687a..2c6ea4c480d2cd3ab3e04008e2024809f7406921 100644 (file)
@@ -123,8 +123,13 @@ ENDIF()
 
 # New tests should use the Catch Framework
 set(UNIT_TESTS  src/xbt/unit-tests_main.cpp
+                src/kernel/resource/NetworkModelIntf_test.cpp
                 src/kernel/resource/profile/Profile_test.cpp
+                src/kernel/routing/DijkstraZone_test.cpp
+                src/kernel/routing/DragonflyZone_test.cpp
                 src/kernel/routing/FatTreeZone_test.cpp
+                src/kernel/routing/FloydZone_test.cpp
+                src/kernel/routing/FullZone_test.cpp
                 src/kernel/routing/StarZone_test.cpp
                 src/kernel/routing/TorusZone_test.cpp
                 src/xbt/config_test.cpp