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:
parent
f5f19350ea
commit
df384f5128
7 changed files with 312 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue