commit | 49c5192d4b669fa562c8785507ffa25812547d40 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Wed Feb 22 10:27:07 2023 +0100 |
committer | Michal Vasko <mvasko@cesnet.cz> | Wed Feb 22 10:27:07 2023 +0100 |
tree | 75e02dc4df40b211e4e2ee09febf8638081824cc | |
parent | ba9f3582428fcae1ae2a2cadc0ccd52f76e14c05 [diff] [blame] |
tests BUGFIX missing compat sources Refs #405
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e7ca099..663c0c4 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -50,7 +50,7 @@ foreach(src IN LISTS libsrc) list(APPEND test_srcs "../${src}") endforeach() -add_library(testobj OBJECT ${test_srcs}) +add_library(testobj OBJECT ${test_srcs} ${compatsrc}) foreach(test_name IN LISTS tests) add_executable(${test_name} $<TARGET_OBJECTS:testobj> ${test_name}.c)