tests: Added automatic pattern tests

This commit is contained in:
WerWolv
2022-06-23 12:01:10 +02:00
parent 68edebbe4f
commit 7d122d9d74
9 changed files with 192 additions and 1 deletions

11
tests/CMakeLists.txt Normal file
View File

@@ -0,0 +1,11 @@
cmake_minimum_required(VERSION 3.16)
project(tests)
set(CMAKE_CXX_STANDARD 20)
add_subdirectory(lib/pl)
enable_testing()
add_subdirectory(patterns)