Show header for compilation tests.

This commit is contained in:
Paul Romano 2013-09-02 18:50:27 -04:00
parent e0aacecbea
commit 421b6cf976

View file

@ -12,6 +12,10 @@ from nose_mpi import NoseMPI
def run_compile():
print('-'*17)
print('Compilation tests')
print('-'*17)
# clean up all previous executables
openmc_exe = glob.glob(pwd + '/../src/openmc*')
for exe in openmc_exe: