summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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