summaryrefslogtreecommitdiff
path: root/test/regress/Makefile.levels
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/Makefile.levels')
-rw-r--r--test/regress/Makefile.levels11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regress/Makefile.levels b/test/regress/Makefile.levels
new file mode 100644
index 000000000..f86bd4a6f
--- /dev/null
+++ b/test/regress/Makefile.levels
@@ -0,0 +1,11 @@
+# This Makefile fragment allows one to use "make check" but also specify
+# a regression level.
+ifeq ($(REGRESSION_LEVEL),1)
+SUBDIRS += regress1
+endif
+ifeq ($(REGRESSION_LEVEL),2)
+SUBDIRS += regress1 regress2
+endif
+ifeq ($(REGRESSION_LEVEL),3)
+SUBDIRS += regress1 regress2 regress3
+endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback