summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-04-23 14:07:14 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-04-23 14:07:14 +0200
commit84f7d24cfa41bebce11efefd885aea36a0dd6e3c (patch)
tree01693319119a7e362e602e5ece8d3f4c5ba0dea7 /makefile
parenta840d0d95e243f1c2375ac80338f472bd3d8aaf4 (diff)
Include make for regression tests (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/makefile b/makefile
index eb2e33f4ef5..4cbd8a20d6a 100644
--- a/makefile
+++ b/makefile
@@ -965,3 +965,12 @@ generate: \
$(GENDIR)/%.lh: $(SRC)/%.lay $(SRC)/build/file2str.py
@echo Converting $<...
$(SILENT)$(PYTHON) $(SRC)/build/file2str.py $< $@ layout_$(basename $(notdir $<))
+
+
+#-------------------------------------------------
+# Regression tests
+#-------------------------------------------------
+
+include $(SRC)/regtests/regtests.mak
+
+tests: $(REGTESTS)