Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
hopefully add all the missing binaries to the tests
[simgrid.git] / tools / graphicator / CMakeLists.txt
index 954e3ee..5d81a73 100644 (file)
@@ -1,4 +1,5 @@
-add_executable       (graphicator graphicator.c)
+add_executable       (graphicator EXCLUDE_FROM_ALL graphicator.c)
+add_dependencies     (tests       graphicator)
 target_link_libraries(graphicator simgrid)
 set_target_properties(graphicator PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
 ADD_TESH(graphicator --setenv srcdir=${CMAKE_HOME_DIRECTORY} --setenv bindir=${CMAKE_BINARY_DIR}/bin --cd ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/graphicator.tesh)