[MLton-commit] r7310

Wesley Terpstra wesley at mlton.org
Wed Oct 28 06:00:47 PST 2009


Added a common Makefile rule 'check' to run the regressions.


----------------------------------------------------------------------

U   mlton/trunk/Makefile

----------------------------------------------------------------------

Modified: mlton/trunk/Makefile
===================================================================
--- mlton/trunk/Makefile	2009-10-28 13:59:03 UTC (rev 7309)
+++ mlton/trunk/Makefile	2009-10-28 14:00:46 UTC (rev 7310)
@@ -288,6 +288,9 @@
 	sed <"$(SPEC)" >z "/^Release:/s;.*;Release: $(RELEASE);"
 	mv z "$(SPEC)"
 
+.PHONY: check
+check:
+	./bin/regression
 
 # The TBIN and TLIB are where the files are going to be after installing.
 # The DESTDIR and is added onto them to indicate where the Makefile actually




More information about the MLton-commit mailing list