We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ac049 commit de92e2eCopy full SHA for de92e2e
tests/08-native-runs/Makefile
@@ -15,7 +15,8 @@ examples/hello-world/native:./08-native-ping.sh \
15
examples/coap/coap-example-server/native:./09-native-coap.sh \
16
examples/snmp-server/native:./10-snmp-server.sh \
17
tests/08-native-runs/11-aes-ccm/native:./11-aes-ccm.sh \
18
-tests/08-native-runs/12-heapmem/native:./12-heapmem.sh \
+tests/08-native-runs/12-heapmem/native:./12-heapmem.sh:DEFINES=HEAPMEM_DEBUG=0 \
19
+tests/08-native-runs/12-heapmem/native:./12-heapmem.sh:DEFINES=HEAPMEM_DEBUG=1 \
20
tests/08-native-runs/13-coffee/native:./13-coffee.sh
21
22
0 commit comments