aboutsummaryrefslogtreecommitdiff
path: root/zencore-test/xmake.lua
Commit message (Collapse)AuthorAgeFilesLines
* Add catch2 support (#101)Stefan Boberg2022-05-201-0/+1
| | | | | | | Added option to use catch2 for unit tests Currently both doctest and catch2 are supported via some compatibility macros. doctest is the default, and ZEN_USE_CATCH2 needs to be defined to switch to catch2. Our goal is to evaluate how well catch2 works and switch to catch2 if everything pans out since UE5 now supports using catch2 for unit tests.
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-201-0/+2
|
* Include header files when generating solution.Per Larsson2021-12-141-1/+2
|
* Further xmake file cleanupStefan Boberg2021-09-071-0/+1
|
* Restructured xmake filesStefan Boberg2021-09-061-3/+0
| | | | Mostly: moved dependencies to the module which introduces them
* xmake build files (experimental)Stefan Boberg2021-09-041-0/+7