Fix test CMakeList.txt

This commit is contained in:
ado 2023-07-31 23:30:26 +02:00
parent 2fe2c391fe
commit 0858369c7d
2 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ endif()
if (MSVC) if (MSVC)
add_compile_options(/bigobj) add_compile_options(/bigobj)
elseif (MINGW) () elseif (MINGW)
add_compile_options(-Wa,-mbig-obj) add_compile_options(-Wa,-mbig-obj)
endif () endif ()

View File

@ -10,6 +10,8 @@
#include <unordered_map> #include <unordered_map>
#include <unordered_set> #include <unordered_set>
#define CMAKE_GITHUB_CI
// parser tests v2 // parser tests v2
namespace { namespace {