diff options
Diffstat (limited to 'test/F77PATH.py')
-rw-r--r-- | test/F77PATH.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/F77PATH.py b/test/F77PATH.py index ad38bf1..3dcc280 100644 --- a/test/F77PATH.py +++ b/test/F77PATH.py @@ -42,10 +42,8 @@ args = prog + ' ' + subdir_prog + ' ' + variant_prog test = TestSCons.TestSCons() if not test.where_is('g77'): - print "g77 is not installed on this system." - print "Cannot test F77PATH." - test.no_result(1) - + test.pass_test() + test.subdir('include', 'subdir', ['subdir', 'include'], 'inc2') test.write('SConstruct', """ |