Skip to content

Commit c2d26f0

Browse files
committed
Implement DAV support (#237)
1 parent 8e3c8ce commit c2d26f0

File tree

6 files changed

+640
-100
lines changed

6 files changed

+640
-100
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ difftest:
3131
w:
3232
wine cl test/unit_test.c fossa.c /Zi /nologo /MD advapi32.lib \
3333
-DNS_ENABLE_COAP -DNS_ENABLE_THREADS -DNS_INTERNAL= \
34-
-DNS_ENABLE_MQTT_BROKER -DNS_ENABLE_DNS_SERVER
34+
-DNS_ENABLE_MQTT_BROKER -DNS_ENABLE_DNS_SERVER /Fetest/unit_test.exe
35+
(cd test && wine unit_test.exe)
3536

3637
update-frozen:
3738
git subtree pull --prefix deps/frozen https://github.com/cesanta/frozen master --squash

0 commit comments

Comments
 (0)