Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cmake factoring in teshsuite/xbt
[simgrid.git] / teshsuite / xbt / parmap_test / CMakeLists.txt
diff --git a/teshsuite/xbt/parmap_test/CMakeLists.txt b/teshsuite/xbt/parmap_test/CMakeLists.txt
deleted file mode 100644 (file)
index 2301a0c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-add_executable       (parmap_test parmap_test.c)
-target_link_libraries(parmap_test simgrid)
-
-set(tesh_files
-  ${tesh_files}
-  ${CMAKE_CURRENT_SOURCE_DIR}/parmap_test.tesh
-  PARENT_SCOPE)
-set(teshsuite_src
-  ${teshsuite_src}
-  ${CMAKE_CURRENT_SOURCE_DIR}/parmap_test.c
-  PARENT_SCOPE)