Fix tests being broken

This commit is contained in:
2019-05-19 14:32:10 +02:00
parent 06fe0e7c4c
commit 01e8075958
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
#ifdef TESTS_BUILD
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
#include "Lexer.hpp"