diff options
Diffstat (limited to 'test/SConstruct.py')
-rw-r--r-- | test/SConstruct.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/SConstruct.py b/test/SConstruct.py index 34710a3..8837b62 100644 --- a/test/SConstruct.py +++ b/test/SConstruct.py @@ -6,6 +6,12 @@ import TestSCons test = TestSCons.TestSCons() +test.run(stdout = "", + stderr = """ +SCons error: No SConstruct file found. +File "\S+scons(\.py)?", line \d+, in main +""") + wpath = test.workpath() test.write('sconstruct', """ |