From 273841b7b2442d1909ae8d0233b7097426a1d16c Mon Sep 17 00:00:00 2001 From: JP Cimalando Date: Mon, 3 Sep 2018 08:35:43 +0200 Subject: wopl: bug fix and test --- test/wopl-file/CMakeLists.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/wopl-file/CMakeLists.txt (limited to 'test/wopl-file/CMakeLists.txt') diff --git a/test/wopl-file/CMakeLists.txt b/test/wopl-file/CMakeLists.txt new file mode 100644 index 0000000..082f1fe --- /dev/null +++ b/test/wopl-file/CMakeLists.txt @@ -0,0 +1,15 @@ + +set(CMAKE_CXX_STANDARD 11) + +include_directories (${CMAKE_CURRENT_SOURCE_DIR}/../common + ${CMAKE_SOURCE_DIR}/include + ${CMAKE_SOURCE_DIR}/src) + +add_executable(WoplFile + wopl_file.cpp + ${libADLMIDI_SOURCE_DIR}/src/wopl/wopl_file.c + $) + +set_target_properties(WoplFile PROPERTIES COMPILE_DEFINITIONS "GSL_THROW_ON_CONTRACT_VIOLATION") +add_test(NAME WoplFileTest COMMAND WoplFile) + -- cgit v1.2.3