mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-31 01:24:19 +02:00
CMake for negative test
This commit is contained in:
parent
2620091238
commit
f029fcc2fb
@ -3,3 +3,4 @@ project (utf8cpp)
|
||||
|
||||
include_directories ("${PROJECT_SOURCE_DIR}/source")
|
||||
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