comparison Makefile @ 73:1fc7f47b422b

Minor Makefile and test driver improvements
author mas01cr
date Thu, 27 Sep 2007 09:27:54 +0000
parents 7da3a33d6674
children 6735281de562
comparison
equal deleted inserted replaced
72:7da3a33d6674 73:1fc7f47b422b
29 -rm adb.nsmap adb.xsd adb.wsdl adb.query.req.xml adb.query.res.xml adb.status.req.xml adb.status.res.xml 29 -rm adb.nsmap adb.xsd adb.wsdl adb.query.req.xml adb.query.res.xml adb.status.req.xml adb.status.res.xml
30 -rm README.txt 30 -rm README.txt
31 -rm ${EXECUTABLE} ${EXECUTABLE}.1 audioDB.o 31 -rm ${EXECUTABLE} ${EXECUTABLE}.1 audioDB.o
32 -sh -c "cd tests && sh ./clean.sh" 32 -sh -c "cd tests && sh ./clean.sh"
33 33
34 test: 34 test: ${EXECUTABLE}
35 -sh -c "cd tests && sh ./run-tests.sh" 35 -sh -c "cd tests && sh ./run-tests.sh"