1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-10-18 15:29:24 +00:00

Add unit test for IndexResponse.

This commit is contained in:
King_DuckZ 2017-05-06 21:49:46 +01:00
commit df384f5128
7 changed files with 312 additions and 21 deletions

View file

@ -23,3 +23,10 @@
#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