diff options
| author | Thijs Paelman <thijs@ouroboros.rocks> | 2025-11-04 13:35:52 +0100 |
|---|---|---|
| committer | Sander Vrijders <sander@ouroboros.rocks> | 2025-11-07 08:36:20 +0100 |
| commit | 535fba02cd27020f9c64dcbe4e97584a145816d4 (patch) | |
| tree | 2a8af9691bd489c58b746b1a2edc66572e3782f4 /src/ipcpd/unicast/routing/tests | |
| parent | ed8a62f1cdca19c09caf52f2e36f45dafaa9cff8 (diff) | |
| download | ouroboros-535fba02cd27020f9c64dcbe4e97584a145816d4.tar.gz ouroboros-535fba02cd27020f9c64dcbe4e97584a145816d4.zip | |
build: Include tests in 'all' target
When BUILD_TESTING=ON, then the default 'all' target will now build also
the tests.
This behaviour could be controlled by an extra variable
(see https://stackoverflow.com/a/42235335), but this increases
complexity without many benefits.
Signed-off-by: Thijs Paelman <thijs@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/ipcpd/unicast/routing/tests')
| -rw-r--r-- | src/ipcpd/unicast/routing/tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/unicast/routing/tests/CMakeLists.txt b/src/ipcpd/unicast/routing/tests/CMakeLists.txt index 9d24bf03..b5011474 100644 --- a/src/ipcpd/unicast/routing/tests/CMakeLists.txt +++ b/src/ipcpd/unicast/routing/tests/CMakeLists.txt @@ -20,7 +20,7 @@ create_test_sourcelist(${PARENT_DIR}_tests test_suite.c graph_test.c ) -add_executable(${PARENT_DIR}_test EXCLUDE_FROM_ALL ${${PARENT_DIR}_tests}) +add_executable(${PARENT_DIR}_test ${${PARENT_DIR}_tests}) target_link_libraries(${PARENT_DIR}_test ouroboros-common) add_dependencies(check ${PARENT_DIR}_test) |
