feat(test): add support for testing against storm.dll

This commit is contained in:
Adam Heinermann 2025-09-23 17:22:03 -07:00 committed by fallenoak
parent 47d903f4ac
commit 982a89b6da
9 changed files with 648 additions and 7 deletions

View file

@ -1,7 +1,20 @@
file(GLOB_RECURSE TEST_SOURCES
"*.cpp"
"big/*.cpp"
)
if(WHOA_TEST_STORMDLL)
set(TEST_SOURCES
#Big.cpp
#Event.cpp
Memory.cpp
Region.cpp
String.cpp
Test.cpp
Unicode.cpp
)
else()
file(GLOB TEST_SOURCES
"*.cpp"
"big/*.cpp"
)
endif()
if(WHOA_SYSTEM_MAC)
set_source_files_properties(${TEST_SOURCES}