diff options
Diffstat (limited to 'test/Fortran')
49 files changed, 294 insertions, 0 deletions
diff --git a/test/Fortran/F77.py b/test/Fortran/F77.py index 0d3d8b4..2dc1bbf 100644 --- a/test/Fortran/F77.py +++ b/test/Fortran/F77.py @@ -146,3 +146,9 @@ bar.Program(target = 'bar', source = 'bar.f') test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F77COM.py b/test/Fortran/F77COM.py index 413c186..1efbe05 100644 --- a/test/Fortran/F77COM.py +++ b/test/Fortran/F77COM.py @@ -90,3 +90,9 @@ test.must_match('test09' + _exe, "This is a .f77 file.\n") test.must_match('test10' + _exe, "This is a .F77 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F77COMSTR.py b/test/Fortran/F77COMSTR.py index 2590cf4..502473a 100644 --- a/test/Fortran/F77COMSTR.py +++ b/test/Fortran/F77COMSTR.py @@ -70,3 +70,9 @@ test.must_match('test09.obj', "A .f77 file.\n") test.must_match('test10.obj', "A .F77 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F77FILESUFFIXES.py b/test/Fortran/F77FILESUFFIXES.py index ff1f233..2070ff2 100644 --- a/test/Fortran/F77FILESUFFIXES.py +++ b/test/Fortran/F77FILESUFFIXES.py @@ -93,3 +93,9 @@ test.must_match('test09' + _exe, "This is a .f77 file.\n") test.must_match('test10' + _exe, "This is a .F77 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F77FILESUFFIXES2.py b/test/Fortran/F77FILESUFFIXES2.py index afbdbbe..52e4d68 100644 --- a/test/Fortran/F77FILESUFFIXES2.py +++ b/test/Fortran/F77FILESUFFIXES2.py @@ -77,3 +77,9 @@ test.must_match('test05' + _exe, "This is a .f95 file.\n") test.must_match('test06' + _exe, "This is a .F95 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F77FLAGS.py b/test/Fortran/F77FLAGS.py index 1ad27f5..70ef51c 100644 --- a/test/Fortran/F77FLAGS.py +++ b/test/Fortran/F77FLAGS.py @@ -127,3 +127,9 @@ bar.Program(target = 'bar', source = 'bar.f') test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F77PATH.py b/test/Fortran/F77PATH.py index cc62719..260782c 100644 --- a/test/Fortran/F77PATH.py +++ b/test/Fortran/F77PATH.py @@ -309,3 +309,9 @@ test.run(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F90.py b/test/Fortran/F90.py index 04ce465..7c31ee6 100644 --- a/test/Fortran/F90.py +++ b/test/Fortran/F90.py @@ -143,3 +143,9 @@ bar.Program(target = 'bar', source = 'bar.f90') test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F90COM.py b/test/Fortran/F90COM.py index 53f99d0..8981bb3 100644 --- a/test/Fortran/F90COM.py +++ b/test/Fortran/F90COM.py @@ -102,3 +102,9 @@ test.must_match('test21' + _exe, "This is a .f90 file.\n") test.must_match('test22' + _exe, "This is a .F90 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F90COMSTR.py b/test/Fortran/F90COMSTR.py index 2ab1b3e..eec5795 100644 --- a/test/Fortran/F90COMSTR.py +++ b/test/Fortran/F90COMSTR.py @@ -69,3 +69,9 @@ test.must_match('test01.obj', "A .f90 file.\n") test.must_match('test02.obj', "A .F90 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F90FILESUFFIXES.py b/test/Fortran/F90FILESUFFIXES.py index 5c66f3b..ae61a84 100644 --- a/test/Fortran/F90FILESUFFIXES.py +++ b/test/Fortran/F90FILESUFFIXES.py @@ -93,3 +93,9 @@ test.must_match('test09' + _exe, "This is a .f90 file.\n") test.must_match('test10' + _exe, "This is a .F90 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F90FILESUFFIXES2.py b/test/Fortran/F90FILESUFFIXES2.py index 408f276..ab62ca7 100644 --- a/test/Fortran/F90FILESUFFIXES2.py +++ b/test/Fortran/F90FILESUFFIXES2.py @@ -83,3 +83,9 @@ test.must_match('test05' + _exe, "This is a .f77 file.\n") test.must_match('test06' + _exe, "This is a .F77 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F90FLAGS.py b/test/Fortran/F90FLAGS.py index c2672a7..5f8df8d 100644 --- a/test/Fortran/F90FLAGS.py +++ b/test/Fortran/F90FLAGS.py @@ -150,3 +150,9 @@ bar.Program(target = 'bar', source = 'bar.f90') test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F90PATH.py b/test/Fortran/F90PATH.py index d8f73f4..341b241 100644 --- a/test/Fortran/F90PATH.py +++ b/test/Fortran/F90PATH.py @@ -299,3 +299,9 @@ test.up_to_date(arguments = args) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F95.py b/test/Fortran/F95.py index d9bbfe2..eeadac7 100644 --- a/test/Fortran/F95.py +++ b/test/Fortran/F95.py @@ -148,3 +148,9 @@ bar.Program(target = 'bar', source = 'bar.f95') test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F95COM.py b/test/Fortran/F95COM.py index bac7a86..6ef6eb0 100644 --- a/test/Fortran/F95COM.py +++ b/test/Fortran/F95COM.py @@ -102,3 +102,9 @@ test.must_match('test21' + _exe, "This is a .f95 file.\n") test.must_match('test22' + _exe, "This is a .F95 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F95COMSTR.py b/test/Fortran/F95COMSTR.py index 029d987..1f9734a 100644 --- a/test/Fortran/F95COMSTR.py +++ b/test/Fortran/F95COMSTR.py @@ -70,3 +70,9 @@ test.must_match('test01.obj', "A .f95 file.\n") test.must_match('test02.obj', "A .F95 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F95FILESUFFIXES.py b/test/Fortran/F95FILESUFFIXES.py index beefb28..119629d 100644 --- a/test/Fortran/F95FILESUFFIXES.py +++ b/test/Fortran/F95FILESUFFIXES.py @@ -93,3 +93,9 @@ test.must_match('test09' + _exe, "This is a .f95 file.\n") test.must_match('test10' + _exe, "This is a .F95 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F95FILESUFFIXES2.py b/test/Fortran/F95FILESUFFIXES2.py index 59fd9b6..d89839b 100644 --- a/test/Fortran/F95FILESUFFIXES2.py +++ b/test/Fortran/F95FILESUFFIXES2.py @@ -83,3 +83,9 @@ test.must_match('test05' + _exe, "This is a .f77 file.\n") test.must_match('test06' + _exe, "This is a .F77 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/F95FLAGS.py b/test/Fortran/F95FLAGS.py index 4b9ef83..86fd9f5 100644 --- a/test/Fortran/F95FLAGS.py +++ b/test/Fortran/F95FLAGS.py @@ -155,3 +155,9 @@ bar.Program(target = 'bar', source = 'bar.f95') test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/FORTRAN.py b/test/Fortran/FORTRAN.py index edd50a0..96f2749 100644 --- a/test/Fortran/FORTRAN.py +++ b/test/Fortran/FORTRAN.py @@ -141,3 +141,9 @@ bar.Program(target = 'bar', source = 'bar.f') test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/FORTRANCOM.py b/test/Fortran/FORTRANCOM.py index 472a88d..6948b96 100644 --- a/test/Fortran/FORTRANCOM.py +++ b/test/Fortran/FORTRANCOM.py @@ -82,3 +82,9 @@ test.must_match('test07' + _exe, "This is a .fpp file.\n") test.must_match('test08' + _exe, "This is a .FPP file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/FORTRANCOMSTR.py b/test/Fortran/FORTRANCOMSTR.py index 1f3e291..ba923d3 100644 --- a/test/Fortran/FORTRANCOMSTR.py +++ b/test/Fortran/FORTRANCOMSTR.py @@ -94,3 +94,9 @@ test.must_match('test07.obj', "A .fpp file.\n") test.must_match('test08.obj', "A .FPP file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/FORTRANFILESUFFIXES.py b/test/Fortran/FORTRANFILESUFFIXES.py index dfdad02..92e30ea 100644 --- a/test/Fortran/FORTRANFILESUFFIXES.py +++ b/test/Fortran/FORTRANFILESUFFIXES.py @@ -86,3 +86,9 @@ test.must_match('test07' + _exe, "This is a .fpp file.\n") test.must_match('test08' + _exe, "This is a .FPP file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/FORTRANFILESUFFIXES2.py b/test/Fortran/FORTRANFILESUFFIXES2.py index 1465689..8ba0962 100644 --- a/test/Fortran/FORTRANFILESUFFIXES2.py +++ b/test/Fortran/FORTRANFILESUFFIXES2.py @@ -81,3 +81,9 @@ test.must_match('test04' + _exe, "This is a .ffake file.\n") test.must_match('test05' + _exe, "This is a .f77 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/FORTRANFLAGS.py b/test/Fortran/FORTRANFLAGS.py index 4f140a8..3424bfd 100644 --- a/test/Fortran/FORTRANFLAGS.py +++ b/test/Fortran/FORTRANFLAGS.py @@ -145,3 +145,9 @@ bar.Program(target = 'bar', source = 'bar.f') test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/FORTRANMODDIR.py b/test/Fortran/FORTRANMODDIR.py index 62e3935..96a341a 100644 --- a/test/Fortran/FORTRANMODDIR.py +++ b/test/Fortran/FORTRANMODDIR.py @@ -99,3 +99,9 @@ test.up_to_date(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/FORTRANPATH.py b/test/Fortran/FORTRANPATH.py index bf99b5b..ee01aee 100644 --- a/test/Fortran/FORTRANPATH.py +++ b/test/Fortran/FORTRANPATH.py @@ -327,3 +327,9 @@ else: test.run(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/FORTRANSUFFIXES.py b/test/Fortran/FORTRANSUFFIXES.py index 353405b..583b71b 100644 --- a/test/Fortran/FORTRANSUFFIXES.py +++ b/test/Fortran/FORTRANSUFFIXES.py @@ -164,3 +164,9 @@ test.must_match('test1.o', """\ test.up_to_date(arguments='.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/SHF77.py b/test/Fortran/SHF77.py index 63bca4d..9cc569a 100644 --- a/test/Fortran/SHF77.py +++ b/test/Fortran/SHF77.py @@ -140,3 +140,9 @@ bar.SharedObject(target = 'bar/bar', source = 'bar.f') test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/SHF77COM.py b/test/Fortran/SHF77COM.py index 1e35b20..c99207f 100644 --- a/test/Fortran/SHF77COM.py +++ b/test/Fortran/SHF77COM.py @@ -89,3 +89,9 @@ test.must_match(obj_ + 'test09' + _obj, "This is a .f77 file.\n") test.must_match(obj_ + 'test10' + _obj, "This is a .F77 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/SHF77COMSTR.py b/test/Fortran/SHF77COMSTR.py index ec698be..9ca6631 100644 --- a/test/Fortran/SHF77COMSTR.py +++ b/test/Fortran/SHF77COMSTR.py @@ -78,3 +78,9 @@ test.must_match('test09.shobj', "A .f77 file.\n") test.must_match('test10.shobj', "A .F77 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/SHF77FLAGS.py b/test/Fortran/SHF77FLAGS.py index aac7b9d..f3939b6 100644 --- a/test/Fortran/SHF77FLAGS.py +++ b/test/Fortran/SHF77FLAGS.py @@ -123,3 +123,9 @@ bar.SharedLibrary(target = 'bar/bar', source = 'bar.f') test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/SHF90.py b/test/Fortran/SHF90.py index ea67313..00e9d2a 100644 --- a/test/Fortran/SHF90.py +++ b/test/Fortran/SHF90.py @@ -140,3 +140,9 @@ bar.SharedObject(target = 'bar/bar', source = 'bar.f90') test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/SHF90COM.py b/test/Fortran/SHF90COM.py index fab3193..415cb9b 100644 --- a/test/Fortran/SHF90COM.py +++ b/test/Fortran/SHF90COM.py @@ -99,3 +99,9 @@ test.must_match(obj_ + 'test21' + _obj, "This is a .f90 file.\n") test.must_match(obj_ + 'test22' + _obj, "This is a .F90 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/SHF90COMSTR.py b/test/Fortran/SHF90COMSTR.py index f52d2f2..61045ee 100644 --- a/test/Fortran/SHF90COMSTR.py +++ b/test/Fortran/SHF90COMSTR.py @@ -70,3 +70,9 @@ test.must_match('test01.shobj', "A .f90 file.\n") test.must_match('test02.shobj', "A .F90 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/SHF90FLAGS.py b/test/Fortran/SHF90FLAGS.py index 5e8e996..88ae656 100644 --- a/test/Fortran/SHF90FLAGS.py +++ b/test/Fortran/SHF90FLAGS.py @@ -146,3 +146,9 @@ bar.SharedLibrary(target = 'bar/bar', source = 'bar.f90') test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/SHF95.py b/test/Fortran/SHF95.py index 18f03b2..a6b1f6d 100644 --- a/test/Fortran/SHF95.py +++ b/test/Fortran/SHF95.py @@ -141,3 +141,9 @@ bar.SharedObject(target = 'bar/bar', source = 'bar.f95') test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/SHF95COM.py b/test/Fortran/SHF95COM.py index 26557e5..0984b20 100644 --- a/test/Fortran/SHF95COM.py +++ b/test/Fortran/SHF95COM.py @@ -99,3 +99,9 @@ test.must_match(obj_ + 'test21' + _obj, "This is a .f95 file.\n") test.must_match(obj_ + 'test22' + _obj, "This is a .F95 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/SHF95COMSTR.py b/test/Fortran/SHF95COMSTR.py index fdc176f..0124727 100644 --- a/test/Fortran/SHF95COMSTR.py +++ b/test/Fortran/SHF95COMSTR.py @@ -70,3 +70,9 @@ test.must_match('test01.shobj', "A .f95 file.\n") test.must_match('test02.shobj', "A .F95 file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/SHF95FLAGS.py b/test/Fortran/SHF95FLAGS.py index 50f61d6..e3d36a0 100644 --- a/test/Fortran/SHF95FLAGS.py +++ b/test/Fortran/SHF95FLAGS.py @@ -150,3 +150,9 @@ bar.SharedLibrary(target = 'bar/bar', source = 'bar.f95') test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/SHFORTRAN.py b/test/Fortran/SHFORTRAN.py index d6f428d..2e4bd61 100644 --- a/test/Fortran/SHFORTRAN.py +++ b/test/Fortran/SHFORTRAN.py @@ -135,3 +135,9 @@ bar.SharedObject(target = 'bar/bar', source = 'bar.f') test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/SHFORTRANCOM.py b/test/Fortran/SHFORTRANCOM.py index 222cb89..f89358d 100644 --- a/test/Fortran/SHFORTRANCOM.py +++ b/test/Fortran/SHFORTRANCOM.py @@ -81,3 +81,9 @@ test.must_match(obj_ + 'test07' + _obj, "This is a .fpp file.\n") test.must_match(obj_ + 'test08' + _obj, "This is a .FPP file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/SHFORTRANCOMSTR.py b/test/Fortran/SHFORTRANCOMSTR.py index 7d31392..a2cf47c 100644 --- a/test/Fortran/SHFORTRANCOMSTR.py +++ b/test/Fortran/SHFORTRANCOMSTR.py @@ -94,3 +94,9 @@ test.must_match('test07.shobj', "A .fpp file.\n") test.must_match('test08.shobj', "A .FPP file.\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/SHFORTRANFLAGS.py b/test/Fortran/SHFORTRANFLAGS.py index 1ec215d..90f0c65 100644 --- a/test/Fortran/SHFORTRANFLAGS.py +++ b/test/Fortran/SHFORTRANFLAGS.py @@ -138,3 +138,9 @@ bar.SharedLibrary(target = 'bar/bar', source = 'bar.f') test.must_match('wrapper.out', "wrapper.py\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/USE-MODULE.py b/test/Fortran/USE-MODULE.py index 99b7d69..2666992 100644 --- a/test/Fortran/USE-MODULE.py +++ b/test/Fortran/USE-MODULE.py @@ -87,3 +87,9 @@ test.up_to_date(arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/common.py b/test/Fortran/common.py index 0d991b6..fe3f46c 100644 --- a/test/Fortran/common.py +++ b/test/Fortran/common.py @@ -64,3 +64,9 @@ for l in infile.readlines(): outfile.write(l) sys.exit(0) """) + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/link-with-cxx.py b/test/Fortran/link-with-cxx.py index ae0ff67..a29558e 100644 --- a/test/Fortran/link-with-cxx.py +++ b/test/Fortran/link-with-cxx.py @@ -147,3 +147,9 @@ test.must_match('prog1.exe', "f1.cpp\nf2.f\n") test.must_match('prog2.exe', "f1.cpp\nf2.f\n") test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Fortran/module-subdir.py b/test/Fortran/module-subdir.py index 32f283f..def1e5c 100644 --- a/test/Fortran/module-subdir.py +++ b/test/Fortran/module-subdir.py @@ -112,3 +112,9 @@ expect = "myfortran.py wrote %s\n" % somemodule test.must_match(['subdir', 'build', 'somemodule.mod'], expect) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |