diff options
Diffstat (limited to 'test/Deprecated/SourceSignatures')
-rw-r--r-- | test/Deprecated/SourceSignatures/basic.py | 6 | ||||
-rw-r--r-- | test/Deprecated/SourceSignatures/env.py | 6 | ||||
-rw-r--r-- | test/Deprecated/SourceSignatures/implicit-cache.py | 6 | ||||
-rw-r--r-- | test/Deprecated/SourceSignatures/no-csigs.py | 6 | ||||
-rw-r--r-- | test/Deprecated/SourceSignatures/overrides.py | 6 | ||||
-rw-r--r-- | test/Deprecated/SourceSignatures/switch-rebuild.py | 6 |
6 files changed, 36 insertions, 0 deletions
diff --git a/test/Deprecated/SourceSignatures/basic.py b/test/Deprecated/SourceSignatures/basic.py index 2bfdd65..1340bc4 100644 --- a/test/Deprecated/SourceSignatures/basic.py +++ b/test/Deprecated/SourceSignatures/basic.py @@ -127,3 +127,9 @@ test.up_to_date(arguments = 'f1.out f2.out f3.out f4.out', stderr = None) 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/SourceSignatures/env.py b/test/Deprecated/SourceSignatures/env.py index 12a596f..b2d6241 100644 --- a/test/Deprecated/SourceSignatures/env.py +++ b/test/Deprecated/SourceSignatures/env.py @@ -98,3 +98,9 @@ test.up_to_date(arguments = 'f1.out f2.out f3.out f4.out', stderr = None) 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/SourceSignatures/implicit-cache.py b/test/Deprecated/SourceSignatures/implicit-cache.py index 44c30ce..3911e25 100644 --- a/test/Deprecated/SourceSignatures/implicit-cache.py +++ b/test/Deprecated/SourceSignatures/implicit-cache.py @@ -96,3 +96,9 @@ test.up_to_date(arguments = 'both.out', stderr = None) 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/SourceSignatures/no-csigs.py b/test/Deprecated/SourceSignatures/no-csigs.py index be9cb09..5f47d9b 100644 --- a/test/Deprecated/SourceSignatures/no-csigs.py +++ b/test/Deprecated/SourceSignatures/no-csigs.py @@ -70,3 +70,9 @@ test.run_sconsign(arguments = test.workpath('.sconsign'), 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/SourceSignatures/overrides.py b/test/Deprecated/SourceSignatures/overrides.py index de1cc95..63ee095 100644 --- a/test/Deprecated/SourceSignatures/overrides.py +++ b/test/Deprecated/SourceSignatures/overrides.py @@ -57,3 +57,9 @@ test.not_up_to_date(arguments = 'foo.out', stderr = TestSCons.deprecated_python_expr) 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/SourceSignatures/switch-rebuild.py b/test/Deprecated/SourceSignatures/switch-rebuild.py index 07b59fb..c8e64e3 100644 --- a/test/Deprecated/SourceSignatures/switch-rebuild.py +++ b/test/Deprecated/SourceSignatures/switch-rebuild.py @@ -86,3 +86,9 @@ test.run(arguments = 'switch.out', test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |