summaryrefslogtreecommitdiff
path: root/Makefile.builds.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.builds.in')
-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