summaryrefslogtreecommitdiffstats
path: root/test/SConscript/src_dir.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/SConscript/src_dir.py')
-rw-r--r--test/SConscript/src_dir.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/SConscript/src_dir.py b/test/SConscript/src_dir.py
index 6e48e06..1a3a3df 100644
--- a/test/SConscript/src_dir.py
+++ b/test/SConscript/src_dir.py
@@ -97,3 +97,9 @@ test.run(program = goodbye, stdout = "Goodbye, world!\n")
test.run(program = hello, stdout = "Hello, world!\n")
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: