aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorJP Cimalando <jpcima@users.noreply.github.com>2018-07-24 04:55:55 +0200
committerJP Cimalando <jpcima@users.noreply.github.com>2018-07-24 04:55:55 +0200
commit86b97d103fdeab8d285189d96ec6b316ec8c3530 (patch)
treebf14b0d9d4c7cbf9483443516d1cbf193916d8cf /test/CMakeLists.txt
parent9544965f28ce42b69f97e6aaeb881c9a20bfbad4 (diff)
downloadlibADLMIDI-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.txt1
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")