Merged WaveRT branch (excluding stuff pertaining to ticket #169)
This commit is contained in:
parent
de1d97419b
commit
c5874f23c4
7 changed files with 5211 additions and 1704 deletions
9
test/CMakeLists.txt
Normal file
9
test/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Test projects
|
||||
# Use the macro to add test projects
|
||||
|
||||
MACRO(ADD_TEST appl_name)
|
||||
ADD_EXECUTABLE(${appl_name} "${appl_name}.c")
|
||||
TARGET_LINK_LIBRARIES(${appl_name} portaudio_static)
|
||||
ENDMACRO(ADD_TEST)
|
||||
|
||||
ADD_TEST(patest_longsine)
|
||||
Loading…
Reference in a new issue