changeset 549:0694bb74c5e9

Make the Makefile test target depend on $(LIBRARY) as well as $(EXECUTABLE).
author mas01cr
date Wed, 11 Feb 2009 12:38:04 +0000
parents e18843dc0aea
children d5ada9532a40
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Feb 11 12:38:03 2009 +0000
+++ b/Makefile	Wed Feb 11 12:38:04 2009 +0000
@@ -89,7 +89,7 @@
 	-rm -rf audioDB.dump
 
 
-test: $(EXECUTABLE)
+test: $(EXECUTABLE) $(LIBRARY)
 	sh -c "cd libtests && sh ./run-tests.sh"
 	sh -c "cd tests && sh ./run-tests.sh"