summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-09-01 22:24:55 +0000
committerMorgan Deters <mdeters@gmail.com>2010-09-01 22:24:55 +0000
commit81d178c1ca853754aaa614d0400e45a8900092b9 (patch)
treedcc28421e4148d03da1f88048f341ef0a4a09e7a
parent594696734e9bd18b1ecc31d3b65a6001bae452a5 (diff)
"make check" now places binaries in the proper place before doing the checks; this closes bug 46 finally, though the major annoyances related to this bug already had been fixed long ago
-rw-r--r--Makefile.builds.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.builds.in b/Makefile.builds.in
index 9dd9a314a..5e5beb960 100644
--- a/Makefile.builds.in
+++ b/Makefile.builds.in
@@ -86,8 +86,8 @@ endif
test -e lib || ln -sfv ".$(libdir)" lib
test -e bin || ln -sfv ".$(bindir)" bin
-regress0 regress1 regress2 regress3: all
- (cd $(CURRENT_BUILD) && $(MAKE) $@)
+check regress regress0 regress1 regress2 regress3: all
+ (cd $(CURRENT_BUILD)/test && $(MAKE) $@)
# any other target than the default doesn't do the extra stuff above
%:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback