Skip to content
Snippets Groups Projects
Commit 8c3858b0 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

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

parent a11ceca8
Branches
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
File moved
...@@ -2,7 +2,7 @@ ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment