mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Show header for compilation tests.
This commit is contained in:
parent
e0aacecbea
commit
421b6cf976
1 changed files with 4 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue