aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrickyLeifa <date.epoch@gmail.com>2024-05-18 03:09:39 +0200
committerTrickyLeifa <date.epoch@gmail.com>2024-05-18 03:09:39 +0200
commitf9c7205210fb9f768f583065971ece09e6b5eb03 (patch)
tree283c95f8f776ed852d03a816388695afd65c0f73
parent406a4661ae88e063db0ba2c063db6ad5d1b2de25 (diff)
Clarified test message builder
-rw-r--r--test/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 4c1d0980..c78740c1 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -9,8 +9,8 @@ enable_testing(true)
set(SKIP_AUTOMOC ON)
function(ao_declare_test test_id)
- message(STATUS "FOOBAR Adding test: ${test_id}")
- message(STATUS "FOOBAR Source files: ${ARGN}")
+ message(STATUS "Adding test: ${test_id}")
+ message(STATUS "Source files: ${ARGN}")
add_executable(${test_id} ${ARGN})
target_include_directories(${test_id} PRIVATE ../src src)
target_link_directories(${test_id} PRIVATE ../lib)