Add base for simple expression unit tests

This commit is contained in:
Jan
2021-11-25 01:20:51 +01:00
parent c5475ce780
commit 7680f92ae1
5 changed files with 158 additions and 2 deletions

View File

@ -0,0 +1,2 @@
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>