diff options
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e2ccde6b..7a9f5e98 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -26,6 +26,8 @@ # Build unit tests. +include_directories(AFTER SYSTEM ${PROJECT_SOURCE_DIR}/src) + if (NNG_TESTS) set (TEST_PORT 12100) @@ -51,3 +53,4 @@ else () endif () add_nng_test(demo 5) +add_nng_test(list 5)
\ No newline at end of file |
