diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6cf32ba..fe07582 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -14,7 +14,7 @@ endif() if (MSVC) add_compile_options(/bigobj) -elseif (MINGW) () +elseif (MINGW) add_compile_options(-Wa,-mbig-obj) endif () diff --git a/test/test_parser2.cpp b/test/test_parser2.cpp index c7acbe2..6a2be94 100644 --- a/test/test_parser2.cpp +++ b/test/test_parser2.cpp @@ -10,6 +10,8 @@ #include #include +#define CMAKE_GITHUB_CI + // parser tests v2 namespace {