chore(big): split out ops tests

This commit is contained in:
fallenoak 2023-02-05 16:52:03 -06:00
parent 2109422fa4
commit 3492f8b8f2
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
3 changed files with 1439 additions and 1434 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,7 @@
file(GLOB_RECURSE TEST_SOURCES "*.cpp") file(GLOB_RECURSE TEST_SOURCES
"*.cpp"
"big/*.cpp"
)
if(WHOA_SYSTEM_MAC) if(WHOA_SYSTEM_MAC)
set_source_files_properties(${TEST_SOURCES} set_source_files_properties(${TEST_SOURCES}

1435
test/big/Ops.cpp Normal file

File diff suppressed because it is too large Load diff