diff options
| author | Thijs Paelman <thijs@ouroboros.rocks> | 2025-10-20 19:58:01 +0200 |
|---|---|---|
| committer | Sander Vrijders <sander@ouroboros.rocks> | 2025-11-21 08:21:38 +0100 |
| commit | e54be25b524316006d7a36893c8847d438df06e5 (patch) | |
| tree | 10ff3be23540cdc89c62912af6e57a06093721d4 /src/ipcpd/unicast/dir/tests | |
| parent | 7dd1cd18373a6c64ecea8caf231e10a00764f705 (diff) | |
| download | ouroboros-e54be25b524316006d7a36893c8847d438df06e5.tar.gz ouroboros-e54be25b524316006d7a36893c8847d438df06e5.zip | |
build: Add build_tests target
This intermediate target only builds all the tests, it doesn't run them.
It is added for clarifying the different steps involved in testing.
The 'check' target still builds AND runs the tests as before.
Signed-off-by: Thijs Paelman <thijs@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/ipcpd/unicast/dir/tests')
| -rw-r--r-- | src/ipcpd/unicast/dir/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/unicast/dir/tests/CMakeLists.txt b/src/ipcpd/unicast/dir/tests/CMakeLists.txt index 897f1ec2..f5f5a74c 100644 --- a/src/ipcpd/unicast/dir/tests/CMakeLists.txt +++ b/src/ipcpd/unicast/dir/tests/CMakeLists.txt @@ -25,7 +25,7 @@ add_executable(${PARENT_DIR}_test ${${PARENT_DIR}_tests} ${DHT_PROTO_SRCS}) target_link_libraries(${PARENT_DIR}_test ouroboros-common) -add_dependencies(check ${PARENT_DIR}_test) +add_dependencies(build_tests ${PARENT_DIR}_test) set(tests_to_run ${${PARENT_DIR}_tests}) if(CMAKE_VERSION VERSION_LESS "3.29.0") |
