aboutsummaryrefslogtreecommitdiff
path: root/zencore-test/zencore-test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* It's not possible to compile out testsStefan Boberg2021-09-201-9/+11
| | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly.
* Added namespace scopes to more includes for better consistencyStefan Boberg2021-09-171-1/+1
|
* clang-format fixesStefan Boberg2021-09-161-1/+1
|
* Added explicit logging initialization to main() of standalone executables, ↵Stefan Boberg2021-09-151-1/+3
| | | | to make things work with the new default logger shadowing changes
* Adding zenservice codeStefan Boberg2021-05-111-0/+21