simple fortran test for checking the generated "git_info.h"

- with form according to Rado's order
This commit is contained in:
Miro ILIAS
2015-08-03 20:15:19 +02:00
parent cc69b40fe2
commit 015e9af844
4 changed files with 32 additions and 0 deletions

View File

@ -132,6 +132,11 @@ def test_fc():
stdout, stderr = configure_build_and_exe('fc', 'python setup.py --fc=gfortran')
assert 'Hello World!' in stdout
def test_fc_gitinfo():
stdout, stderr = configure_build_and_exe('fc_gitinfo', 'python setup.py --fc=gfortran')
assert 'Test OK!' in stdout
# ------------------------------------------------------------------------------