test/bin-test/Makefile

changeset 571
f6de48471c9c
parent 418
cfdeeed64ac5
child 761
a2f1d7c1755c
--- a/test/bin-test/Makefile	Fri Apr 12 15:09:19 2019 +0200
+++ b/test/bin-test/Makefile	Sat Apr 13 16:51:22 2019 +0200
@@ -1,7 +1,7 @@
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
-# Copyright 2018 Olaf Wintermann. All rights reserved.
+# Copyright 2019 Olaf Wintermann. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
@@ -29,6 +29,14 @@
 DAV = ../../build/dav
 DAV_SYNC = ../../build/dav-sync
 
-all:
+all: dav dav-sync
+
+dav:
 	./test-dav.sh $(DAV)
 
+dav-sync:
+	./test-dav-sync.sh $(DAV) $(DAV_SYNC)
+	rm -Rf .dav
+	rm -Rf tmp-sync
+
+

mercurial