summaryrefslogtreecommitdiff
path: root/test/QT
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/QT
parent107c0c6e68dd0126f43fbbe9ed34d0c2cee68919 (diff)
downloadscons-d0babf0088ed94e39ee70169f5f2678822072405.tar.gz
Add emacs and vim editing settings to the bottom of *.py files.
Diffstat (limited to 'test/QT')
-rw-r--r--test/QT/CPPPATH-appended.py6
-rw-r--r--test/QT/CPPPATH.py6
-rw-r--r--test/QT/QTFLAGS.py6
-rw-r--r--test/QT/Tool.py6
-rw-r--r--test/QT/copied-env.py6
-rw-r--r--test/QT/empty-env.py6
-rw-r--r--test/QT/generated-ui.py6
-rw-r--r--test/QT/installed.py6
-rw-r--r--test/QT/manual.py6
-rw-r--r--test/QT/moc-from-cpp.py6
-rw-r--r--test/QT/moc-from-header.py6
-rw-r--r--test/QT/reentrant.py6
-rw-r--r--test/QT/source-from-ui.py6
-rw-r--r--test/QT/up-to-date.py6
-rw-r--r--test/QT/warnings.py6
15 files changed, 90 insertions, 0 deletions
diff --git a/test/QT/CPPPATH-appended.py b/test/QT/CPPPATH-appended.py
index dc5e8139..27809216 100644
--- a/test/QT/CPPPATH-appended.py
+++ b/test/QT/CPPPATH-appended.py
@@ -73,3 +73,9 @@ test.write(['sub', 'local_include', 'local_include.h'], r"""
test.run(arguments = aaa_exe)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/QT/CPPPATH.py b/test/QT/CPPPATH.py
index a45465fc..4ea42bd0 100644
--- a/test/QT/CPPPATH.py
+++ b/test/QT/CPPPATH.py
@@ -63,3 +63,9 @@ test.write(['local_include', 'local_include.h'], r"""
test.run(arguments = aaa_exe)
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/QT/QTFLAGS.py b/test/QT/QTFLAGS.py
index 5656b086..87dcaf02 100644
--- a/test/QT/QTFLAGS.py
+++ b/test/QT/QTFLAGS.py
@@ -277,3 +277,9 @@ test.run(chdir='work2', stderr=None)
test.must_exist(['work2', 'main' + _exe])
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/QT/Tool.py b/test/QT/Tool.py
index bb6b8513..86eb4ca7 100644
--- a/test/QT/Tool.py
+++ b/test/QT/Tool.py
@@ -151,3 +151,9 @@ env.Tool('qt', ['$TOOL_PATH'])
test.run(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/QT/copied-env.py b/test/QT/copied-env.py
index dc96317a..f68e1db2 100644
--- a/test/QT/copied-env.py
+++ b/test/QT/copied-env.py
@@ -79,3 +79,9 @@ if not MYLIB_IMPL:
test.fail_test()
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/QT/empty-env.py b/test/QT/empty-env.py
index 5bf173a5..77547e70 100644
--- a/test/QT/empty-env.py
+++ b/test/QT/empty-env.py
@@ -69,3 +69,9 @@ test.run(program = test.workpath('main' + TestSCons._exe),
stdout = 'qt/include/foo6.h\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/QT/generated-ui.py b/test/QT/generated-ui.py
index 991047d2..e01a6338 100644
--- a/test/QT/generated-ui.py
+++ b/test/QT/generated-ui.py
@@ -127,3 +127,9 @@ test.run(arguments = '.',
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/QT/installed.py b/test/QT/installed.py
index dde81c70..e9d2e163 100644
--- a/test/QT/installed.py
+++ b/test/QT/installed.py
@@ -211,3 +211,9 @@ test.fail_test(string.find(test.stderr(), expect1) == -1 and
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/QT/manual.py b/test/QT/manual.py
index d3426dba..dcab3aae 100644
--- a/test/QT/manual.py
+++ b/test/QT/manual.py
@@ -139,3 +139,9 @@ test.must_exist(test.workpath('fff.cpp'))
test.must_exist(test.workpath('fff.moc.cpp'))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/QT/moc-from-cpp.py b/test/QT/moc-from-cpp.py
index 1936a725..1bd7b101 100644
--- a/test/QT/moc-from-cpp.py
+++ b/test/QT/moc-from-cpp.py
@@ -97,3 +97,9 @@ test.run(arguments = "variant_dir=1 dup=0 " +
test.must_exist(test.workpath('build_dup0', moc))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/QT/moc-from-header.py b/test/QT/moc-from-header.py
index 102facc8..41b1b3dc 100644
--- a/test/QT/moc-from-header.py
+++ b/test/QT/moc-from-header.py
@@ -97,3 +97,9 @@ test.run(arguments = "variant_dir=1 chdir=1 dup=0 " +
test.must_exist(['build_dup0', moc])
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/QT/reentrant.py b/test/QT/reentrant.py
index 336aa136..be464b93 100644
--- a/test/QT/reentrant.py
+++ b/test/QT/reentrant.py
@@ -65,3 +65,9 @@ test.run(program = test.workpath('main' + TestSCons._exe),
stdout = 'qt/include/foo5.h\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/QT/source-from-ui.py b/test/QT/source-from-ui.py
index 874285d2..6cffecc5 100644
--- a/test/QT/source-from-ui.py
+++ b/test/QT/source-from-ui.py
@@ -149,3 +149,9 @@ test.must_not_exist(test.workpath(cpp))
test.must_not_exist(test.workpath(h))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/QT/up-to-date.py b/test/QT/up-to-date.py
index 28ae16e6..fbbcac0d 100644
--- a/test/QT/up-to-date.py
+++ b/test/QT/up-to-date.py
@@ -139,3 +139,9 @@ test.up_to_date(options = '--debug=explain',
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/QT/warnings.py b/test/QT/warnings.py
index ef94dd6f..975091bf 100644
--- a/test/QT/warnings.py
+++ b/test/QT/warnings.py
@@ -98,3 +98,9 @@ File "%s", line \d+, in (\?|<module>)
test.fail_test(not test.match_re(test.stderr(), expect))
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: