[tracker] make test depends on "all" target



commit 2e10143efa8ab1f24e77349291749dfb27c11fff
Author: Ivan Frade <ivan frade nokia com>
Date:   Tue Oct 13 19:22:33 2009 +0300

    make test depends on "all" target
    
    So the code is compiled if necessary. T

 Makefile.decl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.decl b/Makefile.decl
index afce655..2c5a4a2 100644
--- a/Makefile.decl
+++ b/Makefile.decl
@@ -17,7 +17,7 @@ TEST_PROGS =
 ### testing rules
 
 # test: run all tests in cwd and subdirs
-test:	${TEST_PROGS}
+test:	${TEST_PROGS} all
 	@ test -z "${TEST_PROGS}" || ${GTESTER} --verbose ${TEST_PROGS}
 	@ for subdir in $(SUBDIRS) . ; do \
 	    test "$$subdir" = "." -o "$$subdir" = "po" || \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]