summaryrefslogtreecommitdiffstats
path: root/test/Repository
diff options
context:
space:
mode:
Diffstat (limited to 'test/Repository')
-rw-r--r--test/Repository/CPPPATH.py6
-rw-r--r--test/Repository/Default.py6
-rw-r--r--test/Repository/Install-Local.py6
-rw-r--r--test/Repository/Install.py6
-rw-r--r--test/Repository/InstallAs.py6
-rw-r--r--test/Repository/Java.py6
-rw-r--r--test/Repository/JavaH.py6
-rw-r--r--test/Repository/LIBPATH.py6
-rw-r--r--test/Repository/Local.py6
-rw-r--r--test/Repository/M4.py6
-rw-r--r--test/Repository/Program.py6
-rw-r--r--test/Repository/RMIC.py6
-rw-r--r--test/Repository/SConscript.py6
-rw-r--r--test/Repository/SConsignFile.py6
-rw-r--r--test/Repository/SharedLibrary.py6
-rw-r--r--test/Repository/StaticLibrary.py6
-rw-r--r--test/Repository/VariantDir.py6
-rw-r--r--test/Repository/absolute-path.py6
-rw-r--r--test/Repository/include.py6
-rw-r--r--test/Repository/link-object.py6
-rw-r--r--test/Repository/multi-dir.py6
-rw-r--r--test/Repository/no-SConsignFile.py6
-rw-r--r--test/Repository/no-repository.py6
-rw-r--r--test/Repository/option-c.py6
-rw-r--r--test/Repository/option-f.py6
-rw-r--r--test/Repository/option-n.py6
-rw-r--r--test/Repository/signature-order.py6
-rw-r--r--test/Repository/targets.py6
-rw-r--r--test/Repository/top-level-path.py6
-rw-r--r--test/Repository/variants.py6
-rw-r--r--test/Repository/within-repository.py6
31 files changed, 186 insertions, 0 deletions
diff --git a/test/Repository/CPPPATH.py b/test/Repository/CPPPATH.py
index 9db613e..ff1dbfe 100644
--- a/test/Repository/CPPPATH.py
+++ b/test/Repository/CPPPATH.py
@@ -95,3 +95,9 @@ test.up_to_date(chdir = 'work', options = opts, 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/Repository/Default.py b/test/Repository/Default.py
index 82751c3..127c29a 100644
--- a/test/Repository/Default.py
+++ b/test/Repository/Default.py
@@ -98,3 +98,9 @@ test.up_to_date(chdir = 'work', options = opts, 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/Repository/Install-Local.py b/test/Repository/Install-Local.py
index b987670..3631043 100644
--- a/test/Repository/Install-Local.py
+++ b/test/Repository/Install-Local.py
@@ -80,3 +80,9 @@ test.up_to_date(chdir = 'work', options = opts, arguments = 'install')
#
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Repository/Install.py b/test/Repository/Install.py
index d0038e3..5e64d55 100644
--- a/test/Repository/Install.py
+++ b/test/Repository/Install.py
@@ -57,3 +57,9 @@ test.up_to_date(chdir = 'work', options = opts, arguments = install)
#
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Repository/InstallAs.py b/test/Repository/InstallAs.py
index 28b9421..0923d88 100644
--- a/test/Repository/InstallAs.py
+++ b/test/Repository/InstallAs.py
@@ -64,3 +64,9 @@ test.up_to_date(chdir = 'work', options = opts, arguments = install)
#
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Repository/Java.py b/test/Repository/Java.py
index 2c5e30d..5ad1855 100644
--- a/test/Repository/Java.py
+++ b/test/Repository/Java.py
@@ -261,3 +261,9 @@ test.writable('repository', 0)
#test.up_to_date(chdir = 'work2', options = opts, 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/Repository/JavaH.py b/test/Repository/JavaH.py
index 9128b6d..ee196cf 100644
--- a/test/Repository/JavaH.py
+++ b/test/Repository/JavaH.py
@@ -288,3 +288,9 @@ test.fail_test(not os.path.exists(test.workpath('work3', 'outdir', 'Foo3.h')))
#test.up_to_date(chdir = 'work2', options = opts, 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/Repository/LIBPATH.py b/test/Repository/LIBPATH.py
index 0f80ace..0eb2da2 100644
--- a/test/Repository/LIBPATH.py
+++ b/test/Repository/LIBPATH.py
@@ -130,3 +130,9 @@ test.fail_test(test.read(['work', 'yyy.out']) !=
#
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Repository/Local.py b/test/Repository/Local.py
index a099e40..1b63345 100644
--- a/test/Repository/Local.py
+++ b/test/Repository/Local.py
@@ -112,3 +112,9 @@ test.up_to_date(chdir = 'work', options = opts, 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/Repository/M4.py b/test/Repository/M4.py
index 09c3861..b6c9736 100644
--- a/test/Repository/M4.py
+++ b/test/Repository/M4.py
@@ -101,3 +101,9 @@ test.fail_test(test.read(test.workpath('work', 'build', 'bbb.y'), 'r') != expect
#
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Repository/Program.py b/test/Repository/Program.py
index eda1202..1eb18d8 100644
--- a/test/Repository/Program.py
+++ b/test/Repository/Program.py
@@ -360,3 +360,9 @@ test.up_to_date(chdir = 'work2', 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/Repository/RMIC.py b/test/Repository/RMIC.py
index f3c412b..ea48d2c 100644
--- a/test/Repository/RMIC.py
+++ b/test/Repository/RMIC.py
@@ -347,3 +347,9 @@ test.must_exist (test.workpath('work3', 'outdir', 'com', 'sub', 'foo', 'Foo2_
test.up_to_date(chdir = 'work3', options = opts, 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/Repository/SConscript.py b/test/Repository/SConscript.py
index 5f2e6b8..fb4ef08 100644
--- a/test/Repository/SConscript.py
+++ b/test/Repository/SConscript.py
@@ -125,3 +125,9 @@ rep2/src/ccc.in
#
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Repository/SConsignFile.py b/test/Repository/SConsignFile.py
index 9643cb8..fef2c75 100644
--- a/test/Repository/SConsignFile.py
+++ b/test/Repository/SConsignFile.py
@@ -59,3 +59,9 @@ test.run(chdir='work',
test.must_not_exist(['work', 'file.out'])
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Repository/SharedLibrary.py b/test/Repository/SharedLibrary.py
index 6b65def..fbd135e 100644
--- a/test/Repository/SharedLibrary.py
+++ b/test/Repository/SharedLibrary.py
@@ -122,3 +122,9 @@ test.run(program = test.workpath('work', 'prog'),
stdout = "f1.c\nf2.c\nf3.c\nprog.c\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/Repository/StaticLibrary.py b/test/Repository/StaticLibrary.py
index 1cf20c3..e5c76f9 100644
--- a/test/Repository/StaticLibrary.py
+++ b/test/Repository/StaticLibrary.py
@@ -234,3 +234,9 @@ test.up_to_date(chdir = 'work3', options = opts, 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/Repository/VariantDir.py b/test/Repository/VariantDir.py
index ea11404..0abda0b 100644
--- a/test/Repository/VariantDir.py
+++ b/test/Repository/VariantDir.py
@@ -197,3 +197,9 @@ test.up_to_date(chdir = 'work2', options = opts, 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/Repository/absolute-path.py b/test/Repository/absolute-path.py
index 378e321..5bd10e4 100644
--- a/test/Repository/absolute-path.py
+++ b/test/Repository/absolute-path.py
@@ -107,3 +107,9 @@ test.up_to_date(chdir = 'work', options = opts, 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/Repository/include.py b/test/Repository/include.py
index 4575d99..c52765c 100644
--- a/test/Repository/include.py
+++ b/test/Repository/include.py
@@ -188,3 +188,9 @@ test.up_to_date(chdir = 'work', 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/Repository/link-object.py b/test/Repository/link-object.py
index 679fa7e..78add90 100644
--- a/test/Repository/link-object.py
+++ b/test/Repository/link-object.py
@@ -155,3 +155,9 @@ test.up_to_date(chdir = 'repository', 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/Repository/multi-dir.py b/test/Repository/multi-dir.py
index ab67c9d..8a82126 100644
--- a/test/Repository/multi-dir.py
+++ b/test/Repository/multi-dir.py
@@ -138,3 +138,9 @@ repository/src/main.c
#
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Repository/no-SConsignFile.py b/test/Repository/no-SConsignFile.py
index 95b1749..d7f570c 100644
--- a/test/Repository/no-SConsignFile.py
+++ b/test/Repository/no-SConsignFile.py
@@ -73,3 +73,9 @@ test.run(program=test.workpath('build', 'foo'),
test.up_to_date(chdir='build', 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/Repository/no-repository.py b/test/Repository/no-repository.py
index a8ec7ca..dc45825 100644
--- a/test/Repository/no-repository.py
+++ b/test/Repository/no-repository.py
@@ -94,3 +94,9 @@ work/foo.c
test.up_to_date(chdir = 'work', 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/Repository/option-c.py b/test/Repository/option-c.py
index 1d440eb..ea989c2 100644
--- a/test/Repository/option-c.py
+++ b/test/Repository/option-c.py
@@ -180,3 +180,9 @@ test.fail_test(test.read(repository_subdir_ddd_out) != "repository/subdir/ddd.in
#
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
diff --git a/test/Repository/option-f.py b/test/Repository/option-f.py
index 4615104..aec9418 100644
--- a/test/Repository/option-f.py
+++ b/test/Repository/option-f.py
@@ -97,3 +97,9 @@ test.fail_test(test.read(['work', 'ccc.out']) != "repository/ccc.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/Repository/option-n.py b/test/Repository/option-n.py
index c6793fc..220baad 100644
--- a/test/Repository/option-n.py
+++ b/test/Repository/option-n.py
@@ -92,3 +92,9 @@ test.fail_test(test.read(work_aaa_out) != "repository/aaa.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/Repository/signature-order.py b/test/Repository/signature-order.py
index fd36182..2c00b34 100644
--- a/test/Repository/signature-order.py
+++ b/test/Repository/signature-order.py
@@ -120,3 +120,9 @@ test.up_to_date(chdir = 'work', 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/Repository/targets.py b/test/Repository/targets.py
index 2839046..d395047 100644
--- a/test/Repository/targets.py
+++ b/test/Repository/targets.py
@@ -97,3 +97,9 @@ test.fail_test(test.read(['work', 'ccc.out']) != "repository/ccc.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/Repository/top-level-path.py b/test/Repository/top-level-path.py
index 4dccfd5..d8ed9e2 100644
--- a/test/Repository/top-level-path.py
+++ b/test/Repository/top-level-path.py
@@ -106,3 +106,9 @@ test.up_to_date(chdir = 'work', options = opts, 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/Repository/variants.py b/test/Repository/variants.py
index a85d095..e8c07a7 100644
--- a/test/Repository/variants.py
+++ b/test/Repository/variants.py
@@ -422,3 +422,9 @@ test.fail_test(os.path.exists(test.workpath('work2', 'src2', '.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/Repository/within-repository.py b/test/Repository/within-repository.py
index 0b7e844..6bcc2fa 100644
--- a/test/Repository/within-repository.py
+++ b/test/Repository/within-repository.py
@@ -149,3 +149,9 @@ test.up_to_date(chdir = 'repository', arguments = ".")
#
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: