diff options
author | JP Cimalando <jpcima@users.noreply.github.com> | 2018-07-24 04:55:55 +0200 |
---|---|---|
committer | JP Cimalando <jpcima@users.noreply.github.com> | 2018-07-24 04:55:55 +0200 |
commit | 86b97d103fdeab8d285189d96ec6b316ec8c3530 (patch) | |
tree | bf14b0d9d4c7cbf9483443516d1cbf193916d8cf /test/CMakeLists.txt | |
parent | 9544965f28ce42b69f97e6aaeb881c9a20bfbad4 (diff) | |
download | libADLMIDI-86b97d103fdeab8d285189d96ec6b316ec8c3530.tar.gz libADLMIDI-86b97d103fdeab8d285189d96ec6b316ec8c3530.tar.bz2 libADLMIDI-86b97d103fdeab8d285189d96ec6b316ec8c3530.zip |
add unit test to check internal instrument conversions
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index bb5615e..ee02087 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -2,6 +2,7 @@ set(CMAKE_CXX_STANDARD 11) add_subdirectory(bankmap) +add_subdirectory(conversion) add_library(Catch-objects OBJECT "common/catch_main.cpp") target_include_directories(Catch-objects PRIVATE "common") |