Skip to content

Commit de92e2e

Browse files
committed
Test the HeapMem module both with and without debugging.
1 parent 60ac049 commit de92e2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/08-native-runs/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ examples/hello-world/native:./08-native-ping.sh \
1515
examples/coap/coap-example-server/native:./09-native-coap.sh \
1616
examples/snmp-server/native:./10-snmp-server.sh \
1717
tests/08-native-runs/11-aes-ccm/native:./11-aes-ccm.sh \
18-
tests/08-native-runs/12-heapmem/native:./12-heapmem.sh \
18+
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 \
1920
tests/08-native-runs/13-coffee/native:./13-coffee.sh
2021

2122

0 commit comments

Comments
 (0)