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/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test/CMakeLists.txt') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ee02087..9e6b247 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -3,6 +3,7 @@ set(CMAKE_CXX_STANDARD 11) add_subdirectory(bankmap) add_subdirectory(conversion) +add_subdirectory(wopl-file) add_library(Catch-objects OBJECT "common/catch_main.cpp") target_include_directories(Catch-objects PRIVATE "common") -- cgit v1.2.3