summaryrefslogtreecommitdiff
path: root/tests
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
parent2a9e187d7c3f8f0dc084d5863f85191eb48c0ade (diff)
[automake, cmake] add apinames as automated test
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
-rw-r--r--tests/Makefile.am2
2 files changed, 4 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)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 0a9bb18..9f59ca3 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -28,3 +28,5 @@ teststops_SOURCES = teststops.cpp
teststops_LDADD = $(top_builddir)/librtaudio.la
EXTRA_DIST = Windows CMakeLists.txt
+
+TESTS = apinames