summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorStephen Sinclair <radarsat1@gmail.com>2019-04-17 13:02:25 +0200
committerStephen Sinclair <radarsat1@gmail.com>2019-04-17 13:02:25 +0200
commitd4e011159d5361bb9b0589ea97d8f0be940cea9e (patch)
treee55dc2e831873b87a7cff495804ad24dffbef320 /tests/CMakeLists.txt
parent2a9e187d7c3f8f0dc084d5863f85191eb48c0ade (diff)
[automake, cmake] add apinames as automated test
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 5847027..f67ff21 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -28,3 +28,5 @@ target_link_libraries(testall ${LIBRTAUDIO} ${LINKLIBS})
add_executable(teststops teststops.cpp)
target_link_libraries(teststops ${LIBRTAUDIO} ${LINKLIBS})
+
+add_test(NAME apinames COMMAND apinames)