Make sure tests run if none are specified.

This commit is contained in:
Paul Romano 2013-09-02 18:52:42 -04:00
parent 421b6cf976
commit 71296f4dd3

View file

@ -69,7 +69,7 @@ sys.path.append(pwd)
if len(sys.argv) > 1:
flags = [i for i in sys.argv[1:] if i.startswith('-')]
tests = [i for i in sys.argv[1:] if not i.startswith('-')]
else:
if not tests:
flags = []
tests = ['compile', 'gfortran', 'gfortran-dbg', 'gfortran-opt',
'gfortran-hdf5', 'gfortran-mpi', 'gfortran-phdf5',