Remove gitmodule for Catch2, replaced it with header file

This commit is contained in:
2019-05-19 14:42:45 +02:00
parent 01e8075958
commit 96943bad7e
5 changed files with 15006 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#ifdef TESTS_BUILD
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
#include <catch.hpp>
#include "Lexer.hpp"
TEST_CASE( "When at end of script return terminator", "[lexer]" ) {