]> granicus.if.org Git - icinga2/commitdiff
CMake for negative test
authorNemanja Trifunovic <ntrifunovic@hotmail.com>
Sun, 18 Oct 2015 00:41:24 +0000 (20:41 -0400)
committerNemanja Trifunovic <ntrifunovic@hotmail.com>
Sun, 18 Oct 2015 00:41:24 +0000 (20:41 -0400)
CMakeLists.txt
test_drivers/CMakeLists.txt [new file with mode: 0644]
test_drivers/negative/CMakeLists.txt [new file with mode: 0644]

index 4a23de7a6fa70066cf0856a97e477b19f98db189..49c9fade28e17995f9ab8f0553e6e6eefff40f5a 100644 (file)
@@ -2,4 +2,5 @@ cmake_minimum_required (VERSION 2.6)
 project (utf8cpp)
 
 include_directories ("${PROJECT_SOURCE_DIR}/source")
-add_subdirectory (samples) 
+add_subdirectory (samples)
+add_subdirectory (test_drivers)
diff --git a/test_drivers/CMakeLists.txt b/test_drivers/CMakeLists.txt
new file mode 100644 (file)
index 0000000..78822a1
--- /dev/null
@@ -0,0 +1 @@
+add_subdirectory (negative)
diff --git a/test_drivers/negative/CMakeLists.txt b/test_drivers/negative/CMakeLists.txt
new file mode 100644 (file)
index 0000000..f0d5e15
--- /dev/null
@@ -0,0 +1 @@
+add_executable (negative negative.cpp)
\ No newline at end of file