From 1330df1053a9ee9927dc27e1f333a67965dbf02e Mon Sep 17 00:00:00 2001 From: Sebastian Englbrecht Date: Sat, 23 May 2026 15:30:30 +0200 Subject: tests: create smoke test for dolphin --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') 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() -- cgit v1.3.1