aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2016-12-18 01:26:58 -0800
committerGarrett D'Amore <garrett@damore.org>2016-12-18 01:26:58 -0800
commitda927294ee63ff0995592863ea6d3d70a239c61d (patch)
tree8143eafabaf3ab3fe1d9c7631ace4556b290581f /tests/CMakeLists.txt
parent60e5d370dec0a3f259b11d3aabb864a5f8f6a087 (diff)
downloadnng-da927294ee63ff0995592863ea6d3d70a239c61d.tar.gz
nng-da927294ee63ff0995592863ea6d3d70a239c61d.tar.bz2
nng-da927294ee63ff0995592863ea6d3d70a239c61d.zip
Added linked list test suite.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt3
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