remove compile from all-tests option

This commit is contained in:
Bryan Herman 2014-03-04 21:50:50 -05:00
parent 6962b32de9
commit fb5ede7d93

View file

@ -117,6 +117,8 @@ if len(sys.argv) > 1:
if j.rfind(suffix) != -1:
if suffix == 'omp' and j == 'compile':
continue
if j == 'compile':
continue
tests__.append(j)
else:
tests__.append(i) # append specific test (e.g., mpi-debug)