Remove gitmodule for Catch2, replaced it with header file
This commit is contained in:
@@ -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]" ) {
|
||||
|
||||
Reference in New Issue
Block a user