Merged WaveRT branch (excluding stuff pertaining to ticket #169)

This commit is contained in:
robiwan 2012-02-14 09:32:57 +00:00
commit c5874f23c4
7 changed files with 5211 additions and 1704 deletions

9
test/CMakeLists.txt Normal file
View 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)