diff options
| author | 3gg <3gg@shellblade.net> | 2026-04-20 18:49:45 -0700 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-04-20 18:49:45 -0700 |
| commit | e014d3cc269c636767528f2cdd716fc6badcaa89 (patch) | |
| tree | 6bbee621b14a3f2ab552c6ca2492c0488e9680b7 /test/CMakeLists.txt | |
| parent | dadaf61c45d675f0e8b88fbc231748ad8247a736 (diff) | |
Integration with ctest
Diffstat (limited to 'test/CMakeLists.txt')
| -rw-r--r-- | test/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a35fde4..9fe9a9c 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt | |||
| @@ -6,8 +6,8 @@ set(CMAKE_C_STANDARD 23) | |||
| 6 | set(CMAKE_C_STANDARD_REQUIRED On) | 6 | set(CMAKE_C_STANDARD_REQUIRED On) |
| 7 | set(CMAKE_C_EXTENSIONS Off) | 7 | set(CMAKE_C_EXTENSIONS Off) |
| 8 | 8 | ||
| 9 | add_library(test INTERFACE | 9 | add_library(ctest INTERFACE |
| 10 | test.h) | 10 | test.h) |
| 11 | 11 | ||
| 12 | target_include_directories(test INTERFACE | 12 | target_include_directories(ctest INTERFACE |
| 13 | .) | 13 | .) |
