~ add catch2 include back

This commit is contained in:
Johannes Theiner 2020-01-08 19:12:50 +01:00
parent abcc6f1c97
commit 951b15f2fc
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include <catch2/catch.hpp>
#include "../src/SharedMemory.h"
TEST_CASE("Demo test"){

View File

@ -1,3 +1,5 @@
#include <catch2/catch.hpp>
#define CATCH_CONFIG_MAIN
//Dont touch this file.