┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorSebastian Englbrecht <[email protected]>2026-05-23 15:30:30 +0200
committerMéven Car <[email protected]>2026-05-28 08:12:53 +0000
commit1330df1053a9ee9927dc27e1f333a67965dbf02e (patch)
treef78bee964ddac22c7d9df707ad628121db93765b /src/CMakeLists.txt
parent74a63f5fa93285f59aed6e47656fc2d18f4d4567 (diff)
tests: create smoke test for dolphin
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4faabe9d5..a8769454b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -668,6 +668,7 @@ install(
)
if(BUILD_TESTING)
+ target_compile_definitions(dolphin PRIVATE BUILD_TESTING)
add_subdirectory(tests)
endif()