Browse Source

[automake, cmake] add apinames as automated test

tags/5.1.0
Stephen Sinclair 6 years ago
parent
commit
d4e011159d
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      tests/CMakeLists.txt
  2. +2
    -0
      tests/Makefile.am

+ 2
- 0
tests/CMakeLists.txt View 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)

+ 2
- 0
tests/Makefile.am View File

@@ -28,3 +28,5 @@ teststops_SOURCES = teststops.cpp
teststops_LDADD = $(top_builddir)/librtaudio.la

EXTRA_DIST = Windows CMakeLists.txt

TESTS = apinames

Loading…
Cancel
Save