We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3c8ce commit c2d26f0Copy full SHA for c2d26f0
Makefile
@@ -31,7 +31,8 @@ difftest:
31
w:
32
wine cl test/unit_test.c fossa.c /Zi /nologo /MD advapi32.lib \
33
-DNS_ENABLE_COAP -DNS_ENABLE_THREADS -DNS_INTERNAL= \
34
- -DNS_ENABLE_MQTT_BROKER -DNS_ENABLE_DNS_SERVER
+ -DNS_ENABLE_MQTT_BROKER -DNS_ENABLE_DNS_SERVER /Fetest/unit_test.exe
35
+ (cd test && wine unit_test.exe)
36
37
update-frozen:
38
git subtree pull --prefix deps/frozen https://github.com/cesanta/frozen master --squash
0 commit comments