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

Public GIT Repository
inline all VM tracing functions
[simgrid.git] / tools / cmake / UnitTesting.cmake
index 0ec9bd0a8914ff43ade9dd957389d17d09f414a5..41ed4544ec3f04b131b50c92635df0cc9d19c24c 100644 (file)
@@ -5,12 +5,12 @@
 # FILES_CONTAINING_UNITTESTS and have a pleasant day.
 
 set(FILES_CONTAINING_UNITTESTS
-  src/xbt/cunit.c
-  src/xbt/ex.c
-  src/xbt/dynar.c
-  src/xbt/dict.c
+  src/xbt/cunit.cpp
+  src/xbt/ex.cpp
+  src/xbt/dynar.cpp
+  src/xbt/dict.cpp
   src/xbt/swag.c
-  src/xbt/xbt_str.c
+  src/xbt/xbt_str.cpp
   src/xbt/xbt_strbuff.c
   src/xbt/config.cpp
 )