[automake, cmake] add apinames as automated test
authorStephen Sinclair <radarsat1@gmail.com>
Wed, 17 Apr 2019 11:02:25 +0000 (13:02 +0200)
committerStephen Sinclair <radarsat1@gmail.com>
Wed, 17 Apr 2019 11:02:25 +0000 (13:02 +0200)
tests/CMakeLists.txt
tests/Makefile.am

index 5847027bcdbbe605f0c4fd2e830355cd2d3a406d..f67ff2172660b0e5afc8239e0fd8c5cc087fc70b 100644 (file)
@@ -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)
index 0a9bb1824a30c7a4236ffb818cef01ac87ca567e..9f59ca33bff46e0ecbed29a5ea5c5236f44b0933 100644 (file)
@@ -28,3 +28,5 @@ teststops_SOURCES = teststops.cpp
 teststops_LDADD = $(top_builddir)/librtaudio.la
 
 EXTRA_DIST = Windows CMakeLists.txt
+
+TESTS = apinames