summaryrefslogtreecommitdiff
path: root/test/Install
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-09 18:29:43 +0000
committerSteven Knight <knight@baldmt.com>2009-02-09 18:29:43 +0000
commitd0babf0088ed94e39ee70169f5f2678822072405 (patch)
tree5664bb6b48d53803e7ea52f1caa5afa241413f32 /test/Install
parent107c0c6e68dd0126f43fbbe9ed34d0c2cee68919 (diff)
downloadscons-d0babf0088ed94e39ee70169f5f2678822072405.tar.gz
Add emacs and vim editing settings to the bottom of *.py files.
Diffstat (limited to 'test/Install')
-rw-r--r--test/Install/Clone.py6
-rw-r--r--test/Install/INSTALLSTR.py6
-rw-r--r--test/Install/Install.py6
-rw-r--r--test/Install/InstallAs.py6
-rw-r--r--test/Install/directories.py6
-rw-r--r--test/Install/multi.py6
-rw-r--r--test/Install/no-top-relative.py6
-rw-r--r--test/Install/option--install-sandbox.py6
-rw-r--r--test/Install/tool.py6
-rw-r--r--test/Install/wrap-by-attribute.py6
10 files changed, 60 insertions, 0 deletions
diff --git a/test/Install/Clone.py b/test/Install/Clone.py
index 65770d25..da66157a 100644
--- a/test/Install/Clone.py
+++ b/test/Install/Clone.py
@@ -67,3 +67,9 @@ test.must_match(['sub2', 'foo.out'], "foo.in\n")
test.must_match(['sub3', 'foo.out'], "foo.in\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/Install/INSTALLSTR.py b/test/Install/INSTALLSTR.py
index 0b515581..0cc5fcef 100644
--- a/test/Install/INSTALLSTR.py
+++ b/test/Install/INSTALLSTR.py
@@ -50,3 +50,9 @@ INSTALL file => %s!
test.must_match(['install', 'file'], "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/Install/Install.py b/test/Install/Install.py
index 8c520157..8c461a74 100644
--- a/test/Install/Install.py
+++ b/test/Install/Install.py
@@ -147,3 +147,9 @@ test.run(chdir = 'work',
f.close()
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Install/InstallAs.py b/test/Install/InstallAs.py
index ba832597..fe860b00 100644
--- a/test/Install/InstallAs.py
+++ b/test/Install/InstallAs.py
@@ -84,3 +84,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/Install/directories.py b/test/Install/directories.py
index 5a795afc..74a7ac59 100644
--- a/test/Install/directories.py
+++ b/test/Install/directories.py
@@ -91,3 +91,9 @@ test.must_match(test.workpath('outside', 'd4', 'f8'), "work/dir4/f8\n"
test.must_match(test.workpath('outside', 'd4', 'sub', 'f9'), "work/dir4/sub/f9\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/Install/multi.py b/test/Install/multi.py
index e033b530..a7a6eb81 100644
--- a/test/Install/multi.py
+++ b/test/Install/multi.py
@@ -46,3 +46,9 @@ test.run(arguments = '.')
test.must_match(['install', 'file1'], "file1\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/Install/no-top-relative.py b/test/Install/no-top-relative.py
index 51538eac..3eb24f77 100644
--- a/test/Install/no-top-relative.py
+++ b/test/Install/no-top-relative.py
@@ -51,3 +51,9 @@ test.run()
test.must_match(['install', '#testfile.txt#'], "test/#testfile.txt#\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/Install/option--install-sandbox.py b/test/Install/option--install-sandbox.py
index 32e61a18..020cd3ac 100644
--- a/test/Install/option--install-sandbox.py
+++ b/test/Install/option--install-sandbox.py
@@ -74,3 +74,9 @@ test.must_match('destination/subdir/file3.out', "subdir/file3.in\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/Install/tool.py b/test/Install/tool.py
index 4f09b73e..1e49584b 100644
--- a/test/Install/tool.py
+++ b/test/Install/tool.py
@@ -49,3 +49,9 @@ test.must_match(['iii', 'foo.in'], "foo.in\n")
test.must_match('foo.out', "foo.in\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/Install/wrap-by-attribute.py b/test/Install/wrap-by-attribute.py
index cdfe41ca..e36d11db 100644
--- a/test/Install/wrap-by-attribute.py
+++ b/test/Install/wrap-by-attribute.py
@@ -107,3 +107,9 @@ test.must_match(f4_new_out, "f4.in\n")
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: