Skip to content
Snippets Groups Projects
Commit f746ce50 authored by Francois Bleibel's avatar Francois Bleibel
Browse files

Removed test test_shell which was already included in dynamic graph.

parent acc1de75
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,7 @@ ...@@ -4,8 +4,7 @@
SET (tests SET (tests
main main
signal/test_signal signal/test_signal)
plugin/test_shell)
FOREACH(test ${tests}) FOREACH(test ${tests})
GET_FILENAME_COMPONENT(EXECUTABLE_NAME ${test} NAME) GET_FILENAME_COMPONENT(EXECUTABLE_NAME ${test} NAME)
...@@ -61,4 +60,4 @@ FOREACH(test ${tests}) ...@@ -61,4 +60,4 @@ FOREACH(test ${tests})
TARGET_LINK_LIBRARIES(${EXECUTABLE_NAME} TARGET_LINK_LIBRARIES(${EXECUTABLE_NAME}
dl) dl)
ENDFOREACH(test) ENDFOREACH(test)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment