1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-07-02 14:04:16 +00:00

Remove test-only stuff that is not necessary anymore.

Env reads environment variables from the list it receives
from main(), so I can also pass it a forged list now
without needing extra classes with sometimes-virtual methods
or other cruft.
This commit is contained in:
King_DuckZ 2017-05-15 09:18:11 +01:00
parent 660d911539
commit 7fc7e2fba8
6 changed files with 39 additions and 218 deletions

View file

@ -23,10 +23,3 @@
#define VERSION_MAJOR @PROJECT_VERSION_MAJOR@
#define VERSION_MINOR @PROJECT_VERSION_MINOR@
#define VERSION_PATCH @PROJECT_VERSION_PATCH@
#cmakedefine BUILD_TESTING
#if defined(BUILD_TESTING)
# define virtual_testing virtual
#else
# define virtual_testing
#endif