diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-29 09:03:55 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-29 09:03:55 -0800 |
| commit | 76c1836aaf2e7738829834c043ba1bc4d6ed6cec (patch) | |
| tree | e8d178106ce939fe71e4d0e26ab772e21ae21a7b /tests/CMakeLists.txt | |
| parent | ba8cbe2bd52199ff64270901f2981894a9b553d2 (diff) | |
| download | nng-76c1836aaf2e7738829834c043ba1bc4d6ed6cec.tar.gz nng-76c1836aaf2e7738829834c043ba1bc4d6ed6cec.tar.bz2 nng-76c1836aaf2e7738829834c043ba1bc4d6ed6cec.zip | |
Test suite for idhash, fix symbol errors, and value changing.
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e8f6706e..0a225c7e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -52,6 +52,7 @@ else () endmacro (add_nng_perf) endif () +add_nng_test(idhash 5) add_nng_test(list 5) add_nng_test(platform 5) add_nng_test(sock 5) |
