[Python-checkins] cpython: Run test program.

martin.v.loewis python-checkins at python.org
Sun Mar 30 21:33:35 CEST 2014


http://hg.python.org/cpython/rev/6141448001b8
changeset:   90048:6141448001b8
user:        Martin v. Löwis <martin at v.loewis.de>
date:        Sun Mar 30 21:27:17 2014 +0200
summary:
  Run test program.

files:
  Tools/freeze/test/Makefile |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Tools/freeze/test/Makefile b/Tools/freeze/test/Makefile
--- a/Tools/freeze/test/Makefile
+++ b/Tools/freeze/test/Makefile
@@ -7,4 +7,5 @@
 test:
 	$(PYTHON) ../freeze.py -o $(OUTDIR) ok.py
 	make -C $(OUTDIR)
+	$(OUTDIR)/ok
 	

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list