From d4e011159d5361bb9b0589ea97d8f0be940cea9e Mon Sep 17 00:00:00 2001 From: Stephen Sinclair Date: Wed, 17 Apr 2019 13:02:25 +0200 Subject: [PATCH] [automake, cmake] add apinames as automated test --- tests/CMakeLists.txt | 2 ++ tests/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) 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