This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
rtaudio
mirror of
https://github.com/falkTX/rtaudio
Watch
1
Star
0
Fork
0
Code
Releases
27
Activity
Browse Source
[automake, cmake] add apinames as automated test
tags/5.1.0
Stephen Sinclair
6 years ago
parent
2a9e187d7c
commit
d4e011159d
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tests/CMakeLists.txt
+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
Write
Preview
Loading…
Cancel
Save