1
0
forked from Alepha/Alepha

Split out some of the test core into its own TU.

This might cut down on test build times?  It will let
me polish up some of this stuff without needing to recompile
some things.
This commit is contained in:
2023-10-26 00:54:33 -04:00
parent 6b3492636a
commit bba2544780
3 changed files with 87 additions and 73 deletions

View File

@ -1,3 +1,3 @@
add_subdirectory( TableTest.test )
add_library( unit-test SHARED testlib.cc )
add_library( unit-test SHARED testlib.cc test.cc )