diff --git a/tests/run_tests.py b/tests/run_tests.py index 265dac1e8c..c8bf122582 100755 --- a/tests/run_tests.py +++ b/tests/run_tests.py @@ -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: