diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2019-04-17 13:02:25 +0200 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2019-04-17 13:02:25 +0200 |
| commit | d4e011159d5361bb9b0589ea97d8f0be940cea9e (patch) | |
| tree | e55dc2e831873b87a7cff495804ad24dffbef320 | |
| parent | 2a9e187d7c3f8f0dc084d5863f85191eb48c0ade (diff) | |
[automake, cmake] add apinames as automated test
| -rw-r--r-- | tests/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | tests/Makefile.am | 2 |
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 |
