diff options
Diffstat (limited to 'test/Deprecated/Options')
-rw-r--r-- | test/Deprecated/Options/BoolOption.py | 6 | ||||
-rw-r--r-- | test/Deprecated/Options/EnumOption.py | 6 | ||||
-rw-r--r-- | test/Deprecated/Options/ListOption.py | 6 | ||||
-rw-r--r-- | test/Deprecated/Options/Options.py | 6 | ||||
-rw-r--r-- | test/Deprecated/Options/PackageOption.py | 6 | ||||
-rw-r--r-- | test/Deprecated/Options/PathOption.py | 6 | ||||
-rw-r--r-- | test/Deprecated/Options/chdir.py | 6 | ||||
-rw-r--r-- | test/Deprecated/Options/help.py | 6 | ||||
-rw-r--r-- | test/Deprecated/Options/import.py | 6 |
9 files changed, 54 insertions, 0 deletions
diff --git a/test/Deprecated/Options/BoolOption.py b/test/Deprecated/Options/BoolOption.py index 99c2cd7..57a44c8 100644 --- a/test/Deprecated/Options/BoolOption.py +++ b/test/Deprecated/Options/BoolOption.py @@ -93,3 +93,9 @@ test.run(arguments='warnings=irgendwas', stderr=expect_stderr, status=2) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Deprecated/Options/EnumOption.py b/test/Deprecated/Options/EnumOption.py index d46b898..26b14d8 100644 --- a/test/Deprecated/Options/EnumOption.py +++ b/test/Deprecated/Options/EnumOption.py @@ -110,3 +110,9 @@ test.run(arguments='some=IrGeNdwas', stderr=expect_stderr, status=2) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Deprecated/Options/ListOption.py b/test/Deprecated/Options/ListOption.py index 369a8e1..28983d2 100644 --- a/test/Deprecated/Options/ListOption.py +++ b/test/Deprecated/Options/ListOption.py @@ -183,3 +183,9 @@ test.run(stdout=expect, stderr=warnings) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Deprecated/Options/Options.py b/test/Deprecated/Options/Options.py index 1edfa97..d04ad44 100644 --- a/test/Deprecated/Options/Options.py +++ b/test/Deprecated/Options/Options.py @@ -369,3 +369,9 @@ env2 = Environment(options = SCons.Options.Options()) test.run(stderr=warnings) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Deprecated/Options/PackageOption.py b/test/Deprecated/Options/PackageOption.py index 11b8df0..bb39653 100644 --- a/test/Deprecated/Options/PackageOption.py +++ b/test/Deprecated/Options/PackageOption.py @@ -97,3 +97,9 @@ test.run(arguments='x11=/non/existing/path/', stderr=expect_stderr, status=2) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Deprecated/Options/PathOption.py b/test/Deprecated/Options/PathOption.py index e53b077..3c73617 100644 --- a/test/Deprecated/Options/PathOption.py +++ b/test/Deprecated/Options/PathOption.py @@ -289,3 +289,9 @@ test.must_exist(non_existing_subdir) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Deprecated/Options/chdir.py b/test/Deprecated/Options/chdir.py index 5d6d3ff..0db8223 100644 --- a/test/Deprecated/Options/chdir.py +++ b/test/Deprecated/Options/chdir.py @@ -72,3 +72,9 @@ scons: warning: The Options class is deprecated; use the Variables class instead test.run(arguments = '-q -Q .', stdout=expect, stderr=warnings) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Deprecated/Options/help.py b/test/Deprecated/Options/help.py index 3905c77..9e9adee 100644 --- a/test/Deprecated/Options/help.py +++ b/test/Deprecated/Options/help.py @@ -170,3 +170,9 @@ test.run(arguments='-h', stdout=expected_stdout, stderr=expected_stderr) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: diff --git a/test/Deprecated/Options/import.py b/test/Deprecated/Options/import.py index 5a1627b..a4d56b2 100644 --- a/test/Deprecated/Options/import.py +++ b/test/Deprecated/Options/import.py @@ -70,3 +70,9 @@ scons: warning: The Options class is deprecated; use the Variables class instead test.run(arguments = '-q -Q .', stdout = stdout, stderr = stderr) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |