summaryrefslogtreecommitdiffstats
path: root/test/Libs
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-02-18 16:29:08 (GMT)
committerSteven Knight <knight@baldmt.com>2009-02-18 16:29:08 (GMT)
commite7330ed4cc2e3fa560c276797a712cd1b0741e5c (patch)
tree4cdc7538f9be218f637f597c375a4c7c8f3d197e /test/Libs
parente9c4970bd297ee3eafdad0f4b64d79e071ee2e24 (diff)
downloadSCons-e7330ed4cc2e3fa560c276797a712cd1b0741e5c.zip
SCons-e7330ed4cc2e3fa560c276797a712cd1b0741e5c.tar.gz
SCons-e7330ed4cc2e3fa560c276797a712cd1b0741e5c.tar.bz2
Add missing editor settings.
Diffstat (limited to 'test/Libs')
-rw-r--r--test/Libs/LIBS-LIBPREFIX-exists.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Libs/LIBS-LIBPREFIX-exists.py b/test/Libs/LIBS-LIBPREFIX-exists.py
index 3cb2aba..814eda9 100644
--- a/test/Libs/LIBS-LIBPREFIX-exists.py
+++ b/test/Libs/LIBS-LIBPREFIX-exists.py
@@ -122,3 +122,9 @@ test.run(program=blender_exe,
stdout='src/component1/message.c\nsrc/component2/hello.c\n')
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: