From 0858369c7d47c8c7ffaee6d3883433338b4e24e1 Mon Sep 17 00:00:00 2001 From: ado Date: Mon, 31 Jul 2023 23:30:26 +0200 Subject: [PATCH] Fix test CMakeList.txt --- test/CMakeLists.txt | 2 +- test/test_parser2.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 {