1
0
forked from Alepha/Alepha

A lot of the tests are now in cmake.

I've also fixed a few things up so that the tests can be all run, more easily.
This commit is contained in:
2023-10-12 18:29:16 -04:00
parent 57b68ef8a4
commit dd3f825ecd
8 changed files with 375 additions and 148 deletions

View File

@ -1,6 +1,6 @@
#cmake_policy( SET CMP0002 OLD )
add_compile_options( -I ${CMAKE_BINARY_DIR} ; -std=c++20 )
add_compile_options( -I ${CMAKE_BINARY_DIR} ; -std=c++20 ; -I . )
list( APPEND CMAKE_CTEST_ARGUMENTS "-VV" )