mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-30 00:54:30 +02:00
CMake for negative test
This commit is contained in:
parent
2620091238
commit
f029fcc2fb
@ -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)
|
||||
|
1
test_drivers/CMakeLists.txt
Normal file
1
test_drivers/CMakeLists.txt
Normal file
@ -0,0 +1 @@
|
||||
add_subdirectory (negative)
|
1
test_drivers/negative/CMakeLists.txt
Normal file
1
test_drivers/negative/CMakeLists.txt
Normal file
@ -0,0 +1 @@
|
||||
add_executable (negative negative.cpp)
|
Loading…
x
Reference in New Issue
Block a user