aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2026-01-06 10:40:53 -0500
committerGitHub <noreply@github.com>2026-01-06 10:40:53 -0500
commitafbb98e79e9df429bff491bc1071645536bbbd3c (patch)
treedeac710a47ccfbc58aceb44e6f2cb65fb44901d8 /tests/CMakeLists.txt
parentcf50be9ef96fd8011fbd45321b4c454470112cf4 (diff)
parent0ad1fc6e37835bd2a7bfbda41be1bf22f8f6bc5e (diff)
downloadstasis-afbb98e79e9df429bff491bc1071645536bbbd3c.tar.gz
Merge pull request #118 from jhunkeler/semaphore
Semaphore
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 2b09e9e..08ef833 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -30,6 +30,9 @@ foreach(source_file ${source_files})
elseif (CMAKE_C_COMPILER_ID STREQUAL "MSVC")
target_compile_options(${test_executable} PRIVATE ${win_cflags} ${win_msvc_cflags})
endif()
+ if (TESTS_VERBOSE)
+ target_compile_definitions(${test_executable} PRIVATE STASIS_TEST_VERBOSE=1)
+ endif ()
target_include_directories(${test_executable} PRIVATE
${core_INCLUDE}
${delivery_INCLUDE}