mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(big): split out ops tests
This commit is contained in:
parent
2109422fa4
commit
3492f8b8f2
3 changed files with 1439 additions and 1434 deletions
1433
test/Big.cpp
1433
test/Big.cpp
File diff suppressed because it is too large
Load diff
|
|
@ -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
1435
test/big/Ops.cpp
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue