summaryrefslogtreecommitdiff
path: root/src/app/prototest/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-11-14 08:08:46 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-11-14 08:08:46 +0100
commita07d2385010cbf0175467d8fc2a57a811a089238 (patch)
tree8f0de52b5112df34174735604314ae2ed3ecaeac /src/app/prototest/Makefile.inc
parentb3f9b25d53b1bd1fc83e8a291ae40b84d02a4478 (diff)
prototest: restore nlohmann tests
Diffstat (limited to 'src/app/prototest/Makefile.inc')
-rw-r--r--src/app/prototest/Makefile.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/app/prototest/Makefile.inc b/src/app/prototest/Makefile.inc
index 36cfb49..9bd4ac6 100644
--- a/src/app/prototest/Makefile.inc
+++ b/src/app/prototest/Makefile.inc
@@ -1,11 +1,20 @@
loop ?= 1
+ifeq (${prototest_include_global}, 1)
+ COMMON_FLAGS += -DPROTOTEST_INCLUDE_GLOBAL
+endif
+
+ifeq (${prototest_include_local}, 1)
+ COMMON_FLAGS += -DPROTOTEST_INCLUDE_LOCAL
+endif
+
ifeq (${prototest_arduinojson}, 1)
COMMON_FLAGS += -DPROTOTEST_ARDUINOJSON
endif
ifeq (${prototest_modernjson}, 1)
COMMON_FLAGS += -DPROTOTEST_MODERNJSON
+ ostream = 1
endif
ifeq (${prototest_mpack}, 1)