Move tests in basic/tests/ up one level preparating to multiple test dirs.

pull/197/head
Paul Sokolovsky 2014-01-19 18:41:55 +02:00
rodzic a11ceca807
commit 8c3858b016
87 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2,7 +2,7 @@
RM="/bin/rm -f" RM="/bin/rm -f"
CPYTHON3=python3.3 CPYTHON3=python3.3
MP_PY=../../unix/py MP_PY=../unix/py
numtests=0 numtests=0
numtestcases=0 numtestcases=0
@ -10,7 +10,7 @@ numpassed=0
numfailed=0 numfailed=0
namefailed= namefailed=
for infile in tests/*.py for infile in basics/*.py
do do
basename=`basename $infile .py` basename=`basename $infile .py`
outfile=${basename}.out outfile=${basename}.out