Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
ITADataSources
Commits
c0c966a4
Commit
c0c966a4
authored
Nov 23, 2016
by
Dipl.-Ing. Jonas Stienen
Browse files
Adding more tests
parent
7a1a68e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/CMakeLists.txt
View file @
c0c966a4
...
...
@@ -10,10 +10,6 @@ endif()
vista_use_package
(
ITADataSources REQUIRED FIND_DEPENDENCIES
)
if
(
VASIO_FOUND AND ITA_DATA_SOURCE_WITH_INTEGRATED_ASIO
)
add_subdirectory
(
ITAAsioTests
)
endif
(
VASIO_FOUND AND ITA_DATA_SOURCE_WITH_INTEGRATED_ASIO
)
if
(
ITA_CORE_LIBS_BUILD_STATIC AND DEFINED ITA_CORE_LIBS_BUILD_STATIC
)
add_definitions
(
-DITA_BASE_STATIC -DITA_DATA_SOURCES_STATIC
)
endif
(
ITA_CORE_LIBS_BUILD_STATIC AND DEFINED ITA_CORE_LIBS_BUILD_STATIC
)
...
...
@@ -121,6 +117,13 @@ set_property( TARGET StreamProbeTest PROPERTY FOLDER "ITACoreLibs/Tests/ITADataS
# set_property( TARGET YJunctionTest PROPERTY FOLDER "ITACoreLibs/Tests/ITADataSources" )
# Portaudio tests
add_subdirectory
(
"ITAPortaudioTests"
)
# tests
if
(
ITA_DATA_SOURCE_WITH_INTEGRATED_ASIO
)
add_subdirectory
(
ITAAsioTests
)
endif
(
ITA_DATA_SOURCE_WITH_INTEGRATED_ASIO
)
if
(
ITA_DATA_SOURCE_WITH_INTEGRATED_PORTAUDIO
)
add_subdirectory
(
"ITAPortaudioTests"
)
endif
(
ITA_DATA_SOURCE_WITH_INTEGRATED_PORTAUDIO
)
add_subdirectory
(
"NetAudio"
)
add_subdirectory
(
"VistaNetTest"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment