From f746ce50702d3734b2ec227006ecf7fd43b36466 Mon Sep 17 00:00:00 2001
From: Francois Bleibel <fbleibel@gmail.com>
Date: Mon, 21 Jun 2010 16:20:23 +0900
Subject: [PATCH] Removed test test_shell which was already included in dynamic
 graph.

---
 unitTesting/CMakeLists.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/unitTesting/CMakeLists.txt b/unitTesting/CMakeLists.txt
index ac046bf4..4e3aa15e 100644
--- a/unitTesting/CMakeLists.txt
+++ b/unitTesting/CMakeLists.txt
@@ -4,8 +4,7 @@
 
 SET (tests
 	main
-	signal/test_signal
-	plugin/test_shell)
+	signal/test_signal)
 
 FOREACH(test ${tests})
 	GET_FILENAME_COMPONENT(EXECUTABLE_NAME ${test} NAME)
@@ -61,4 +60,4 @@ FOREACH(test ${tests})
 	TARGET_LINK_LIBRARIES(${EXECUTABLE_NAME}
 		dl)
 
-ENDFOREACH(test)
\ No newline at end of file
+ENDFOREACH(test)
-- 
GitLab