summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Frade <ivan.frade@nokia.com>2009-10-13 19:22:33 +0300
committerIvan Frade <ivan.frade@nokia.com>2009-10-13 19:23:18 +0300
commit2e10143efa8ab1f24e77349291749dfb27c11fff (patch)
tree46b66959b9f300241dcbd1ba9bdb2355e075018c
parent1aa5e976aedbb4f8f5ec7bbf4aa28e5a22291b58 (diff)
downloadtracker-2e10143efa8ab1f24e77349291749dfb27c11fff.tar.gz
make test depends on "all" target
So the code is compiled if necessary. T
-rw-r--r--Makefile.decl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.decl b/Makefile.decl
index afce655d4..2c5a4a262 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" || \