test/bin-test/Makefile

changeset 571
f6de48471c9c
parent 418
cfdeeed64ac5
child 761
a2f1d7c1755c
equal deleted inserted replaced
570:00b7b8e86c48 571:f6de48471c9c
1 # 1 #
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 # 3 #
4 # Copyright 2018 Olaf Wintermann. All rights reserved. 4 # Copyright 2019 Olaf Wintermann. All rights reserved.
5 # 5 #
6 # Redistribution and use in source and binary forms, with or without 6 # Redistribution and use in source and binary forms, with or without
7 # modification, are permitted provided that the following conditions are met: 7 # modification, are permitted provided that the following conditions are met:
8 # 8 #
9 # 1. Redistributions of source code must retain the above copyright 9 # 1. Redistributions of source code must retain the above copyright
27 # 27 #
28 28
29 DAV = ../../build/dav 29 DAV = ../../build/dav
30 DAV_SYNC = ../../build/dav-sync 30 DAV_SYNC = ../../build/dav-sync
31 31
32 all: 32 all: dav dav-sync
33
34 dav:
33 ./test-dav.sh $(DAV) 35 ./test-dav.sh $(DAV)
34 36
37 dav-sync:
38 ./test-dav-sync.sh $(DAV) $(DAV_SYNC)
39 rm -Rf .dav
40 rm -Rf tmp-sync
41
42

mercurial