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

@ -18,6 +18,7 @@ link_libraries( alepha )
# The subdirs to build
add_subdirectory( Meta )
add_subdirectory( Proof )
add_subdirectory( Reflection )
# The local subdir tests to build