mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 08:59:07 +00:00
feat(test): add support for testing against storm.dll
This commit is contained in:
parent
47d903f4ac
commit
982a89b6da
9 changed files with 648 additions and 7 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue