summaryrefslogtreecommitdiff
path: root/Makefile.builds.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.builds.in')
-rw-r--r--Makefile.builds.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.builds.in b/Makefile.builds.in
index 5ef00509b..e6d6e7bcd 100644
--- a/Makefile.builds.in
+++ b/Makefile.builds.in
@@ -111,6 +111,8 @@ endif
check test units regress: all
(cd $(CURRENT_BUILD)/test && $(MAKE) $@)
+units%:
+ (cd $(CURRENT_BUILD)/test && $(MAKE) units TEST_PREFIX=$(subst units:,,$@))
regress%: all
(cd $(CURRENT_BUILD)/test && $(MAKE) $@)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback