Add emacs and vim editing settings to the bottom of *.py files.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 9 Feb 2009 18:29:43 +0000 (18:29 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 9 Feb 2009 18:29:43 +0000 (18:29 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3987 fdb21ef1-2011-0410-befe-b5e4ea1792b1

1205 files changed:
QMTest/TestCmd.py
QMTest/TestCommon.py
QMTest/TestRuntest.py
QMTest/TestSCons.py
QMTest/TestSConsMSVS.py
QMTest/TestSCons_time.py
QMTest/TestSConsign.py
QMTest/scons_tdb.py
QMTest/unittest.py
bench/bench.py
bench/dependency-func.py
bench/env.__setitem__.py
bench/is_types.py
bench/lvars-gvars.py
bench/timeit.py
bin/Command.py
bin/SConsDoc.py
bin/caller-tree.py
bin/import-test.py
bin/install_python.py
bin/install_scons.py
bin/memlogs.py
bin/memoicmp.py
bin/objcounts.py
bin/scons-diff.py
bin/scons-proc.py
bin/scons-test.py
bin/scons-unzip.py
bin/scons_dev_master.py
bin/sconsexamples.py
bin/sconsoutput.py
bin/svn-bisect.py
bin/xmlagenda.py
bootstrap.py
runtest.py
src/engine/SCons/Action.py
src/engine/SCons/ActionTests.py
src/engine/SCons/Builder.py
src/engine/SCons/BuilderTests.py
src/engine/SCons/CacheDir.py
src/engine/SCons/CacheDirTests.py
src/engine/SCons/Conftest.py
src/engine/SCons/Debug.py
src/engine/SCons/Defaults.py
src/engine/SCons/DefaultsTests.py
src/engine/SCons/Environment.py
src/engine/SCons/EnvironmentTests.py
src/engine/SCons/Errors.py
src/engine/SCons/ErrorsTests.py
src/engine/SCons/Executor.py
src/engine/SCons/ExecutorTests.py
src/engine/SCons/Job.py
src/engine/SCons/JobTests.py
src/engine/SCons/Memoize.py
src/engine/SCons/MemoizeTests.py
src/engine/SCons/Node/Alias.py
src/engine/SCons/Node/AliasTests.py
src/engine/SCons/Node/FS.py
src/engine/SCons/Node/FSTests.py
src/engine/SCons/Node/NodeTests.py
src/engine/SCons/Node/Python.py
src/engine/SCons/Node/PythonTests.py
src/engine/SCons/Node/__init__.py
src/engine/SCons/Options/BoolOption.py
src/engine/SCons/Options/EnumOption.py
src/engine/SCons/Options/ListOption.py
src/engine/SCons/Options/PackageOption.py
src/engine/SCons/Options/PathOption.py
src/engine/SCons/Options/__init__.py
src/engine/SCons/PathList.py
src/engine/SCons/PathListTests.py
src/engine/SCons/Platform/PlatformTests.py
src/engine/SCons/Platform/__init__.py
src/engine/SCons/Platform/aix.py
src/engine/SCons/Platform/cygwin.py
src/engine/SCons/Platform/darwin.py
src/engine/SCons/Platform/hpux.py
src/engine/SCons/Platform/irix.py
src/engine/SCons/Platform/os2.py
src/engine/SCons/Platform/posix.py
src/engine/SCons/Platform/sunos.py
src/engine/SCons/Platform/win32.py
src/engine/SCons/SConf.py
src/engine/SCons/SConfTests.py
src/engine/SCons/SConsign.py
src/engine/SCons/SConsignTests.py
src/engine/SCons/Scanner/C.py
src/engine/SCons/Scanner/CTests.py
src/engine/SCons/Scanner/D.py
src/engine/SCons/Scanner/Dir.py
src/engine/SCons/Scanner/DirTests.py
src/engine/SCons/Scanner/Fortran.py
src/engine/SCons/Scanner/FortranTests.py
src/engine/SCons/Scanner/IDL.py
src/engine/SCons/Scanner/IDLTests.py
src/engine/SCons/Scanner/LaTeX.py
src/engine/SCons/Scanner/LaTeXTests.py
src/engine/SCons/Scanner/Prog.py
src/engine/SCons/Scanner/ProgTests.py
src/engine/SCons/Scanner/RC.py
src/engine/SCons/Scanner/RCTests.py
src/engine/SCons/Scanner/ScannerTests.py
src/engine/SCons/Scanner/__init__.py
src/engine/SCons/Script/Interactive.py
src/engine/SCons/Script/Main.py
src/engine/SCons/Script/MainTests.py
src/engine/SCons/Script/SConsOptions.py
src/engine/SCons/Script/SConscript.py
src/engine/SCons/Script/SConscriptTests.py
src/engine/SCons/Script/__init__.py
src/engine/SCons/Sig.py
src/engine/SCons/Subst.py
src/engine/SCons/SubstTests.py
src/engine/SCons/Taskmaster.py
src/engine/SCons/TaskmasterTests.py
src/engine/SCons/Tool/386asm.py
src/engine/SCons/Tool/BitKeeper.py
src/engine/SCons/Tool/CVS.py
src/engine/SCons/Tool/FortranCommon.py
src/engine/SCons/Tool/JavaCommon.py
src/engine/SCons/Tool/JavaCommonTests.py
src/engine/SCons/Tool/Perforce.py
src/engine/SCons/Tool/PharLapCommon.py
src/engine/SCons/Tool/PharLapCommonTests.py
src/engine/SCons/Tool/RCS.py
src/engine/SCons/Tool/SCCS.py
src/engine/SCons/Tool/Subversion.py
src/engine/SCons/Tool/ToolTests.py
src/engine/SCons/Tool/__init__.py
src/engine/SCons/Tool/aixc++.py
src/engine/SCons/Tool/aixcc.py
src/engine/SCons/Tool/aixf77.py
src/engine/SCons/Tool/aixlink.py
src/engine/SCons/Tool/applelink.py
src/engine/SCons/Tool/ar.py
src/engine/SCons/Tool/as.py
src/engine/SCons/Tool/bcc32.py
src/engine/SCons/Tool/c++.py
src/engine/SCons/Tool/cc.py
src/engine/SCons/Tool/cvf.py
src/engine/SCons/Tool/default.py
src/engine/SCons/Tool/dmd.py
src/engine/SCons/Tool/dvi.py
src/engine/SCons/Tool/dvipdf.py
src/engine/SCons/Tool/dvips.py
src/engine/SCons/Tool/f77.py
src/engine/SCons/Tool/f90.py
src/engine/SCons/Tool/f95.py
src/engine/SCons/Tool/filesystem.py
src/engine/SCons/Tool/fortran.py
src/engine/SCons/Tool/g++.py
src/engine/SCons/Tool/g77.py
src/engine/SCons/Tool/gas.py
src/engine/SCons/Tool/gcc.py
src/engine/SCons/Tool/gfortran.py
src/engine/SCons/Tool/gnulink.py
src/engine/SCons/Tool/gs.py
src/engine/SCons/Tool/hpc++.py
src/engine/SCons/Tool/hpcc.py
src/engine/SCons/Tool/hplink.py
src/engine/SCons/Tool/icc.py
src/engine/SCons/Tool/icl.py
src/engine/SCons/Tool/ifl.py
src/engine/SCons/Tool/ifort.py
src/engine/SCons/Tool/ilink.py
src/engine/SCons/Tool/ilink32.py
src/engine/SCons/Tool/install.py
src/engine/SCons/Tool/intelc.py
src/engine/SCons/Tool/ipkg.py
src/engine/SCons/Tool/jar.py
src/engine/SCons/Tool/javac.py
src/engine/SCons/Tool/javah.py
src/engine/SCons/Tool/latex.py
src/engine/SCons/Tool/lex.py
src/engine/SCons/Tool/link.py
src/engine/SCons/Tool/linkloc.py
src/engine/SCons/Tool/m4.py
src/engine/SCons/Tool/masm.py
src/engine/SCons/Tool/midl.py
src/engine/SCons/Tool/mingw.py
src/engine/SCons/Tool/mslib.py
src/engine/SCons/Tool/mslink.py
src/engine/SCons/Tool/msvc.py
src/engine/SCons/Tool/msvs.py
src/engine/SCons/Tool/msvsTests.py
src/engine/SCons/Tool/mwcc.py
src/engine/SCons/Tool/mwld.py
src/engine/SCons/Tool/nasm.py
src/engine/SCons/Tool/packaging/__init__.py
src/engine/SCons/Tool/packaging/ipk.py
src/engine/SCons/Tool/packaging/msi.py
src/engine/SCons/Tool/packaging/rpm.py
src/engine/SCons/Tool/packaging/src_tarbz2.py
src/engine/SCons/Tool/packaging/src_targz.py
src/engine/SCons/Tool/packaging/src_zip.py
src/engine/SCons/Tool/packaging/tarbz2.py
src/engine/SCons/Tool/packaging/targz.py
src/engine/SCons/Tool/packaging/zip.py
src/engine/SCons/Tool/pdf.py
src/engine/SCons/Tool/pdflatex.py
src/engine/SCons/Tool/pdftex.py
src/engine/SCons/Tool/qt.py
src/engine/SCons/Tool/rmic.py
src/engine/SCons/Tool/rpcgen.py
src/engine/SCons/Tool/rpm.py
src/engine/SCons/Tool/sgiar.py
src/engine/SCons/Tool/sgic++.py
src/engine/SCons/Tool/sgicc.py
src/engine/SCons/Tool/sgilink.py
src/engine/SCons/Tool/sunar.py
src/engine/SCons/Tool/sunc++.py
src/engine/SCons/Tool/suncc.py
src/engine/SCons/Tool/sunf77.py
src/engine/SCons/Tool/sunf90.py
src/engine/SCons/Tool/sunf95.py
src/engine/SCons/Tool/sunlink.py
src/engine/SCons/Tool/swig.py
src/engine/SCons/Tool/tar.py
src/engine/SCons/Tool/tex.py
src/engine/SCons/Tool/tlib.py
src/engine/SCons/Tool/wix.py
src/engine/SCons/Tool/yacc.py
src/engine/SCons/Tool/zip.py
src/engine/SCons/Util.py
src/engine/SCons/UtilTests.py
src/engine/SCons/Variables/BoolVariable.py
src/engine/SCons/Variables/BoolVariableTests.py
src/engine/SCons/Variables/EnumVariable.py
src/engine/SCons/Variables/EnumVariableTests.py
src/engine/SCons/Variables/ListVariable.py
src/engine/SCons/Variables/ListVariableTests.py
src/engine/SCons/Variables/PackageVariable.py
src/engine/SCons/Variables/PackageVariableTests.py
src/engine/SCons/Variables/PathVariable.py
src/engine/SCons/Variables/PathVariableTests.py
src/engine/SCons/Variables/VariablesTests.py
src/engine/SCons/Variables/__init__.py
src/engine/SCons/Warnings.py
src/engine/SCons/WarningsTests.py
src/engine/SCons/__init__.py
src/engine/SCons/compat/__init__.py
src/engine/SCons/compat/_scons_UserString.py
src/engine/SCons/compat/_scons_hashlib.py
src/engine/SCons/compat/_scons_itertools.py
src/engine/SCons/compat/_scons_optparse.py
src/engine/SCons/compat/_scons_sets.py
src/engine/SCons/compat/_scons_sets15.py
src/engine/SCons/compat/_scons_shlex.py
src/engine/SCons/compat/_scons_subprocess.py
src/engine/SCons/compat/_scons_textwrap.py
src/engine/SCons/compat/builtins.py
src/engine/SCons/cpp.py
src/engine/SCons/cppTests.py
src/engine/SCons/dblite.py
src/engine/SCons/exitfuncs.py
src/engine/setup.py
src/script/scons-post-install.py
src/script/scons-time.py
src/script/scons.py
src/script/sconsign.py
src/script/setup.py
src/setup.py
src/test_aegistests.py
src/test_files.py
src/test_interrupts.py
src/test_pychecker.py
src/test_setup.py
src/test_strings.py
template/Tests.py
template/__init__.py
template/file.py
template/test.py
test/AR/AR.py
test/AR/ARCOM.py
test/AR/ARCOMSTR.py
test/AR/ARFLAGS.py
test/ARGLIST.py
test/ARGUMENTS.py
test/AS/AS.py
test/AS/ASCOM.py
test/AS/ASCOMSTR.py
test/AS/ASFLAGS.py
test/AS/ASPP.py
test/AS/ASPPCOM.py
test/AS/ASPPCOMSTR.py
test/AS/ASPPFLAGS.py
test/AS/as-live.py
test/AS/ml.py
test/AS/nasm.py
test/Actions/actions.py
test/Actions/addpost-link.py
test/Actions/append.py
test/Actions/exitstatfunc.py
test/Actions/function.py
test/Actions/pre-post.py
test/Actions/timestamp.py
test/Actions/unicode-signature.py
test/AddMethod.py
test/AddOption/basic.py
test/AddOption/help.py
test/AddOption/optional-arg.py
test/Alias/Alias.py
test/Alias/Depends.py
test/Alias/Dir-order.py
test/Alias/action.py
test/Alias/errors.py
test/Alias/scanner.py
test/Alias/srcdir.py
test/AlwaysBuild.py
test/BadBuilder.py
test/Batch/Boolean.py
test/Batch/CHANGED_SOURCES.py
test/Batch/SOURCES.py
test/Batch/action-changed.py
test/Batch/callable.py
test/Batch/generated.py
test/Batch/removed.py
test/Batch/up_to_date.py
test/BitKeeper/BITKEEPERCOM.py
test/BitKeeper/BITKEEPERCOMSTR.py
test/BitKeeper/BitKeeper.py
test/Builder-factories.py
test/Builder/TargetSubst.py
test/Builder/add_src_builder.py
test/Builder/ensure_suffix.py
test/Builder/multi/different-actions.py
test/Builder/multi/different-environments.py
test/Builder/multi/different-multi.py
test/Builder/multi/different-order.py
test/Builder/multi/different-overrides.py
test/Builder/multi/different-target-lists.py
test/Builder/multi/error.py
test/Builder/multi/lone-target-list.py
test/Builder/multi/multi.py
test/Builder/multi/same-actions.py
test/Builder/multi/same-overrides.py
test/Builder/multi/same-targets.py
test/Builder/non-multi.py
test/Builder/srcdir.py
test/CC/CC.py
test/CC/CCCOM.py
test/CC/CCCOMSTR.py
test/CC/CCFLAGS.py
test/CC/CFLAGS.py
test/CC/SHCC.py
test/CC/SHCCCOM.py
test/CC/SHCCCOMSTR.py
test/CC/SHCCFLAGS.py
test/CC/SHCFLAGS.py
test/CFILESUFFIX.py
test/CPPDEFINES/basic.py
test/CPPDEFINES/live.py
test/CPPDEFINES/scan.py
test/CPPDEFINES/undefined.py
test/CPPFLAGS.py
test/CPPPATH/CPPPATH.py
test/CPPPATH/Dir.py
test/CPPPATH/absolute-path.py
test/CPPPATH/expand-object.py
test/CPPPATH/function-expansion.py
test/CPPPATH/list-expansion.py
test/CPPPATH/match-dir.py
test/CPPPATH/nested-lists.py
test/CPPPATH/null.py
test/CPPPATH/subdir-as-include.py
test/CPPSUFFIXES.py
test/CVS.py
test/CVSCOM.py
test/CVSCOMSTR.py
test/CXX/CC-variables.py
test/CXX/CCFLAGS.py
test/CXX/CXX.py
test/CXX/CXXCOM.py
test/CXX/CXXCOMSTR.py
test/CXX/CXXFILESUFFIX.py
test/CXX/CXXFLAGS.py
test/CXX/SHCXX.py
test/CXX/SHCXXCOM.py
test/CXX/SHCXXCOMSTR.py
test/CXX/SHCXXFLAGS.py
test/CacheDir/CacheDir.py
test/CacheDir/NoCache.py
test/CacheDir/SideEffect.py
test/CacheDir/VariantDir.py
test/CacheDir/debug.py
test/CacheDir/environment.py
test/CacheDir/multi-targets.py
test/CacheDir/multiple-targets.py
test/CacheDir/option--cd.py
test/CacheDir/option--cf.py
test/CacheDir/option--cs.py
test/CacheDir/scanner-target.py
test/CacheDir/source-scanner.py
test/CacheDir/symlink.py
test/CacheDir/timestamp-match.py
test/CacheDir/timestamp-newer.py
test/CacheDir/up-to-date-q.py
test/Case.py
test/Chmod.py
test/Climb/U-Default-dir.py
test/Climb/U-Default-no-target.py
test/Climb/U-no-Default.py
test/Climb/explicit-parent--D.py
test/Climb/explicit-parent--U.py
test/Climb/explicit-parent-u.py
test/Climb/filename--D.py
test/Climb/filename--U.py
test/Climb/filename-u.py
test/Climb/option--D.py
test/Climb/option--U.py
test/Climb/option-u.py
test/Clone-compatibility.py
test/Command.py
test/CommandGenerator.py
test/Configure/Action-error.py
test/Configure/Builder-call.py
test/Configure/CONFIGUREDIR.py
test/Configure/CONFIGURELOG.py
test/Configure/ConfigureDryRunError.py
test/Configure/SConscript.py
test/Configure/VariantDir-SConscript.py
test/Configure/VariantDir.py
test/Configure/basic.py
test/Configure/build-fail.py
test/Configure/cache-not-ok.py
test/Configure/cache-ok.py
test/Configure/clean.py
test/Configure/config-h.py
test/Configure/custom-tests.py
test/Configure/from-SConscripts.py
test/Configure/help.py
test/Configure/implicit-cache.py
test/Configure/option--Q.py
test/Configure/option--config.py
test/ConstructionEnvironment.py
test/Copy-Action.py
test/Copy-Option.py
test/D/DMD.py
test/D/Scanner.py
test/DSUFFIXES.py
test/DVIPDF/DVIPDF.py
test/DVIPDF/DVIPDFCOM.py
test/DVIPDF/DVIPDFCOMSTR.py
test/DVIPDF/DVIPDFFLAGS.py
test/DVIPDF/makeindex.py
test/DVIPS/DVIPS.py
test/DVIPS/DVIPSFLAGS.py
test/DVIPS/PSCOM.py
test/DVIPS/PSCOMSTR.py
test/Decider/Environment.py
test/Decider/MD5-timestamp.py
test/Decider/Node.py
test/Decider/default.py
test/Decider/mixed.py
test/Decider/timestamp.py
test/Decider/unknown.py
test/Default.py
test/Delete.py
test/Depends.py
test/Deprecated/BuildDir.py
test/Deprecated/CacheDir/timestamp-content.py
test/Deprecated/CacheDir/timestamp-timestamp.py
test/Deprecated/Copy-Method.py
test/Deprecated/Options/BoolOption.py
test/Deprecated/Options/EnumOption.py
test/Deprecated/Options/ListOption.py
test/Deprecated/Options/Options.py
test/Deprecated/Options/PackageOption.py
test/Deprecated/Options/PathOption.py
test/Deprecated/Options/chdir.py
test/Deprecated/Options/help.py
test/Deprecated/Options/import.py
test/Deprecated/SConscript-build_dir.py
test/Deprecated/SourceSignatures/basic.py
test/Deprecated/SourceSignatures/env.py
test/Deprecated/SourceSignatures/implicit-cache.py
test/Deprecated/SourceSignatures/no-csigs.py
test/Deprecated/SourceSignatures/overrides.py
test/Deprecated/SourceSignatures/switch-rebuild.py
test/Deprecated/TargetSignatures/build-content.py
test/Deprecated/TargetSignatures/content.py
test/Deprecated/TargetSignatures/overrides.py
test/Deprecated/TaskmasterNeedsExecute.py
test/Deprecated/debug-dtree.py
test/Deprecated/debug-nomemoizer.py
test/Deprecated/debug-stree.py
test/Deprecated/debug-tree.py
test/Dir/Dir.py
test/Dir/mixed-targets.py
test/Dir/source.py
test/ENV.py
test/ESCAPE.py
test/EnsurePythonVersion.py
test/EnsureSConsVersion.py
test/Entry.py
test/Environment.py
test/Errors/AttributeError.py
test/Errors/Exception.py
test/Errors/InternalError.py
test/Errors/NameError.py
test/Errors/SyntaxError.py
test/Errors/TypeError.py
test/Errors/UserError.py
test/Errors/execute-a-directory.py
test/Errors/exit-status.py
test/Errors/non-executable-file.py
test/Errors/nonexistent-executable.py
test/Errors/permission-denied.py
test/Errors/preparation.py
test/Execute.py
test/ExecuteInvalidateCache.py
test/Exit.py
test/File.py
test/FindFile.py
test/Flatten.py
test/Fortran/F77.py
test/Fortran/F77COM.py
test/Fortran/F77COMSTR.py
test/Fortran/F77FILESUFFIXES.py
test/Fortran/F77FILESUFFIXES2.py
test/Fortran/F77FLAGS.py
test/Fortran/F77PATH.py
test/Fortran/F90.py
test/Fortran/F90COM.py
test/Fortran/F90COMSTR.py
test/Fortran/F90FILESUFFIXES.py
test/Fortran/F90FILESUFFIXES2.py
test/Fortran/F90FLAGS.py
test/Fortran/F90PATH.py
test/Fortran/F95.py
test/Fortran/F95COM.py
test/Fortran/F95COMSTR.py
test/Fortran/F95FILESUFFIXES.py
test/Fortran/F95FILESUFFIXES2.py
test/Fortran/F95FLAGS.py
test/Fortran/FORTRAN.py
test/Fortran/FORTRANCOM.py
test/Fortran/FORTRANCOMSTR.py
test/Fortran/FORTRANFILESUFFIXES.py
test/Fortran/FORTRANFILESUFFIXES2.py
test/Fortran/FORTRANFLAGS.py
test/Fortran/FORTRANMODDIR.py
test/Fortran/FORTRANPATH.py
test/Fortran/FORTRANSUFFIXES.py
test/Fortran/SHF77.py
test/Fortran/SHF77COM.py
test/Fortran/SHF77COMSTR.py
test/Fortran/SHF77FLAGS.py
test/Fortran/SHF90.py
test/Fortran/SHF90COM.py
test/Fortran/SHF90COMSTR.py
test/Fortran/SHF90FLAGS.py
test/Fortran/SHF95.py
test/Fortran/SHF95COM.py
test/Fortran/SHF95COMSTR.py
test/Fortran/SHF95FLAGS.py
test/Fortran/SHFORTRAN.py
test/Fortran/SHFORTRANCOM.py
test/Fortran/SHFORTRANCOMSTR.py
test/Fortran/SHFORTRANFLAGS.py
test/Fortran/USE-MODULE.py
test/Fortran/common.py
test/Fortran/link-with-cxx.py
test/Fortran/module-subdir.py
test/GetBuildFailures/option-k.py
test/GetBuildFailures/parallel.py
test/GetBuildFailures/serial.py
test/GetOption/help.py
test/GetSetOption.py
test/Ghostscript/GS.py
test/Ghostscript/GSCOM.py
test/Ghostscript/GSCOMSTR.py
test/Ghostscript/GSFLAGS.py
test/Glob/Repository.py
test/Glob/VariantDir.py
test/Glob/basic.py
test/Glob/glob-libpath.py
test/Glob/source.py
test/Glob/strings.py
test/Glob/subdir.py
test/Glob/subst.py
test/HeaderGen.py
test/HeaderInstall.py
test/Help.py
test/IDL/IDLSUFFIXES.py
test/IDL/MIDLCOM.py
test/IDL/MIDLCOMSTR.py
test/IDL/midl.py
test/Ignore.py
test/Install/Clone.py
test/Install/INSTALLSTR.py
test/Install/Install.py
test/Install/InstallAs.py
test/Install/directories.py
test/Install/multi.py
test/Install/no-top-relative.py
test/Install/option--install-sandbox.py
test/Install/tool.py
test/Install/wrap-by-attribute.py
test/Intel/icpc-link.py
test/Interactive/Alias.py
test/Interactive/Default-None.py
test/Interactive/Default.py
test/Interactive/added-include.py
test/Interactive/basic.py
test/Interactive/cache-debug.py
test/Interactive/cache-disable.py
test/Interactive/cache-force.py
test/Interactive/cache-show.py
test/Interactive/clean.py
test/Interactive/exit.py
test/Interactive/failure.py
test/Interactive/help.py
test/Interactive/implicit-VariantDir.py
test/Interactive/option--Q.py
test/Interactive/option-i.py
test/Interactive/option-j.py
test/Interactive/option-k.py
test/Interactive/option-n.py
test/Interactive/option-s.py
test/Interactive/repeat-line.py
test/Interactive/shell.py
test/Interactive/taskmastertrace.py
test/Interactive/tree.py
test/Interactive/unknown-command.py
test/Interactive/variant_dir.py
test/Interactive/version.py
test/Java/JAR.py
test/Java/JARCHDIR.py
test/Java/JARCOM.py
test/Java/JARCOMSTR.py
test/Java/JARFLAGS.py
test/Java/JAVABOOTCLASSPATH.py
test/Java/JAVAC.py
test/Java/JAVACCOM.py
test/Java/JAVACCOMSTR.py
test/Java/JAVACFLAGS.py
test/Java/JAVACLASSPATH.py
test/Java/JAVAH.py
test/Java/JAVAHCOM.py
test/Java/JAVAHCOMSTR.py
test/Java/JAVASOURCEPATH.py
test/Java/Java-1.4.py
test/Java/Java-1.5.py
test/Java/Java-1.6.py
test/Java/RMIC.py
test/Java/RMICCOM.py
test/Java/RMICCOMSTR.py
test/Java/multi-step.py
test/Java/nested-classes.py
test/Java/no-JARCHDIR.py
test/Java/source-files.py
test/Java/swig-dependencies.py
test/KeyboardInterrupt.py
test/LEX/LEX.py
test/LEX/LEXCOM.py
test/LEX/LEXCOMSTR.py
test/LEX/LEXFLAGS.py
test/LEX/live.py
test/LINK/LINK.py
test/LINK/LINKCOM.py
test/LINK/LINKCOMSTR.py
test/LINK/LINKFLAGS.py
test/LINK/SHLINK.py
test/LINK/SHLINKCOM.py
test/LINK/SHLINKCOMSTR.py
test/LINK/SHLINKFLAGS.py
test/Libs/LIBPATH.py
test/Libs/LIBPREFIX.py
test/Libs/LIBPREFIXES.py
test/Libs/LIBS.py
test/Libs/LIBSUFFIX.py
test/Libs/LIBSUFFIXES.py
test/Libs/Library.py
test/Libs/SHLIBPREFIX.py
test/Libs/SHLIBSUFFIX.py
test/Libs/SharedLibrary.py
test/Libs/SharedLibraryIxes.py
test/LoadableModule.py
test/M4/M4.py
test/M4/M4COM.py
test/M4/M4COMSTR.py
test/MSVC/PCHCOM.py
test/MSVC/PCHCOMSTR.py
test/MSVC/PCHSTOP-errors.py
test/MSVC/RCCOM.py
test/MSVC/RCCOMSTR.py
test/MSVC/batch.py
test/MSVC/generate-rc.py
test/MSVC/hierarchical.py
test/MSVC/msvc.py
test/MSVC/multiple-pdb.py
test/MSVC/pdb-VariantDir-path.py
test/MSVC/pdb-manifest.py
test/MSVS/common-prefix.py
test/MSVS/runfile.py
test/MSVS/vs-6.0-clean.py
test/MSVS/vs-6.0-exec.py
test/MSVS/vs-6.0-files.py
test/MSVS/vs-6.0-variant_dir.py
test/MSVS/vs-7.0-clean.py
test/MSVS/vs-7.0-exec.py
test/MSVS/vs-7.0-files.py
test/MSVS/vs-7.0-variant_dir.py
test/MSVS/vs-7.1-clean.py
test/MSVS/vs-7.1-exec.py
test/MSVS/vs-7.1-files.py
test/MSVS/vs-7.1-variant_dir.py
test/MSVS/vs-8.0-clean.py
test/MSVS/vs-8.0-exec.py
test/MSVS/vs-8.0-files.py
test/MSVS/vs-8.0-variant_dir.py
test/MinGW/RCCOM.py
test/MinGW/RCCOMSTR.py
test/Mkdir.py
test/Move.py
test/NodeOps.py
test/Object.py
test/PRINT_CMD_LINE_FUNC.py
test/Parallel/duplicate-children.py
test/Parallel/duplicate-target.py
test/Parallel/failed-build.py
test/Parallel/multiple-parents.py
test/Parallel/ref_count.py
test/ParseConfig.py
test/ParseDepends.py
test/Perforce/P4COM.py
test/Perforce/P4COMSTR.py
test/Perforce/Perforce.py
test/PharLap.py
test/Platform.py
test/Precious.py
test/Program-j.py
test/Program.py
test/Progress/TARGET.py
test/Progress/dots.py
test/Progress/file.py
test/Progress/function.py
test/Progress/interval.py
test/Progress/object.py
test/Progress/spinner.py
test/QT/CPPPATH-appended.py
test/QT/CPPPATH.py
test/QT/QTFLAGS.py
test/QT/Tool.py
test/QT/copied-env.py
test/QT/empty-env.py
test/QT/generated-ui.py
test/QT/installed.py
test/QT/manual.py
test/QT/moc-from-cpp.py
test/QT/moc-from-header.py
test/QT/reentrant.py
test/QT/source-from-ui.py
test/QT/up-to-date.py
test/QT/warnings.py
test/RANLIB/RANLIB.py
test/RANLIB/RANLIBCOM.py
test/RANLIB/RANLIBCOMSTR.py
test/RANLIB/RANLIBFLAGS.py
test/RCS/RCS_COCOM.py
test/RCS/RCS_COCOMSTR.py
test/RCS/changed.py
test/RCS/diskcheck.py
test/RCS/explicit.py
test/RCS/implicit.py
test/RCS/transparent.py
test/RPATH.py
test/Repository/CPPPATH.py
test/Repository/Default.py
test/Repository/Install-Local.py
test/Repository/Install.py
test/Repository/InstallAs.py
test/Repository/Java.py
test/Repository/JavaH.py
test/Repository/LIBPATH.py
test/Repository/Local.py
test/Repository/M4.py
test/Repository/Program.py
test/Repository/RMIC.py
test/Repository/SConscript.py
test/Repository/SConsignFile.py
test/Repository/SharedLibrary.py
test/Repository/StaticLibrary.py
test/Repository/VariantDir.py
test/Repository/absolute-path.py
test/Repository/include.py
test/Repository/link-object.py
test/Repository/multi-dir.py
test/Repository/no-SConsignFile.py
test/Repository/no-repository.py
test/Repository/option-c.py
test/Repository/option-f.py
test/Repository/option-n.py
test/Repository/signature-order.py
test/Repository/targets.py
test/Repository/top-level-path.py
test/Repository/variants.py
test/Repository/within-repository.py
test/Requires/basic.py
test/Rpcgen/RPCGEN.py
test/Rpcgen/RPCGENCLIENTFLAGS.py
test/Rpcgen/RPCGENFLAGS.py
test/Rpcgen/RPCGENHEADERFLAGS.py
test/Rpcgen/RPCGENSERVICEFLAGS.py
test/Rpcgen/RPCGENXDRFLAGS.py
test/SCCS/SCCSCOM.py
test/SCCS/SCCSCOMSTR.py
test/SCCS/diskcheck.py
test/SCCS/explicit.py
test/SCCS/implicit.py
test/SCCS/transparent.py
test/SCONSFLAGS.py
test/SCONS_LIB_DIR.py
test/SConscript/Return.py
test/SConscript/SConscript.py
test/SConscript/SConscriptChdir.py
test/SConscript/env.py
test/SConscript/src_dir.py
test/SConscript/variables.py
test/SConscript/white-space.py
test/SConscriptChdir.py
test/SConsignFile/default.py
test/SConsignFile/explicit-file.py
test/SConsignFile/make-directory.py
test/SConstruct.py
test/SHELL.py
test/SPAWN.py
test/SWIG/SWIG.py
test/SWIG/SWIGCOM.py
test/SWIG/SWIGCOMSTR.py
test/SWIG/SWIGFLAGS.py
test/SWIG/SWIGOUTDIR.py
test/SWIG/SWIGPATH.py
test/SWIG/build-dir.py
test/SWIG/implicit-dependencies.py
test/SWIG/live.py
test/SWIG/module-parens.py
test/SWIG/module-quoted.py
test/SWIG/noproxy.py
test/SWIG/remove-modules.py
test/SWIG/subdir.py
test/Scanner/Entry-to-Dir.py
test/Scanner/FindPathDirs.py
test/Scanner/Scanner.py
test/Scanner/dictionary.py
test/Scanner/empty-implicit.py
test/Scanner/exception.py
test/Scanner/generated.py
test/Scanner/multi-env.py
test/Scanner/no-Dir-node.py
test/Scanner/parallel-rescan.py
test/Scanner/scan-once.py
test/Scanner/source_scanner-dict.py
test/Script-import.py
test/SideEffect/basic.py
test/SideEffect/directory.py
test/SideEffect/parallel.py
test/SideEffect/variant_dir.py
test/Sig.py
test/SourceCode.py
test/Split.py
test/Subst/AllowSubstExceptions.py
test/Subst/SyntaxError.py
test/Subst/TypeError.py
test/Subst/null-sources-attr.py
test/Subversion.py
test/TAR/TAR.py
test/TAR/TARCOM.py
test/TAR/TARCOMSTR.py
test/TAR/TARFLAGS.py
test/TARGET-dir.py
test/TARGETS.py
test/TEMPFILEPREFIX.py
test/TEX/LATEX.py
test/TEX/LATEX2.py
test/TEX/LATEXCOM.py
test/TEX/LATEXCOMSTR.py
test/TEX/LATEXFLAGS.py
test/TEX/PDFLATEX.py
test/TEX/PDFLATEXCOM.py
test/TEX/PDFLATEXCOMSTR.py
test/TEX/PDFLATEXFLAGS.py
test/TEX/PDFTEX.py
test/TEX/PDFTEXCOM.py
test/TEX/PDFTEXCOMSTR.py
test/TEX/PDFTEXFLAGS.py
test/TEX/PDF_single_source.py
test/TEX/TEX.py
test/TEX/TEXCOM.py
test/TEX/TEXCOMSTR.py
test/TEX/TEXFLAGS.py
test/TEX/auxiliaries.py
test/TEX/bibliography.py
test/TEX/bibtex-latex-rerun.py
test/TEX/clean.py
test/TEX/configure.py
test/TEX/dryrun.py
test/TEX/eps_graphics.py
test/TEX/makeindex.py
test/TEX/multi-run.py
test/TEX/multiple_include.py
test/TEX/multiple_include_subdir.py
test/TEX/rename_result.py
test/TEX/subdir-input.py
test/TEX/subdir_variantdir_input.py
test/TEX/usepackage.py
test/TEX/variant_dir.py
test/TEX/variant_dir_dup0.py
test/ToolSurrogate.py
test/Touch.py
test/Value.py
test/Variables/BoolVariable.py
test/Variables/EnumVariable.py
test/Variables/ListVariable.py
test/Variables/PackageVariable.py
test/Variables/PathVariable.py
test/Variables/Variables.py
test/Variables/chdir.py
test/Variables/help.py
test/Variables/import.py
test/VariantDir/CPPPATH-subdir.py
test/VariantDir/Clean.py
test/VariantDir/File-create.py
test/VariantDir/SConscript-variant_dir.py
test/VariantDir/VariantDir.py
test/VariantDir/errors.py
test/VariantDir/guess-subdir.py
test/VariantDir/include-subdir.py
test/VariantDir/nested-sconscripts.py
test/VariantDir/no-execute.py
test/VariantDir/reflect.py
test/VariantDir/removed-files.py
test/VariantDir/under.py
test/WhereIs.py
test/Win32/bad-drive.py
test/Win32/default-drive.py
test/Win32/mingw.py
test/Win32/scons-bat-error.py
test/Win32/win32pathmadness.py
test/YACC/YACC.py
test/YACC/YACCCOM.py
test/YACC/YACCCOMSTR.py
test/YACC/YACCFLAGS.py
test/YACC/YACCHFILESUFFIX.py
test/YACC/YACCHXXFILESUFFIX.py
test/YACC/YACCVCGFILESUFFIX.py
test/YACC/live.py
test/ZIP/ZIP.py
test/ZIP/ZIPCOM.py
test/ZIP/ZIPCOMSTR.py
test/_CPPINCFLAGS.py
test/bad-variables.py
test/builder-wrappers.py
test/builderrors.py
test/chained-build.py
test/chdir.py
test/compat/all.py
test/compat/any.py
test/custom-concat.py
test/dependency-cycle.py
test/diskcheck.py
test/duplicate-sources.py
test/emitter.py
test/exceptions.py
test/exitfns.py
test/expansion.py
test/explain/alias-order.py
test/explain/basic.py
test/explain/function-actions.py
test/explain/get_csig.py
test/explain/save-info.py
test/file-names.py
test/gnutools.py
test/ignore-command.py
test/implicit-cache/DualTargets.py
test/implicit-cache/GetOption.py
test/implicit-cache/SetOption.py
test/implicit-cache/basic.py
test/implicit/IMPLICIT_COMMAND_DEPENDENCIES.py
test/implicit/asynchronous-modification.py
test/implicit/changed-node.py
test/import.py
test/long-lines/live.py
test/long-lines/signature.py
test/multiline.py
test/no-arguments.py
test/no-global-dependencies.py
test/no-target.py
test/nonexistent.py
test/option--.py
test/option--C.py
test/option--I.py
test/option--Q.py
test/option--R.py
test/option--S.py
test/option--W.py
test/option--Y.py
test/option--duplicate.py
test/option--la.py
test/option--ld.py
test/option--lw.py
test/option--max-drift.py
test/option--override.py
test/option--random.py
test/option--wf.py
test/option--wuv.py
test/option-b.py
test/option-c.py
test/option-f.py
test/option-i.py
test/option-j.py
test/option-k.py
test/option-l.py
test/option-m.py
test/option-n.py
test/option-o.py
test/option-p.py
test/option-r.py
test/option-s.py
test/option-t.py
test/option-unknown.py
test/option-v.py
test/option/d.py
test/option/debug-count.py
test/option/debug-findlibs.py
test/option/debug-includes.py
test/option/debug-memoizer.py
test/option/debug-memory.py
test/option/debug-objects.py
test/option/debug-pdb.py
test/option/debug-presub.py
test/option/debug-stacktrace.py
test/option/debug-time.py
test/option/environment-overrides.py
test/option/h.py
test/option/help-options.py
test/option/md5-chunksize.py
test/option/no-print-directory.py
test/option/print-directory.py
test/option/profile.py
test/option/repository.py
test/option/srcdir.py
test/option/stack-size.py
test/option/taskmastertrace.py
test/option/tree-all.py
test/option/tree-derived.py
test/option/tree-lib.py
test/option/warn-dependency.py
test/option/warn-duplicate-environment.py
test/option/warn-misleading-keywords.py
test/option/warn-missing-sconscript.py
test/overrides.py
test/packaging/convenience-functions.py
test/packaging/guess-package-name.py
test/packaging/ipkg.py
test/packaging/msi/explicit-target.py
test/packaging/msi/file-placement.py
test/packaging/msi/package.py
test/packaging/multiple-packages-at-once.py
test/packaging/multiple-subdirs.py
test/packaging/option--package-type.py
test/packaging/place-files-in-subdirectory.py
test/packaging/rpm/cleanup.py
test/packaging/rpm/explicit-target.py
test/packaging/rpm/internationalization.py
test/packaging/rpm/multipackage.py
test/packaging/rpm/package.py
test/packaging/rpm/tagging.py
test/packaging/sandbox-test.py
test/packaging/strip-install-dir.py
test/packaging/tar/bz2.py
test/packaging/tar/gz.py
test/packaging/use-builddir.py
test/packaging/zip.py
test/preserve-source.py
test/python-version.py
test/question/Configure.py
test/question/basic.py
test/question/no-builder.py
test/rebuild-generated.py
test/redirection.py
test/runtest/aegis/batch-output.py
test/runtest/baseline/combined.py
test/runtest/baseline/fail.py
test/runtest/baseline/no_result.py
test/runtest/baseline/pass.py
test/runtest/fallback.py
test/runtest/noqmtest.py
test/runtest/print_time.py
test/runtest/python.py
test/runtest/simple/combined.py
test/runtest/simple/fail.py
test/runtest/simple/no_result.py
test/runtest/simple/pass.py
test/runtest/src.py
test/runtest/testlistfile.py
test/runtest/xml/output.py
test/same-name.py
test/scons-time/func/basic.py
test/scons-time/func/chdir.py
test/scons-time/func/file.py
test/scons-time/func/format-gnuplot.py
test/scons-time/func/function.py
test/scons-time/func/glob.py
test/scons-time/func/help.py
test/scons-time/func/no-args.py
test/scons-time/func/prefix.py
test/scons-time/func/tail.py
test/scons-time/help/all-subcommands.py
test/scons-time/help/options.py
test/scons-time/mem/chdir.py
test/scons-time/mem/file.py
test/scons-time/mem/format-gnuplot.py
test/scons-time/mem/glob.py
test/scons-time/mem/help.py
test/scons-time/mem/no-args.py
test/scons-time/mem/prefix.py
test/scons-time/mem/stage.py
test/scons-time/mem/tail.py
test/scons-time/no-args.py
test/scons-time/obj/chdir.py
test/scons-time/obj/file.py
test/scons-time/obj/format-gnuplot.py
test/scons-time/obj/glob.py
test/scons-time/obj/help.py
test/scons-time/obj/no-args.py
test/scons-time/obj/no-files.py
test/scons-time/obj/prefix.py
test/scons-time/obj/stage.py
test/scons-time/obj/tail.py
test/scons-time/run/aegis.py
test/scons-time/run/archive/dir.py
test/scons-time/run/archive/tar-gz.py
test/scons-time/run/archive/tar.py
test/scons-time/run/archive/tgz.py
test/scons-time/run/archive/zip.py
test/scons-time/run/config/archive_list.py
test/scons-time/run/config/initial_commands.py
test/scons-time/run/config/prefix.py
test/scons-time/run/config/python.py
test/scons-time/run/config/scons.py
test/scons-time/run/config/subdir.py
test/scons-time/run/config/targets.py
test/scons-time/run/option/help.py
test/scons-time/run/option/next-run.py
test/scons-time/run/option/no-args.py
test/scons-time/run/option/no-exec.py
test/scons-time/run/option/number.py
test/scons-time/run/option/outdir.py
test/scons-time/run/option/prefix.py
test/scons-time/run/option/python.py
test/scons-time/run/option/quiet.py
test/scons-time/run/option/scons.py
test/scons-time/run/option/subdir.py
test/scons-time/run/option/verbose.py
test/scons-time/run/subversion.py
test/scons-time/time/chdir.py
test/scons-time/time/empty.py
test/scons-time/time/file.py
test/scons-time/time/format-gnuplot.py
test/scons-time/time/glob.py
test/scons-time/time/help.py
test/scons-time/time/no-args.py
test/scons-time/time/no-result.py
test/scons-time/time/prefix.py
test/scons-time/time/tail.py
test/scons-time/time/which.py
test/scons-time/unknown.py
test/sconsign/corrupt.py
test/sconsign/ghost-entries.py
test/sconsign/nonwritable.py
test/sconsign/script/Configure.py
test/sconsign/script/SConsignFile.py
test/sconsign/script/Signatures.py
test/sconsign/script/bad.py
test/sconsign/script/dblite.py
test/sconsign/script/no-SConsignFile.py
test/signature-order.py
test/silent-command.py
test/site_scons/basic.py
test/site_scons/no-site-dir.py
test/site_scons/nonexistent.py
test/site_scons/override.py
test/site_scons/site-dir.py
test/site_scons/sys-path.py
test/skip-execution.py
test/spaces.py
test/special-filenames.py
test/srcchange.py
test/strfunction.py
test/subclassing.py
test/subdir.py
test/subdivide.py
test/suffixes.py
test/symlink/VariantDir.py
test/symlink/dangling-include.py
test/symlink/dangling-source.py
test/timestamp-fallback.py
test/tool_args.py
test/toolpath/VariantDir.py
test/toolpath/basic.py
test/up-to-date.py
timings/SCons_Bars.py
www/gen_sched_table.py

index 48ba850b2be6a8e0bfb5c6b83eba4deb30367ad8..a693f6a0570f761c8607e46675fac944e1264217 100644 (file)
@@ -1471,3 +1471,9 @@ class TestCmd:
         if mode[0] != 'w':
             raise ValueError, "mode must begin with 'w'"
         open(file, mode).write(content)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9b5702a2565c0f3d3e93b67f650e199cfdb2e6c7..5431b8cab7a4b14df6106f2c9cf9d594ed0d4a2b 100644 (file)
@@ -620,3 +620,9 @@ class TestCommon(TestCmd):
             # We're under the development directory for this change,
             # so this is an Aegis invocation; pass the test (exit 0).
             self.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e44cd27bc7f2855a03d45277d6ca0036747bfc3b..08cfb4f58e6cb35d16e4679df0f4270c324732a3 100644 (file)
@@ -177,3 +177,9 @@ class TestRuntest(TestCommon):
 
     def write_passing_test(self, name):
         self.write(name, passing_test_template)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4a4941d77462c71f747ba9d0f3cead832ca6121d..729243d5e682842b73b6ebcb981d8b4bff478eae 100644 (file)
@@ -993,3 +993,9 @@ SConscript( sconscript )
 # test/AR.py for sample usage).
 
 noisy_ar=r'(ar: creating( archive)? \S+\n?)*'
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7d9e9a01044eb636189eae75f83520d0b5739587..0408b6795858566fe179cfffa60c529a4825260b 100644 (file)
@@ -661,3 +661,9 @@ print "self._msvs_versions =", str(env['MSVS']['VERSIONS'])
             if os.path.exists(p):
                 return p
         return apply(os.path.join, [vs_path] + sub_paths[version][0])
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1fc9dea6e71c3b6cc7bdf987ea93f8bcca86e24d..869e0cb4824a5ac23ea97ce806dcabb8d5d0cbe2 100644 (file)
@@ -352,3 +352,9 @@ class TestSCons_time(TestCommon):
         path = write_sample(archive, dir, self.sample_project_files)
 
         return path
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index fd8ef30614403fdd60600fb431fb259927f4aac7..29d8b2ce421833b6065767fc1491b2c66554f78c 100644 (file)
@@ -82,3 +82,9 @@ class TestSConsign(TestSCons):
     def run_sconsign(self, *args, **kw):
         kw.update(self.my_kw)
         return apply(self.run, args, kw)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 954b8df6ab6ea9d30473dde2dc2f6875bc53bcee..2262808b792369b4851ad9b6d4dc5375131a76b0 100644 (file)
@@ -597,3 +597,9 @@ class Database(database.Database):
                                       get_explicit_arguments(r))
 
         raise database.NoSuchResourceError(resource_id)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f0540a5fb7cb584eeffdb4e9f69e94cc68154c84..c74a4c7652541c238d0f7090c5e2fdcf090a0fc5 100644 (file)
@@ -691,3 +691,9 @@ main = TestProgram
 
 if __name__ == "__main__":
     main(module=None)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3c5dd50b3fc346dacf5f859e6fd32d49a1c70dd7..07c0384c54cbf69be2e9c5d2b541f7079a46c881 100644 (file)
@@ -121,3 +121,9 @@ for func in FunctionList:
     for label, args, kw in Data:
         r = apply(timer, (func,)+args, kw)
         display(label, r)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0af411d9f92f66eb0a680e6687f0853980f119b7..beaa62664432b126e5ad59b0060af3b352ab00dd 100644 (file)
@@ -96,3 +96,9 @@ Data = [
         {},
     ),
 ]
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3826176f46f60c88d3618046956c917419721fd2..d20785ae4c76ef300f7b5be08156cdfc0cfd4ae0 100644 (file)
@@ -360,3 +360,9 @@ run_it('Results for adding 100 new, unique variable names:',
       common_imports + """
 import __main__ ; names = __main__.uniq_variable_names
 """)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1f4805b99947d8e501b7d78bc1c9b1e584b5c197..d22546572f685c881d1d53309a670bc0b690ee13 100644 (file)
@@ -329,3 +329,9 @@ Data = [
         {},
     ),
 ]
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index efcef2adc204a577856da7d35727d74e8b41660f..724b7a2e566de71ceea4a95740927eb461a7cf77 100644 (file)
@@ -72,3 +72,8 @@ Data = [
     ),
 ]
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d5e33bb1909553a56ed42c7af5aecc7005fe6e56..cc087e1b144270f86bbc997898f9614d527ca5df 100644 (file)
@@ -295,3 +295,9 @@ def main(args=None):
 
 if __name__ == "__main__":
     sys.exit(main())
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ebdf589f354169d4fd7dd557e5e624bd6644be18..b47e896a5c74590e913d6c76f73b9dde48e039cf 100644 (file)
@@ -127,3 +127,9 @@ Usage:  script-template.py [-hnq]
 
 if __name__ == "__main__":
     sys.exit(main())
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 96625b46745edd2e60e036c6955192a0e10e0d08..d3a043b7ca63a435364a371fd486f41d80ed42b9 100644 (file)
@@ -328,3 +328,9 @@ def importfile(path):
         return None
     file.close()
     return module
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5d907b83713e8c64be000891fe4b49862caf7291..85bb5998d4f0077069801486429ff941f918dd86 100644 (file)
@@ -88,3 +88,9 @@ def print_entry(e, level, calls):
 
 for e in [ e for e in AllCalls.values() if not e.calls ]:
     print_entry(e, 0, '')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 13995578eac70995e04440d9378c1d9ec55b4efc..839d2ad3dd534c619bb6b36ef768324f301eea2c 100644 (file)
@@ -96,3 +96,9 @@ subdir_list = [ str(l) for l in subdir_list ]
 sys.stdout.write('test.subdir(' + ',\n            '.join(subdir_list) + ')\n')
 
 print_files(Top)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3027c0507256a914f8cc1a9876852a099397884b..fff834cda36d3f20af3bd6ad90000d800902c7d3 100644 (file)
@@ -134,3 +134,9 @@ sage:  installs-scons.py [-ahnq] [-d DIR] [-p PREFIX] [VERSION ...]
 
 if __name__ == "__main__":
     sys.exit(main())
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 25142e057b4382a51e6a3215f921dac52de63ef0..71e64771a234cca1928c3283fc56f4c7d476c2af 100644 (file)
@@ -203,3 +203,9 @@ Usage:  install-scons.py [-ahnq] [-d DIR] [-p PREFIX] [VERSION ...]
 
 if __name__ == "__main__":
     sys.exit(main())
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1df691e06a0b142a91b20b00e8bd90dedd8feeaf..9d957c9f62eb250a6d10fe6ef72a1baa34a26ce8 100644 (file)
@@ -41,3 +41,9 @@ for fname in sys.argv[1:]:
     lines = [l for l in open(fname).readlines() if l[:7] == 'Memory ']
     t = tuple([l.split()[-1] for l in lines]) + (fname,)
     print fmt % t
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 01be6a49c76842ed6d1d02510e3ac9920bc94dde..f45ecb0962ea4a3f5f05392d50ae711e0b1edb51 100644 (file)
@@ -71,3 +71,8 @@ Compares --debug=memomize output from file1 against file2."""%sys.argv[0]
         memoize_cmp(sys.argv[1], sys.argv[2])
         sys.exit(0)
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index db02aab4fc21b192791aa58fa20f9e33e7a0f09d..ca814b4481207235fb13c63aad305ee1f5c4dcca 100644 (file)
@@ -101,3 +101,9 @@ keys = c2.keys()
 keys.sort()
 for k in keys:
     printline(['--']*4, c2[k], k)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6cfe25adcc31fef9433f0b78c4166758ee5e7e1c..7c603083ed666c95dab6252ce575f8bb90229155 100644 (file)
@@ -187,3 +187,9 @@ def diff_dir(left, right):
             print 'Only in %s: %s' % (right, x)
 
 do_diff(left, right, True)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9880ef30b1c12fde0a8d5d2ba4cff3b5d6fe6005..cc3b085685cc8c79137bae1658e9b4161b07bc88 100644 (file)
@@ -275,3 +275,9 @@ if variablesfiles:
             entityfunc = lambda x: '$'+x)
 
     g.write(variablesfiles)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ea75607121219c1216e9f4e206a707b48f26bbb6..593a1a36a6be8d88db08c55e4366031e3e512344 100644 (file)
@@ -239,3 +239,9 @@ else:
     command = '"%s" runtest.py %s' % (sys.executable, runtest_args)
     #print command
     os.system(command)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f772dd56578d51e767edb996c721ab969c43e1e9..28c73f886735e130e1410e60463e372f719ca8d9 100644 (file)
@@ -68,3 +68,9 @@ for name in zf.namelist():
         os.unlink(dest)
     if not os.path.isdir(dest):
         open(dest, 'w').write(zf.read(name))
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8faa803fa45e79b33e0e9aeb313946b7c0819237..b23a166bb7ddb44b80effd46393b29f055979aa7 100644 (file)
@@ -195,3 +195,9 @@ Usage:  scons_dev_master.py [-hnqy] [--password PASSWORD] [--username USER]
 
 if __name__ == "__main__":
     sys.exit(main())
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ac8dce3a906357b11a57ee553ab31135aa189902..0a409bcd5814644a173b1ba227e8a48920233382 100644 (file)
@@ -504,3 +504,9 @@ x = MySGML()
 for c in data:
     x.feed(c)
 x.close()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ecc816ce7b60010f233f2fcc0491f7a8d279117a..f99ec5a32e7503d15434c838d6b48529db3a3e83 100644 (file)
@@ -819,3 +819,9 @@ x = MySGML()
 for c in data:
     x.feed(c)
 x.close()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3be32a002881596524421f2fe98a3619ad573296..e9ebcf8991d55cb391f000df5ecffc6efc8270a2 100755 (executable)
@@ -64,3 +64,9 @@ while upper-lower > 1:
 # show which revision was first to fail
 if upperfails != lowerfails: lower = upper
 print "The error was caused by revision", lower
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 405c698964917b266dfe50362a0907fb7adfe130..3009e4c643def957a8e16ce4dfa21eed858dddcc 100755 (executable)
@@ -85,3 +85,9 @@ for issue in issues:
        writer.writerow(['','','consensus','','','',''])
        writer.writerow(['','','','','','',''])
        for member in team: writer.writerow(['','',member,'','','',''])
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 15a29cb24fd8ed0cdfe16fe729a5c70f1f4286a3..165c081d4405c88d261fbde4bf1754bc63b2965d 100644 (file)
@@ -211,3 +211,9 @@ sys.stdout.flush()
 os.environ['SCONS_LIB_DIR'] = os.path.join(bootstrap_dir, src_engine)
 
 os.execve(sys.executable, args, os.environ)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 877f1cd3b51770ef8357dc88e35ba36d6d032d56..462aff99feaa2ade614296b8026d90f653d9f7f0 100644 (file)
@@ -802,3 +802,9 @@ elif len(no_result):
     sys.exit(2)
 else:
     sys.exit(0)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 96a48a761ffbe8f80f0e8874e1f2db802a545c40..da041c6618c0108be01a181b6d8e513e0f5b132a 100644 (file)
@@ -1232,3 +1232,9 @@ class ActionFactory:
         ac = ActionCaller(self, args, kw)
         action = Action(ac, strfunction=ac.strfunction)
         return action
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ae6a15c20b09710378a9cfc5078d73ffdfdd2f0a..3571980d7c98db323580ac7062a34dcd20c8d16c 100644 (file)
@@ -2005,3 +2005,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 21638a5fa19372dfb7d2caca39e5c354a54541d5..0f5bc76d97c5b2988551dd2205b84e2560d3c50d 100644 (file)
@@ -860,3 +860,9 @@ class CompositeBuilder(SCons.Util.Proxy):
     def add_action(self, suffix, action):
         self.cmdgen.add_action(suffix, action)
         self.set_src_suffix(self.cmdgen.src_suffixes())
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 91dd82a8daffab6cc0c9ea8e73ec9d675367d6b7..8bb416996b85f7a98810b4dd24dd2c65debca7fc 100644 (file)
@@ -1642,3 +1642,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7caee618d2aadf77c6afed6cae02ea1691f3595d..c5ec14e09fd60c648b6760817a8e0143d2f681d4 100644 (file)
@@ -215,3 +215,9 @@ class CacheDir:
     def push_if_forced(self, node):
         if cache_force:
             return self.push(node)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3715bf17d901db871ef4b8b1cd089fc7b463a379..fd36cceaff3d2b8c16ee9dbc186603732f04873b 100644 (file)
@@ -289,3 +289,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ba7dbf1361f55aff5f6fa7462e613f9f836d6028..6327353060f8bb1573bc61ee30106c721aca9017 100644 (file)
@@ -776,3 +776,9 @@ def _lang2suffix(lang):
 
 
 # vim: set sw=4 et sts=4 tw=79 fo+=l:
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 095f5a25acc6ab49d45946dfd383f0c7c777d589..8aa0c218d01f2f646cee21826d8bca65c8507411 100644 (file)
@@ -214,3 +214,9 @@ def Trace(msg, file=None, mode='w'):
             fp = file
     fp.write(msg)
     fp.flush()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2b4b967e218af0870a115376e8f1c02c159f988a..7d44e38f6103174e79c5b52b3bd825f71d5bc655 100644 (file)
@@ -470,3 +470,9 @@ ConstructionEnvironment = {
     'File'          : Variable_Method_Caller('TARGET', 'File'),
     'RDirs'         : Variable_Method_Caller('TARGET', 'RDirs'),
 }
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index aec9e46ef34631b08edd107d16ffb4a359112285..3d9c1ee7be05a23b5d3f85f35075fe69d5485631 100644 (file)
@@ -86,3 +86,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e8a1bbbbc64b71cd874eaa09907456d1d17f09f3..5a1077cf83210cde651b11730bee20c39ecc60ce 100644 (file)
@@ -2308,3 +2308,9 @@ def NoSubstitutionProxy(subject):
             self.raw_to_mode(nkw)
             return apply(SCons.Subst.scons_subst, nargs, nkw)
     return _NoSubstitutionProxy(subject)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 77d46026f3737cc3231737c08a6135b365426295..e6f1c9363aeb11a8d69226723e8c79d05a3ad79b 100644 (file)
@@ -3955,3 +3955,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0ac20c4faf4f0a542f165d17897d3f05b698a37b..fc45279f4c52a3f0ce64864001ca345f4f1c784c 100644 (file)
@@ -196,3 +196,9 @@ def convert_to_BuildError(status, exc_info=None):
     #import sys
     #sys.stderr.write("convert_to_BuildError: status %s => (errstr %s, status %s)"%(status,buildError.errstr, buildError.status))
     return buildError
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 893d2842a58753b26330cb00d675caceee28376d..40285e4d7695b776a36578029d6d8deffc75d33e 100644 (file)
@@ -101,3 +101,9 @@ if __name__ == "__main__":
     suite = unittest.makeSuite(ErrorsTestCase, 'test_')
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9a4f7f0bef294fe6d49e184b979c02585d35aa80..4da42d5a6802ecc25dd7fbb17ac6e41032f9bc2b 100644 (file)
@@ -629,3 +629,8 @@ class Null:
         self.set_action_list(action)
 
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 37c253df623db0181cf6343914dfc43f18dbf42c..205553a86da1e627141dbcd84c4f92b18c9c5803 100644 (file)
@@ -458,3 +458,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f83e0ca7604c3cc2caf950160d80fd189c28301b..e2375f8adf3bea4001eb04bbe7049f01d8a6b070 100644 (file)
@@ -427,3 +427,9 @@ else:
 
             self.tp.cleanup()
             self.taskmaster.cleanup()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 852cb91592dcbdf16f3e1faab6af8c42db402172..793a8b7466bf6c50e2aabf91c8a1c2d2afee5f53 100644 (file)
@@ -531,3 +531,9 @@ if __name__ == "__main__":
         sys.exit(2)
     elif not result.wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c4a5001e4b2542071edacefff898e6d1cf4e8d86..966a618d70c2bc0d6273282e0b8b68503ec6995e 100644 (file)
@@ -284,3 +284,9 @@ else:
     def EnableMemoization():
         global use_memoizer
         use_memoizer = 1
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bceeebf8851aad6b373cd1bc8ceb6c4e35bb1be7..145205274660030da82760fac83390154d1e33bc 100644 (file)
@@ -190,3 +190,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 93558f900e39199e3b67b5fa7c7fd7ce02d286d8..d599335fae79fbd271b16c4beee31bdb8bd6fba5 100644 (file)
@@ -145,3 +145,9 @@ class Alias(SCons.Node.Node):
 default_ans = AliasNameSpace()
 
 SCons.Node.arg2nodes_lookups.append(default_ans.lookup)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 02488f00bf0a38d31d11aaf4d19854d1793e60a7..184e710433d39c12ea88e6dc73607c9ad48d02da 100644 (file)
@@ -122,3 +122,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 42b402333136ab9f452d88c25f95de3130f58432..76852aa428616b72741c41f68e9ae18c634c536f 100644 (file)
@@ -3156,3 +3156,8 @@ def invalidate_node_memos(targets):
             if node:
                 node.clear_memoized_values()                        
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e2a1e9e051b6395d0011240e6492c3d006c7f528..642d7019539c910c75fcc6858fb8910c35af9d18 100644 (file)
@@ -3506,3 +3506,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 73e1e05741e139fa37e3955f75b228465b89380a..ce56d5a5b7f4b4798caa320a15cdf6a886056532 100644 (file)
@@ -1303,3 +1303,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 741d7e9f6601dd71b7e3cf87d93502d755360796..132c425a590612bd2d0021b1e6de963db273e495 100644 (file)
@@ -117,3 +117,9 @@ class Value(SCons.Node.Node):
         contents = self.get_contents()
         self.get_ninfo().csig = contents
         return contents
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1827a305d08de0630d5a5206471828abe2469745..1dc2bb7f4eb511ff44345a5d872cc053c688d076 100644 (file)
@@ -122,3 +122,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c44525f345c9fc166b2dcc4dc01d1335f8efea63..6852f69bc3ddc47ccff1a5d5b761ae4c54e0b9b4 100644 (file)
@@ -1328,3 +1328,9 @@ class Walker:
 
 
 arg2nodes_lookups = []
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a247ef5359db018e559c458d6020a8858dced060..652cf5ee0cb251731cfd9014fb79e754038ac0ed 100644 (file)
@@ -42,3 +42,9 @@ def BoolOption(*args, **kw):
         SCons.Warnings.warn(SCons.Warnings.DeprecatedOptionsWarning, msg)
         warned = True
     return apply(SCons.Variables.BoolVariable, args, kw)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f4c3c0322bf7b00ed3561b4de2083a379f3e331f..e89b5b9ad3d4b3fe73faa4bcc4fce0410aa43b27 100644 (file)
@@ -42,3 +42,9 @@ def EnumOption(*args, **kw):
         SCons.Warnings.warn(SCons.Warnings.DeprecatedOptionsWarning, msg)
         warned = True
     return apply(SCons.Variables.EnumVariable, args, kw)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 88334d44211823a579cb4caf01ef2e36b5ef3c71..a66092420bba9172968560dd53532fc5507efab7 100644 (file)
@@ -42,3 +42,9 @@ def ListOption(*args, **kw):
         SCons.Warnings.warn(SCons.Warnings.DeprecatedOptionsWarning, msg)
         warned = True
     return apply(SCons.Variables.ListVariable, args, kw)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0f5ef7f6dea57dfcafac85c0223876e75e287491..51f9f9bf3ea24da5a5d2c0e85ee6199567735735 100644 (file)
@@ -42,3 +42,9 @@ def PackageOption(*args, **kw):
         SCons.Warnings.warn(SCons.Warnings.DeprecatedOptionsWarning, msg)
         warned = True
     return apply(SCons.Variables.PackageVariable, args, kw)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3223ac3698d0d5a095dff671116b2148a6424423..fd1130b9b2b610084ab62bb4702fa75e98e7f0aa 100644 (file)
@@ -68,3 +68,9 @@ class _PathOptionClass:
         return apply(SCons.Variables.PathVariable.PathExists, args, kw)
 
 PathOption = _PathOptionClass()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e1e8b3fb922ced39547198f7575e9421acde84ad..104aa82d5461f526949eb74736e8f8d6a7b4b3ac 100644 (file)
@@ -66,3 +66,9 @@ class Options(SCons.Variables.Variables):
         return apply(SCons.Variables.Variables.FormatVariableHelpText,
                      (self,) + args,
                      kw)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ae00fc0d5917c1acdd7bf370afe4f00854941366..9da0f3145002a9318991e86f7fa8e4f2d9c7ddec 100644 (file)
@@ -224,3 +224,9 @@ PathList = PathListCache().PathList
 
 
 del PathListCache
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8203ccffce1b231ab46374d54da90ef7ab7881bb..faecc4db73fb87d4ec4f8e21c8a3e14962974007 100644 (file)
@@ -162,3 +162,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bbfdd92df8dd2666501b4202aa3e2ec202d59e12..4f2e3d93b7fd4ddcd230b654629708b192d06a8c 100644 (file)
@@ -116,3 +116,9 @@ if __name__ == "__main__":
     suite = unittest.makeSuite(PlatformTestCase, 'test_')
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e9a6a0baf42d008f5d5f8fdb61b441be1f90d87d..964ed67ffe7f2b24ece998ea2040958471c7ba68 100644 (file)
@@ -225,3 +225,9 @@ def Platform(name = platform_default()):
     spec = PlatformSpec(name)
     spec.__call__ = module.generate
     return spec
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3f77e3b3083b127cfd7cf0a7aca8dc903f6de04c..a5f95731dcd86aaa5de03c9d81fe055cb22ef850 100644 (file)
@@ -63,3 +63,8 @@ def generate(env):
     #Based on AIX 5.2: ARG_MAX=24576 - 3000 for environment expansion
     env['MAXLINELENGTH']  = 21576
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 30227989d95c2839f22b7f64ba26823cbc91998c..a01268260586fecdc50ab7baaf3c638c66b1231f 100644 (file)
@@ -47,3 +47,9 @@ def generate(env):
     env['TEMPFILE']    = TempFileMunge
     env['TEMPFILEPREFIX'] = '@'
     env['MAXLINELENGTH']  = 2048
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index fc4c773f274ecc705ad32f653762935d5e9bdade..070719e943b8c549ad964b906754c6a9cfba2d7b 100644 (file)
@@ -38,3 +38,9 @@ def generate(env):
     posix.generate(env)
     env['SHLIBSUFFIX'] = '.dylib'
     env['ENV']['PATH'] = env['ENV']['PATH'] + ':/sw/bin'
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ddbfafc45b3b2c79ed328442c4af3682d454d58e..43d284b5a547cce865f7c07de30b10f71d28849b 100644 (file)
@@ -38,3 +38,9 @@ def generate(env):
     posix.generate(env)
     #Based on HP-UX11i: ARG_MAX=2048000 - 3000 for environment expansion
     env['MAXLINELENGTH']  = 2045000
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 861ecace42d501388684e6e6469c88f898ba0005..2baee0bbb3f0b72ad4ffd4fc180ca564ebaed3a0 100644 (file)
@@ -36,3 +36,9 @@ import posix
 
 def generate(env):
     posix.generate(env)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3139c535d33e9ff63863f69795094fd15bce7b03..41e8312c70e4bf3fc17a32bd2f3ea908bcc2aac4 100644 (file)
@@ -47,3 +47,9 @@ def generate(env):
     env['SHLIBSUFFIX']    = '.dll'
     env['LIBPREFIXES']    = '$LIBPREFIX'
     env['LIBSUFFIXES']    = [ '$LIBSUFFIX', '$SHLIBSUFFIX' ]
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 12a6f60045a2f6d2cd5fcf26d838fcbe6ab6b663..f18569ffaa63ee2aa9f40aea2cdf5f5e1a348ce6 100644 (file)
@@ -256,3 +256,9 @@ def generate(env):
 
     # This platform supports RPATH specifications.
     env['__RPATH'] = '$_RPATH'
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 502986088f3d840ba017f90419aebd5aa8cefcee..d23d65c5757bf4d8f0f98d09c9052fcaf069cef3 100644 (file)
@@ -42,3 +42,9 @@ def generate(env):
     env['PKGINFO'] = 'pkginfo'
     env['PKGCHK'] = '/usr/sbin/pkgchk'
     env['ENV']['PATH'] = env['ENV']['PATH'] + ':/opt/SUNWspro/bin:/usr/ccs/bin'
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2fa30cc5a65a0b91aeccfbcbcc961de793cede45..79d73b3909580097ff9efa3345e5fbd75a9a4138 100644 (file)
@@ -322,3 +322,9 @@ def generate(env):
     env['TEMPFILEPREFIX'] = '@'
     env['MAXLINELENGTH']  = 2048
     env['ESCAPE']         = escape
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index fbf193a429a051011a3ee754045df4acb56dbb2b..38b3ddb9dbd11d8b1b189323a80a5a901d775b5f 100644 (file)
@@ -1021,3 +1021,9 @@ def CheckLibWithHeader(context, libs, header, language,
             call = call, language = language, autoadd = autoadd)
     context.did_show_result = 1
     return not res
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f5b53f11f87421e3b36384db24d16e8b76aa0b9d..24cfb8d6478fc5e8a76bb9703b1277908bdb41de 100644 (file)
@@ -750,3 +750,8 @@ if __name__ == "__main__":
     if not res.wasSuccessful():
         sys.exit(1)
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b46d9adb68578a613d37c22f024e8f81eecf8d6b..a87eeeb14479c7e2acc7a72f78b0d24aee600315 100644 (file)
@@ -373,3 +373,9 @@ def File(name, dbm_module=None):
         DB_Name = name
         if not dbm_module is None:
             DB_Module = dbm_module
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2a04c897e603cb6293a4d5233d21e2351c4f5ed7..9a020445905a87d4c931277dabdc18fa2c918a30 100644 (file)
@@ -389,3 +389,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4356c7a43d5aa716bced65f4ad8a603a212fd479..622ac6776a6500195a5a8e1eed2e8e71f6c090a5 100644 (file)
@@ -124,3 +124,9 @@ def CScanner():
                                   "CPPPATH",
                                   '^[ \t]*#[ \t]*(?:include|import)[ \t]*(<|")([^>"]+)(>|")')
     return cs
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index cadc491aaef3d7d08a599e8f6487a4d6872ef068..a62f4c1a42b93bd4f5d36b27af349a33bde19ae1 100644 (file)
@@ -460,3 +460,9 @@ if __name__ == "__main__":
     result = runner.run(suite())
     if not result.wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index dc3478a49e7a4416886aaf6d4c78dee3218ca158..4134337a96877c639d76e39f60d9c1c03f2991cb 100644 (file)
@@ -66,3 +66,9 @@ class D(SCons.Scanner.Classic):
         for i in self.cre.findall(node.get_text_contents()):
             includes = includes + self.cre2.findall(i)
         return includes
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9203fb270bf697ac6983624adf1084bb4569b86f..a623c99c066cf45c16920e5e0d8d27b4795f4263 100644 (file)
@@ -103,3 +103,9 @@ def scan_in_memory(node, env, path=()):
     entry_list = filter(do_not_scan, entries.keys())
     entry_list.sort()
     return map(lambda n, e=entries: e[n], entry_list)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5f180bcb6b27d9ac3953354bd45179d98f583cf1..5d59bd564a6875a71cafdf6c7244e856e67a14f6 100644 (file)
@@ -132,3 +132,9 @@ if __name__ == "__main__":
     result = runner.run(suite())
     if not result.wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d2358ba7053b75b81166f85a7d159db35390b0fa..2aed65380663d7767c8cfeaf03837f3297416f45 100644 (file)
@@ -312,3 +312,9 @@ def FortranScan(path_variable="FORTRANPATH"):
                          include_regex,
                          def_regex)
     return scanner
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ff63bda2e13c963a151c3df3920b54238e7119c1..570b565811df8156a86ad2e8762082baf05959a7 100644 (file)
@@ -535,3 +535,9 @@ if __name__ == "__main__":
     result = runner.run(suite())
     if not result.wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b0fd8ed5de2c559fd583839cad20bc247ae32a36..18084e8527ec8ab0bb2a05318e7f339301ec7bbe 100644 (file)
@@ -40,3 +40,9 @@ def IDLScan():
                                   "CPPPATH",
                                   '^[ \t]*(?:#[ \t]*include|[ \t]*import)[ \t]+(<|")([^>"]+)(>|")')
     return cs
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bca2ac87df2f3768af529cb0181997c48ded0cfc..a454b31dd21a931781b26f7c5e670b60bed7433a 100644 (file)
@@ -445,3 +445,9 @@ if __name__ == "__main__":
     result = runner.run(suite())
     if not result.wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a96c27914b1e6f48d0fcddb67a7f7477bc187d3e..530c948c3d86115f1bebe32346849ad8d14b16ba 100644 (file)
@@ -335,3 +335,9 @@ class LaTeX(SCons.Scanner.Base):
         nodes.sort()
         nodes = map(lambda pair: pair[1], nodes)
         return nodes
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 648737c5c17ba90946ec34223ac2b8a5fc9cddd8..e87a1aa46e0f5c95b4182d29452a64b78cc74dc8 100644 (file)
@@ -154,3 +154,9 @@ if __name__ == "__main__":
     result = runner.run(suite())
     if not result.wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 102205f23247e23df3c1d5353225af1a1737b94f..bd7bffe20a2091e0be35d5f3a5902b576e23df50 100644 (file)
@@ -95,3 +95,9 @@ def scan(node, env, libpath = ()):
             result.append(lib)
 
     return result
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 47d4afdbcb6120858ea4e0896fa4f15c62deff5d..7eaafcc7416b8972d13db49d1f75d13d9bee15d2 100644 (file)
@@ -254,3 +254,9 @@ if __name__ == "__main__":
     result = runner.run(suite())
     if not result.wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 529cb5d3a46c9d741cf884ec30e9df62f15c03c5..f8313fbafbc86e0d6c46a490db689f0f9fa43666 100644 (file)
@@ -47,3 +47,9 @@ def RCScan():
                                            res_re )
     
     return resScanner
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 41954f13612ecaa5bc2e56305f9dd6d64e830045..bf1048d01f43b3402a50ae3a033c506c6b617f51 100644 (file)
@@ -160,3 +160,9 @@ if __name__ == "__main__":
     result = runner.run(suite())
     if not result.wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f6750dcece86b10a4ae8b084702de7edc2c275d3..e3fa4edce98aef1b4acafa1ba9c8cc9a06f951be 100644 (file)
@@ -592,3 +592,9 @@ if __name__ == "__main__":
     result = runner.run(suite())
     if not result.wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2d53cad264ec69daaa2164804875a58aef1e35b7..0ba94b7bfd3b9af4f35d248e2a50a2e9def80181 100644 (file)
@@ -404,3 +404,9 @@ class ClassicCPP(Classic):
 
     def sort_key(self, include):
         return SCons.Node.FS._my_normcase(string.join(include))
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 05c5807167685adb8d5a49ea7f043fe7dc56a16e..206f94101d68d123b2e209894ad427dc7aded674 100644 (file)
@@ -378,3 +378,9 @@ def interact(fs, parser, options, targets, target_top):
                             targets = targets,
                             target_top = target_top)
     c.cmdloop()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6cd57cebc9c7e7c191e9d1cacaad708ef7a56290..cad241f0dfe84c328bc523efab5015e921751497 100644 (file)
@@ -1318,3 +1318,9 @@ def main():
         print "Total command execution time: %f seconds"%ct
 
     sys.exit(exit_status)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index fe32df91e4c4ee63f4468286767e7034138c5f85..4fe760c49d1313bdbe3bade237e6e8948624c99a 100644 (file)
@@ -45,3 +45,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d01ec0432dc2aa06a4521e384c3fb3b5fffe790b..cf2d99777af36185d6a92736eb39ea4502aa0d50 100644 (file)
@@ -938,3 +938,9 @@ def Parser(version):
                   help=SUPPRESS_HELP)
 
     return op
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4119a3b6a210abdbfae7cee71c497b0257d0eff1..6569c95e5075c5ad37853fcd223b8e13e1a2a62e 100644 (file)
@@ -630,3 +630,9 @@ def BuildDefaultGlobals():
              GlobalDict[m] = d[m]
 
     return GlobalDict.copy()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 931165bd9f0415a4a68cae5fff7d4149c13369d2..8b2521d78ad6700e7507702833448fcb5a7fd591 100644 (file)
@@ -26,3 +26,9 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
 import SCons.Script.SConscript
 
 # all of the SConscript.py tests are in test/SConscript.py 
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 72e31d1e1d14035549d9055faf637666346bc669..18ef11462d91490eab23d92376d25260f628af49 100644 (file)
@@ -406,3 +406,9 @@ SConscript.DefaultTargets = DEFAULT_TARGETS
 # unlikely enough that we're going to leave this as is and cross that
 # bridge if someone actually comes to it.
 Command = _SConscript.DefaultEnvironmentCall('Command', subst=1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 80bb8108c26af8b7b5710000d403e2548105df2d..935596e9d7bd54f866f3245c904faacc44309278 100644 (file)
@@ -55,3 +55,9 @@ class TimeStampNull(SCons.Util.Null):
 
 MD5 = MD5Null()
 TimeStamp = TimeStampNull()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6459eecaba1ca29962bbfc5df3004d91c6ab44df..f3b4168c09918724ced32b0a8e86d4c083ab0c94 100644 (file)
@@ -903,3 +903,9 @@ def scons_subst_once(strSubst, env, key):
         return _dollar_exps.sub(sub_match, strSubst)
     else:
         return strSubst
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 33f0f945392ec719a5d15ef403a76a017519dd74..0dda3a2229df334fcdda07f243c89a25eee8af23 100644 (file)
@@ -1234,3 +1234,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 42454801df10140c13a464618514deb500c0bb76..8e71be96358c3da596437ca884f3a19424c376d3 100644 (file)
@@ -1014,3 +1014,9 @@ class Taskmaster:
                     (node, repr(node), StateString[node.get_state()])
 
         raise SCons.Errors.UserError, desc
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c8bbdf460abcfd34a4a183bd841826de228dbe8b..282f4dff65c5576687873a4b5a8dd831c5d46dac 100644 (file)
@@ -1126,3 +1126,9 @@ if __name__ == "__main__":
     suite = unittest.makeSuite(TaskmasterTestCase, 'test_')
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1a5952574188034408177c76411236718b0f9ece..8acc55f4c56195582c178ea7d528cf3017f49d49 100644 (file)
@@ -53,3 +53,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('386asm')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b6561f4fd46b0584acccc48aece67291ab38ae81..004ffeb6d43c908218f7ea6025211fb5d9208e35 100644 (file)
@@ -57,3 +57,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('bk')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bc186153c9707aa8426c7b90819112f8b33bf5f2..e71635ef2203283cc3fb6fa17c6a50334e1ecb1a 100644 (file)
@@ -65,3 +65,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('cvs')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bf32ffae05ce9a39aad6bda301e60d5a724394e7..2863f18d1d98519f913e6a635fd721c58d72dbaa 100644 (file)
@@ -239,3 +239,9 @@ def add_all_to_env(env):
     add_f77_to_env(env)
     add_f90_to_env(env)
     add_f95_to_env(env)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 58489dbb50e155bef449939d9bff970f43fa17f6..6f513f1d6a24a61d35b66e21804103281db60baa 100644 (file)
@@ -315,3 +315,9 @@ else:
         the path to the file is the same as the package name.
         """
         return os.path.split(file)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bffe09e04e8fb846cee2af61203e357880b62af9..f4a43efbb6646fca31075d109a4a11bd461cbdc1 100644 (file)
@@ -545,3 +545,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index de87dc258cc3ef16766b6eca3bd945b395520aeb..ba3a95359488032781f53b0164938af70be9c7d0 100644 (file)
@@ -96,3 +96,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('p4')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7f562c53a2444248c01b72a53fe407fb19122e17..ca19b8a3f21b0354f907fa00ab3a5f93ffabc858 100644 (file)
@@ -130,3 +130,9 @@ def addPharLapPaths(env):
     env['PHARLAP_PATH'] = getPharLapPath()
     env['PHARLAP_VERSION'] = str(getPharLapVersion())
     
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d1794570feaa26abffe30d807a9dbdc3c0bdd80f..d1e7f602154952f0b5d5fea6536418e3d298c9ba 100644 (file)
@@ -60,3 +60,9 @@ if __name__ == "__main__":
     suite = unittest.makeSuite(PharLapCommonTestCase, 'test_')
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9cc20f5b34a4aec9ce0c7cbb76ed9784b9000b1f..bb4721b8404253b511b182f04cecb1b39b1541ba 100644 (file)
@@ -56,3 +56,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('rcs')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a9a595dfbe2330b33fc1cf4118c0461bb56a19d0..99582e2e4943672891927f8bc59e89e8d77fcf85 100644 (file)
@@ -56,3 +56,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('sccs')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4bb37f72802cb78dfc1ea0b8a3413653db6599c3..05a8adb58bea68f052ed662a122b92e124a3b25a 100644 (file)
@@ -63,3 +63,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('svn')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 779aaaad66249a3b77ff98b9e056e8f84fb2fa87..adcd40adfefa4cb6ce542d475f3d071eb67ad254 100644 (file)
@@ -76,3 +76,9 @@ if __name__ == "__main__":
     suite = unittest.makeSuite(ToolTestCase, 'test_')
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7309a356bf8e9f7eb683e290640c027c5a2bdf4c..4c00ebc979e7f3998efaf9edb46f979beb7a9c07 100644 (file)
@@ -665,3 +665,9 @@ def tool_list(platform, env):
              + other_tools)
 
     return filter(lambda x: x, tools)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 91aa92e73a2b6faad6392d88d65b3541c19d0943..5aa1eeec15c3143ac07c874d5a8286e2b436db20 100644 (file)
@@ -74,3 +74,9 @@ def exists(env):
         if os.path.exists(xlc):
             return xlc
     return None
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bf7a6b3db15de7bfc9c976a754f5163c8f16fb93..9668f799f1c977f2b316ab077ef3c7a3a1df5a55 100644 (file)
@@ -66,3 +66,9 @@ def exists(env):
         if os.path.exists(xlc):
             return xlc
     return None
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8e612cd6843734ef2da9a9a9ac1841e52ae709a5..a667e843939d7e879df69e5d06a6f9719f10fddd 100644 (file)
@@ -72,3 +72,9 @@ def exists(env):
         if os.path.exists(xlf77):
             return xlf77
     return None
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5c3b383c71647486b5d46595cfe692591c8ecabe..35125220e8706ba09f86b0469f1bb03ae9483640 100644 (file)
@@ -68,3 +68,9 @@ def exists(env):
         if os.path.exists(xlc):
             return xlc
     return None
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0a7a1854e4697ea6416ece6999ca784f364abfe8..1939098233e723762a0cf0669516fbac23604787 100644 (file)
@@ -63,3 +63,9 @@ def generate(env):
 
 def exists(env):
     return env['PLATFORM'] == 'darwin'
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 913da5fdd0db159102a36b2313ccdc2da77f99b9..0c3ac09396ad49ee8a6a56cdd1cb60c1426106a2 100644 (file)
@@ -55,3 +55,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('ar')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 100e68bbf4825a1c7e5ab392590f0dcb99a9e168..c7482513befbf2df1ce2c75153cdd368ce6419b0 100644 (file)
@@ -70,3 +70,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(assemblers)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 517ea29e5bcaea4f13c32884a79ce2d088d64ee5..023ad22d10260e66b2e54d8e184ea474227af24e 100644 (file)
@@ -74,3 +74,9 @@ def generate(env):
 
 def exists(env):
     return findIt('bcc32', env)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f360ed823673610c35b0421c39e1231b41c840d9..82a19c5e0c8b68b06dc23d5da0099e7f6e2ce5f5 100644 (file)
@@ -91,3 +91,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(compilers)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bccd8218c509e40436fa6d4d0e2891b7b21acb1e..da169fed0d3b7773695f98559a57ccf3a9bd7022 100644 (file)
@@ -106,3 +106,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('cc')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4bca52bb7473741c8486b56aab196bb77d45739e..2a28e6a9f71055f1ae781a6cca895ca1dc3107d8 100644 (file)
@@ -50,3 +50,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(compilers)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index fd77229ddf00fa84fd771ca5eea96764b2d145b8..a36e9ec1ca77b9af96f2f72c26276a2ca6d82f5a 100644 (file)
@@ -42,3 +42,9 @@ def generate(env):
 
 def exists(env):
     return 1
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 53432c6ff876a155a693c898a614efc5efd45b59..5aecfacaf6167aee56f7645c5506c5592d302596 100644 (file)
@@ -216,3 +216,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(['dmd', 'gdmd'])
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 78fb4c2dba1aa681a188d0ee6a37e4e4f375ad1f..4067b2a1e51b24143bcaa6f0d03fbb427859d5a5 100644 (file)
@@ -56,3 +56,9 @@ def exists(env):
     # This only puts a skeleton Builder in place, so if someone
     # references this Tool directly, it's always "available."
     return 1
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 00086baa2498bec6bc2e457cd80a1c4e01a9861c..80a4b07fd28449a27950709c86c786b4e0f4b80f 100644 (file)
@@ -117,3 +117,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('dvipdf')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 20dcc946a1ba8d5102e2499296f19681cad41421..c682a210bfd364a995d329dbfeb2e827404c24fe 100644 (file)
@@ -86,3 +86,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('dvips')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c8da35aa0a1b946958fcfb1d15bea17e170a0b9c..af47024b77cb2c5633c76a90e26ba18b3d2be311 100644 (file)
@@ -54,3 +54,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(compilers)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4eb8f7c3183c878296a0e9c8483a0d5e811b34b5..16b8f843a103b15e588f8ab6b264f7c785fc5609 100644 (file)
@@ -54,3 +54,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(compilers)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 545894a74a8918a3bf41087cde656e6565886115..5ce5e570329b23ecf9475070e98c3b392b22cefe 100644 (file)
@@ -55,3 +55,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(compilers)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 46aefbb23fa61616527a3b1bb271fb8ecff47bb4..4cecb126270c7ded1a311eed5bb00ff0f4f1f1bd 100644 (file)
@@ -90,3 +90,9 @@ def generate(env):
 
 def exists(env):
     return 1
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d81ba45ad5a7ae9823b12dd7abd6ac194e988286..b944ca2a94dd033b5be051fafe24a8c14c58e5ff 100644 (file)
@@ -55,3 +55,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(compilers)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b492604b5aaaf5e69edd48830d7ce5da4792f139..e4da5fe23e5fde14bf20cdbfafe1c89552e9b141 100644 (file)
@@ -82,3 +82,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(compilers)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 66d3d89e00f856f964f7b1a710c418d889cecacc..9dc3ba5c2ee2bc09f5f345f48270bf0cbf2218a2 100644 (file)
@@ -65,3 +65,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(compilers)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e44a28dde829fe44f51c70bcdca32c42f809a0e3..28f84db7f16aca88c17a3288b9a5f386ab6d35a5 100644 (file)
@@ -45,3 +45,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(assemblers)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d074191716f56506f0502324ed5b61efa4344ea5..71f60a3e1492e0bfe26c4285135efcccb1ef9bbc 100644 (file)
@@ -72,3 +72,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(compilers)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 72f38eecd034e3a619a81d707ba7cfa6fe400d4a..63414e3d685c463769aab53ed0403e8fc5f9802a 100644 (file)
@@ -56,3 +56,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('gfortran')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index dbd0c54c79b3c324353b985ef38f8c82ca6dfec8..14720212d21f5dfe21871cfa1c7d2a456fe93027 100644 (file)
@@ -55,3 +55,9 @@ def generate(env):
     
 def exists(env):
     return env.Detect(linkers)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b8e9c6f94cce6a04e4145e0358a19031bbcbc7bf..591eef0d11df8d9b88e198611f09bc130994fac1 100644 (file)
@@ -73,3 +73,9 @@ def exists(env):
         return env.Detect(env['PS2PDF'])
     else:
         return env.Detect(gs) or SCons.Util.WhereIs(gs)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8c4b4ddbf38ee42903bbe4c196a4ecdc237d4cab..e1a00407519c44f50e36173f1a091a96a978f032 100644 (file)
@@ -77,3 +77,9 @@ def generate(env):
 
 def exists(env):
     return acc
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 15f23dc756eae7c3d0d67d7121bb575a5772492e..30f49648057fb8f6da1ffd0d90f55a78c6b66dbb 100644 (file)
@@ -45,3 +45,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('aCC')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5921b39d64ef0a4f1fcd818945e973a5c77cf44c..17dbe057dcce5764370cf5858cbb80cae30b3c2b 100644 (file)
@@ -69,3 +69,9 @@ def generate(env):
 
 def exists(env):
     return ccLinker
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 90dece727137c91b7dcb80906d4fffa8f821ad2a..db15642211c591dc34882fd290bde36c4287c84f 100644 (file)
@@ -51,3 +51,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('icc')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8d7aea74b565afc22eec9e674ac0b0c4febd6311..2d1636e9095b7680a676bea50edeb11e220ed1d1 100644 (file)
@@ -44,3 +44,9 @@ def generate(*args, **kw):
 
 def exists(*args, **kw):
     return apply(SCons.Tool.intelc.exists, args, kw)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b3a3fc82d8b8cd5064e07758fff46ffb04bb7224..88dcf598d07ddd64c5175117c9cb4cc5e285610b 100644 (file)
@@ -64,3 +64,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('ifl')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index deb0ee3446cfadc306048bbd5855a564daaa8007..be5f54ddeb5ff0f7edb3774ff30b8f4e34110c67 100644 (file)
@@ -81,3 +81,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('ifort')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 180e57a09db92692e8a22ead7adb42b3e77cdeb2..17c43a1481515cefb75e106848dbff454e53b7a9 100644 (file)
@@ -51,3 +51,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('ilink')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d6ddc9d5418e569faeed040d30003e3a61379448..1452fd5558bd35eb4a28a6e415345b49bd46bb75 100644 (file)
@@ -52,3 +52,9 @@ def exists(env):
     # Uses bcc32 to do linking as it generally knows where the standard
     # LIBS are and set up the linking correctly
     return SCons.Tool.bcc32.findIt('bcc32', env)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 983fb123ab008679d9b22cfd1df51a9d703b0486..06bcfdd156a8b8581a3aa895265ff3c79dc1a49b 100644 (file)
@@ -221,3 +221,9 @@ def generate(env):
 
 def exists(env):
     return 1
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d6f19c2d14aa91d4c5c9ff12a714fff35e724840..202c2a4b26c6e8df202093a1de0371d40ebaccad 100644 (file)
@@ -480,3 +480,9 @@ def exists(env):
     return detected
 
 # end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3f6ca23b9df579c40555f829e49ffed40ace6955..755c5367443df010a69600d0aa18477aacfe0ac2 100644 (file)
@@ -59,3 +59,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('ipkg-build')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7018c37d6645f3070b37b81c3a908313793e01e5..05cac49f299e4b8c9293994eed15539ea80f427f 100644 (file)
@@ -102,3 +102,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('jar')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index cb79301e7d0a03d33402366cfc54ef4d274568ef..78d641a522b2f181c2958b3319dcc1d0607753c5 100644 (file)
@@ -226,3 +226,9 @@ def generate(env):
 
 def exists(env):
     return 1
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9b3c8c222e1bb189acbba8793383594b9363756a..dda5ebbb141eeced1c39195377f91406286b2010 100644 (file)
@@ -130,3 +130,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('javah')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e5e15d0d7cf78a00cd34793024374f4721c93044..234d3c0d02dc3e0796b70006921f120b79b02398 100644 (file)
@@ -74,3 +74,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('latex')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e599f8ae1fed960cf3987391e5dde078a39d8fe2..dd7fe25b95a2ff72adb80628a4b6092da4bac33b 100644 (file)
@@ -91,3 +91,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(["flex", "lex"])
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d0fe86c91b891e64cf921b2c62372d81c1928be7..e54a075d63e287f44ef893f84fd1d7dde78337af 100644 (file)
@@ -113,3 +113,9 @@ def exists(env):
     # This module isn't really a Tool on its own, it's common logic for
     # other linkers.
     return None
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f5256c96795aa9a87aa6b2e78a69bd61f64dd039..6b9be12c423d09a9bfa09a8983f463921f6673e3 100644 (file)
@@ -103,3 +103,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('linkloc')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 06757bf7f7bbf1c69af1079285193703c15ce066..8506784de1dda1230db710bb41e6afb3acce3cf3 100644 (file)
@@ -55,3 +55,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('m4')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d3a525fd07d55b08f93cf29474dbbe6bb76d9c92..b9d88cd190cecae01cacecb433554f0855e0dbf4 100644 (file)
@@ -69,3 +69,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('ml')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a02570118d19faebca63b6d0eaa6ed825704e2e6..8347bc1c7f2c0cb4557663b7e6977b38709f6242 100644 (file)
@@ -88,3 +88,9 @@ def exists(env):
         return 1
     else:
         return env.Detect('midl')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a05ddc7cfb817ae3b57572ced6b8b5e051a02749..da8a59e68f4a6a9789a8d23d31fbda220c66dade 100644 (file)
@@ -151,3 +151,9 @@ def generate(env):
 
 def exists(env):
     return find(env)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ee4ee862ce9f392a7f7d51f11fc0b42ad85ee9e6..dcb57fa1e698637f48b3aefb6a02a68f00f94230 100644 (file)
@@ -74,3 +74,9 @@ def exists(env):
     else:
         # there's at least one version of MSVS installed.
         return 1
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 53cab28c747b9c42428d5b513e9fbaa7dba0f5ea..2b9c5f88639c1d10d4acf02af2635b39a1ee0e14 100644 (file)
@@ -278,3 +278,9 @@ def exists(env):
         # think Visual Studio is installed.
         return env.Detect('link')
     return None
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 09752b3cb3d5af71861e0bbb318b7d1d394afd87..19ebd9f1ee83e20e79e57d97cac8b048372dc877 100644 (file)
@@ -827,3 +827,8 @@ def exists(env):
     else:
         return env.Detect('cl')
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e08a167c03e0a08a1396be9ad4088f296bf759b9..b5e6651cba5b42564c349b4af2867a276eb67549 100644 (file)
@@ -1817,3 +1817,9 @@ def exists(env):
     else:
         # there's at least one version of MSVS installed.
         return 1
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 829628719171412634f07fb0610425ddedfaa44a..40c6af6016be7527852f145a4cfb222b2d62a8d6 100644 (file)
@@ -634,3 +634,9 @@ if __name__ == "__main__":
             exit_val = 1
 
     sys.exit(exit_val)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0d5ce82e6e0fa18b5a301f076fe6dfd44bebbcb6..e83043fefa98cb55cf1ebedf61230dc7563fa338 100644 (file)
@@ -200,3 +200,9 @@ def generate(env):
 
 def exists(env):
     return set_vars(env)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e73c730a71c06d52aab8ced3780a46ed2b41743f..e84b8127ce4981b9f1518fe211f536f48dbd924a 100644 (file)
@@ -99,3 +99,9 @@ def shlib_emitter(target, source, env):
 
 
 shlib_action = SCons.Action.Action(shlib_generator, generator=1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f1b0e5506c095110790c05e60c47265322d9b549..ff0bc612f7d5ad044ad6b5238028ced0046df72a 100644 (file)
@@ -64,3 +64,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('nasm')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3854fea337fddd4a8f78c0bc98c3e717aa3b3b63..c4ae1702929471d825eaad3567345bfd48f5a080 100644 (file)
@@ -306,3 +306,9 @@ def stripinstallbuilder(target, source, env):
                 setattr(ss, 'PACKAGING_INSTALL_LOCATION', s.get_path())
 
     return (target, n_source)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e3ae2775b7b6483bf4164c79cc85bbe371922eb6..8575de6c54722547c8fdae7f3408cdcf8efc5b5b 100644 (file)
@@ -177,3 +177,9 @@ Description: $X_IPK_DESCRIPTION
         content += env['CHANGE_SPECFILE'](target)
 
     return 0
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1ce2b1a35bc67eb4d9dbc3097d58732ee588337d..d2bef8e6ee836d77b45b7349bf0f10c17feafe38 100644 (file)
@@ -519,3 +519,8 @@ def package(env, target, source, PACKAGEROOT, NAME, VERSION,
     # return the target and source tuple.
     return (msifile, source+[specfile])
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5f976088f21220e345f771802a681e6eb9f0ba33..c2a532c4b3f8c06352e5a5365cb8bc3ea3e95e98 100644 (file)
@@ -360,3 +360,8 @@ class SimpleTagCompiler:
 
         return str
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 83231072d9ca16cae63e1dae6d23733b22ed5e20..04ea71bb0494e8b63557840b54c275fc85f22109 100644 (file)
@@ -35,3 +35,9 @@ def package(env, target, source, PACKAGEROOT, **kw):
     bld.set_suffix('.tar.bz2')
     target, source = putintopackageroot(target, source, env, PACKAGEROOT, honor_install_location=0)
     return bld(env, target, source, TARFLAGS='-jc')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index db512798d95c7558c60dc0ab30d3c77dd0f4efcf..62d6f5dc135470de84ee09f84eec1c5553edb3e3 100644 (file)
@@ -35,3 +35,9 @@ def package(env, target, source, PACKAGEROOT, **kw):
     bld.set_suffix('.tar.gz')
     target, source = putintopackageroot(target, source, env, PACKAGEROOT, honor_install_location=0)
     return bld(env, target, source, TARFLAGS='-zc')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 01bd42e767e0d242a014c72d47eaf7b1cf979124..3df73970b332d4c651991c567ebcab26bc1a849b 100644 (file)
@@ -35,3 +35,9 @@ def package(env, target, source, PACKAGEROOT, **kw):
     bld.set_suffix('.zip')
     target, source = putintopackageroot(target, source, env, PACKAGEROOT, honor_install_location=0)
     return bld(env, target, source)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 52252da404336f90937e212addfc3697fa4cba38..2e38da25976e595c4ae87ebbcfb57491b77b1a35 100644 (file)
@@ -36,3 +36,9 @@ def package(env, target, source, PACKAGEROOT, **kw):
     target, source = putintopackageroot(target, source, env, PACKAGEROOT)
     target, source = stripinstallbuilder(target, source, env)
     return bld(env, target, source, TARFLAGS='-jc')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 47138406a6b6bf2db0ed25f0909156f5ec7055bd..acb6344c62d9d2ddce5af8e6412fab46f490a153 100644 (file)
@@ -36,3 +36,9 @@ def package(env, target, source, PACKAGEROOT, **kw):
     target, source = stripinstallbuilder(target, source, env)
     target, source = putintopackageroot(target, source, env, PACKAGEROOT)
     return bld(env, target, source, TARFLAGS='-zc')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 639d5691eed06ae88c65361302e396b0c32d37ba..1f76f1609d35225d2e87080471ccb192b6b30909 100644 (file)
@@ -36,3 +36,9 @@ def package(env, target, source, PACKAGEROOT, **kw):
     target, source = stripinstallbuilder(target, source, env)
     target, source = putintopackageroot(target, source, env, PACKAGEROOT)
     return bld(env, target, source)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d94db05e119d25ab070e7dc35956b863ff5bdb94..b98be58544b43937a7691470418f5aec87f7b514 100644 (file)
@@ -70,3 +70,9 @@ def exists(env):
     # This only puts a skeleton Builder in place, so if someone
     # references this Tool directly, it's always "available."
     return 1
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 010fa11c4ab2bd46e2948ccd8614ace73afd4a0c..6c37b467794cbb74f6c0665c50e41dfb6d3a58b7 100644 (file)
@@ -73,3 +73,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('pdflatex')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a9d3f58905a8fc3720d8a55eb0a80fe2ffda6262..308cb71d11b70386a8959bdb5a4d511fcbdc3974 100644 (file)
@@ -97,3 +97,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('pdftex')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e2aa4415d7e6c8a70e3f22d5871ee89d526c76ab..9cc30390a06e6089ea6284b258d617e01416d7d7 100644 (file)
@@ -328,3 +328,9 @@ def generate(env):
 
 def exists(env):
     return _detect(env)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ed5c8ee7b422521631791abb49eb670796362655..8720d3dd8149e894ef2f92c72a45adce29ccc227 100644 (file)
@@ -113,3 +113,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('rmic')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e040f0748363083d3ff4edd1fdc6fdb2c1a3e3a0..4af5965728076b64eda0b19e4584386253d069e5 100644 (file)
@@ -62,3 +62,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('rpcgen')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index adb9de1e1ae3ac8ba09e318107c86736e1816346..26d2109997627812b86720abd3cc0ef94bbb4416 100644 (file)
@@ -124,3 +124,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('rpmbuild')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 010f0906d25f52ccf224fca23443f1d505bed7ce..54f8b7b67cd01a84d8aec0a73e7c62b28aca7424 100644 (file)
@@ -60,3 +60,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('CC') or env.Detect('ar')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 65d31b3f0fd0d8756c6d388645370242352a3c2f..35547ac92f8e4eeb7cf195f6bbe0274f0c74a12a 100644 (file)
@@ -50,3 +50,9 @@ def generate(env):
     
 def exists(env):
     return env.Detect('CC')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index da2c26d90c082da519419b784b638de7387c2970..662eb7dd2ebd742c41bc9cd1a54bda1e8a2013f0 100644 (file)
@@ -45,3 +45,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('cc')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 85d9e306d0719a05b5333d36b0889cc8b5a2c754..1c32ad061ce623219d01464331724b47d1f9b6ce 100644 (file)
@@ -55,3 +55,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(linkers)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 66053e7cc933eb0f6fc55119691777d5f28f3f10..779414fd69a45e109337b98db8b0cb26001eaf4f 100644 (file)
@@ -59,3 +59,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('CC') or env.Detect('ar')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7ef3e02309209ddb96039112b4f040b5789f2ed0..c27627c05eeaa3b83abffa1476ff7fb4a0dfa942 100644 (file)
@@ -98,3 +98,9 @@ def exists(env):
         if os.path.exists(cppc):
             return cppc
     return None
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 35d2aca102278e6d5abb1eab20a8f674518a057d..458538b4b755bda7a5a2246ff8b7d58c6bb4f863 100644 (file)
@@ -50,3 +50,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('CC')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4c2fe1cb479328d97f348e3070d9d38217c8fafe..d05ce5413db47c925b5cb3fff095d29eba1f767e 100644 (file)
@@ -55,3 +55,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(compilers)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 92aecc648413724bd2b35d1dfd516c04aea53f11..93b89c0015cfafba27123ab7ee5d12a578caf3e2 100644 (file)
@@ -56,3 +56,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(compilers)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8e02655d33e21f138b9c107d2387694db5c5a24a..c09026ca639986109abc5928da28cd3ded4cc73d 100644 (file)
@@ -56,3 +56,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(compilers)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 665d6566725e52f33127900598f5a7dd3f0b9e50..ab66f4685fe68f717ee696cbafdc2aaf67c370cb 100644 (file)
@@ -69,3 +69,9 @@ def generate(env):
 
 def exists(env):
     return ccLinker
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index eff88062ef54c136887af484b802c0840448a1fc..b62d5938ff5341c89fc9fe9c02d67fde8da33238 100644 (file)
@@ -147,3 +147,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(['swig'])
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 58b755476439893fc260d710eb4edf5a5b66a947..25937811cb2d6add7383655be2142f1d206aa534 100644 (file)
@@ -65,3 +65,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(tars)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1e78bb5a20763b14394d389929115664d9c019ef..e0353b91a9fa0897fe6300325d47cf30faef519b 100644 (file)
@@ -638,3 +638,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect('tex')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ec80a214b8c9e0b33ff9a1d949f17cc47a752308..33adb576b2aba30012fde9cc913b5259b0b1790e 100644 (file)
@@ -45,3 +45,9 @@ def generate(env):
 
 def exists(env):
     return SCons.Tool.bcc32.findIt('tlib', env)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8d6d3fdb72716c15e62e231021056a7e9c6c5fe3..5737df2147a031316f922239f649ab1c48028d3c 100644 (file)
@@ -92,3 +92,9 @@ def exists(env):
             pass # ignore this, could be a stale PATH entry.
 
     return None
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3d13dd0e8892b596e87acd0649ac5d2fae7036f0..4d551e6b2a4f65f240560e28b6d46c108dff05bf 100644 (file)
@@ -123,3 +123,9 @@ def generate(env):
 
 def exists(env):
     return env.Detect(['bison', 'yacc'])
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 22f63fbb28dc386af1f077048287755bf350bf6f..ce0b2fcccad403417bf7d935e489d5607c50287a 100644 (file)
@@ -92,3 +92,9 @@ def generate(env):
 
 def exists(env):
     return internal_zip or env.Detect('zip')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d395ca8b818f5c73b66712c82fd3cc4ab2bc3b88..d0f08a696a407b16bc57f9e418954d12ede33f2d 100644 (file)
@@ -1591,3 +1591,9 @@ class NullSeq(Null):
 
 
 del __revision__
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 483591f6df6711fca800ff4eaca3085ac515caa1..b76ba997f4e26977fe3b73a9ded5655a07d2759b 100644 (file)
@@ -784,3 +784,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index dd162cc1b0a20532df804467ec6372084cab42dc..c1a20e39ced9caf3efed6b13692f12e9d69fa554 100644 (file)
@@ -83,3 +83,9 @@ def BoolVariable(key, help, default):
     """
     return (key, '%s (yes|no)' % help, default,
             _validator, _text2bool)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ef6815082e6e9ad0d722d2d934fd06653b830c42..88f64ed1de5f824ac64ebe8cbe9bee7367d01b27 100644 (file)
@@ -119,3 +119,9 @@ if __name__ == "__main__":
     suite = unittest.makeSuite(BoolVariableTestCase, 'test_')
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e1b20d2c5b70ac2d0ab8cb3d73d9bbf1a105bdfd..b8f30bf5be50c0729e5a6642310b996c1f75160b 100644 (file)
@@ -99,3 +99,9 @@ def EnumVariable(key, help, default, allowed_values, map={}, ignorecase=0):
         converter = lambda val, map=map: \
                     map.get(val, val)
     return (key, help, default, validator, converter)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0f9afdec21288b3f0dd27ea83288e2a3b56c12ac..cc9289a692c4beb53b7f02f7915dc56e77ae36d5 100644 (file)
@@ -196,3 +196,9 @@ if __name__ == "__main__":
     suite = unittest.makeSuite(EnumVariableTestCase, 'test_')
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 37e30944abe3c84424bea291c8e10d024f458896..521fa4f97fc95a897c98e8b0d2d728950f0b6983 100644 (file)
@@ -131,3 +131,9 @@ def ListVariable(key, help, default, names, map={}):
     return (key, help, default,
             None, #_validator,
             lambda val, elems=names, m=map: _converter(val, elems, m))
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9363f6d541f4d95dcef36c311fbd39036f14db83..4959f69131c80d2e78662d493bd0431a1cc7ae89 100644 (file)
@@ -126,3 +126,9 @@ if __name__ == "__main__":
     suite = unittest.makeSuite(ListVariableTestCase, 'test_')
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bf74aadb4d84a40140ca2caf725c3884d597a34a..294a3988aa883c66727ad7ab9b22d0078a65024f 100644 (file)
@@ -101,3 +101,9 @@ def PackageVariable(key, help, default, searchfunc=None):
     return (key, help, default,
             lambda k, v, e, f=searchfunc: _validator(k,v,e,f),
             _converter)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4adde2eac80410063c3d4760db00e5f365f003ad..190357ee475d4d885b1f988b47a4b05c047d6e30 100644 (file)
@@ -116,3 +116,9 @@ if __name__ == "__main__":
     suite = unittest.makeSuite(PackageVariableTestCase, 'test_')
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e31de961e22a44b40fa32e4dce1df35ab2a16ac3..4052531e15ad686f3e3488ad9d72a78272188d4b 100644 (file)
@@ -139,3 +139,9 @@ class _PathVariableClass:
                     validator, None)
 
 PathVariable = _PathVariableClass()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 980cc5ed2cb57b7e485ea1a3a22b3cd9680fbd6c..4e6436e98d98c36d735d78eec87f92d7d226d3e0 100644 (file)
@@ -229,3 +229,9 @@ if __name__ == "__main__":
     suite = unittest.makeSuite(PathVariableTestCase, 'test_')
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index cd6ab1d03e54a2d86873e7d2e7225b89f2b8f1d0..153b1aa6392210b73f1e74435bc47a6748e4db25 100644 (file)
@@ -550,3 +550,9 @@ if __name__ == "__main__":
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5a4a5573e60284d31e0ed1b5f7a0c024c2fe813b..e7b43160219c2eec7874da8c4f597b4a3e94da60 100644 (file)
@@ -302,3 +302,8 @@ class Variables:
         else:
             return self.format_ % (key, help, default, actual, aliases)
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e23d1efa9e740a0dcee4b3b4ca94bd753d079a19..bfc01b330a17cbca204220f18f109395ce7b6b1e 100644 (file)
@@ -209,3 +209,9 @@ def process_warn_strings(arguments):
                 sys.stderr.write(fmt % arg)
             else:
                 suppressWarningClass(clazz)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 228c82c5f768d139779196663399657471411a16..83e11fcaf3fb1d6fc69c435928274686371f8871 100644 (file)
@@ -127,3 +127,9 @@ if __name__ == "__main__":
     suite = unittest.makeSuite(WarningsTestCase, 'test_')
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 86af342f357ede853fe4fd7543dad6f9ba9cf58a..1cbe18b2077918489bc9f4a3ef21b0b541d5fc14 100644 (file)
@@ -41,3 +41,9 @@ __developer__ = "__DEVELOPER__"
 
 # make sure compatibility is always in place
 import SCons.compat
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index cc48ce3ddca72ba324eace51a9f851dffa0206b1..542d31e5f9c9afe74cdc68d95966127e14fccb8b 100644 (file)
@@ -242,3 +242,9 @@ try:
 except ImportError:
     # Pre-1.6 Python has no UserString module.
     import_as('_scons_UserString', 'UserString')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4adffa204b891a1082242ec92fd8c9dead10a5be..785a260a1308800831cf106f049336e449753d45 100644 (file)
@@ -90,3 +90,9 @@ class UserString:
     def __mul__(self, n):
         return self.__class__(self.data*n)
     __rmul__ = __mul__
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9445ddbaf4f8f3e8183382279d525fa790275f97..7b84cb7b1bac335fac1b652b108415bb0401e7e1 100644 (file)
@@ -83,3 +83,9 @@ new = md5obj
 
 def md5(string=''):
     return md5obj('md5', string)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9720daf9831c91f9444a658afd19b6d2ca5bd937..3d6cb862c4598ae85df412524d4ff97deda50331 100644 (file)
@@ -116,3 +116,9 @@ def takewhile(predicate, iterable):
 
 def tee(*args, **kw):
     raise NotImplementedError
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6b376875e7637d8b9556b96f1f95a352ffb68bba..386dfea67362ea72ca12ffa23d4fc6241efa1f6b 100644 (file)
@@ -1717,3 +1717,9 @@ def _match_abbrev(s, wordmap):
 # which will become a factory function when there are many Option
 # classes.
 make_option = Option
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 32a0dd64ff871dc15ef658b699096931c7afa405..12dbeadc800c04105847409e588ef16a0f8650b4 100644 (file)
@@ -575,3 +575,9 @@ class _TemporarilyImmutableSet(BaseSet):
 
     def __hash__(self):
         return self._set._compute_hash()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1fe5a4f77a8fc5134306067ea79a898dd51babcf..bafa0095a049cad3c6f9fdde6e1dc837369a50ac 100644 (file)
@@ -168,3 +168,9 @@ class Set:
             return 1
         else:
             return 0
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d6c10357ad5b1beab26e65ac736d452279005515..9e30a01026e555b8be423ac9c5338c96b431c4f4 100644 (file)
@@ -317,3 +317,9 @@ if __name__ == '__main__':
             print "Token: " + repr(tt)
         else:
             break
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 68d0e4c8506ec43b4a637d6d4be6d1b958211b29..4968825439fdbcb3d5f15f48218cb2f313d91463 100644 (file)
@@ -1288,3 +1288,9 @@ if __name__ == "__main__":
         _demo_windows()
     else:
         _demo_posix()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 72ed9b9c5e759216e922d85f2ddde2984ab97bd4..81781af393ae46772e54bc96be169a042f4fcc02 100644 (file)
@@ -374,3 +374,9 @@ def dedent(text):
             lines[i] = lines[i][margin:]
 
     return string.join(lines, '\n')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index abac857638c4b9b1cca5b42fcfff7d6feb4c1c66..19329f64ceb520c775fd6c4bc08059bccd272d42 100644 (file)
@@ -179,3 +179,9 @@ except NameError:
 #    object.__setattr__(str, 'lstrip', lstrip)
 #    object.__setattr__(str, 'rstrip', rstrip)
 #    object.__setattr__(str, 'strip', strip)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8c75287dff7a07835cf60f330e925bec6d8d475f..a16016487e4f41f067273cea9e526e02cd043f40 100644 (file)
@@ -590,3 +590,9 @@ class DumbPreProcessor(PreProcessor):
             d[func] = d[func] = self.do_nothing
 
 del __revision__
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ed1479b3d10c066e3f693ca18db5aa2a56259944..1c83a13085917973cab652ff77c4215f0f26369a 100644 (file)
@@ -703,3 +703,9 @@ if __name__ == '__main__':
         suite.addTests(map(tclass, names))
     if not unittest.TextTestRunner().run(suite).wasSuccessful():
         sys.exit(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 437f05a37d721d92695b3cbd28ff1264ffa310d6..6d4cfd5841895c52b63973505426325016afe515 100644 (file)
@@ -217,3 +217,9 @@ def _exercise():
 
 if (__name__ == "__main__"):
   _exercise()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 943bbd88f1063ef161b263c221565e228b9dc72b..d911b526ae1a5518b435749438bdc44546b1c6d0 100644 (file)
@@ -69,3 +69,9 @@ except AttributeError:
 sys.exitfunc = _run_exitfuncs
 
 del sys
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 692b0a042060393297f24290b89325de8cf80451..c8a55b3bc8501cf48e69aaa2e96d6682ea008f73 100644 (file)
@@ -66,3 +66,9 @@ software.""",
                  "SCons.Scanner",
                  "SCons.Sig",
                  "SCons.Script"])
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a622a6acc210333aaca7ab73fcd8f073b02aba6a..e8fad53b59e1eb573aec6980546e1e0ff92a4cb4 100644 (file)
@@ -74,3 +74,9 @@ if len(sys.argv) > 1:
         remove()
 
 sys.exit(0)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4c74411bb06dc2df581dadd77a4c4d20d5c0a5a3..134124f61d041b3824b574bf6213437b4a4aa8a4 100644 (file)
@@ -1511,3 +1511,9 @@ if __name__ == '__main__':
         sys.exit(1)
 
     ST.execute_subcommand(args)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 698c9b4393d98aa5c37fa259cbe2c2e6dac4a42d..94ecccb20d538c4b0b41a896ab1d303b1e19b2ba 100644 (file)
@@ -163,3 +163,9 @@ if __name__ == "__main__":
     # this does all the work, and calls sys.exit
     # with the proper exit status when done.
     SCons.Script.main()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b9629a823e9fb16087d23d46611f778b2f996c1c..c45f58731a4e9be1887e47886ffa8500549d4851 100644 (file)
@@ -500,3 +500,9 @@ else:
             Do_SConsignDir(a)
 
 sys.exit(0)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1d0c8744cefb1c027b44a83695ced0b0b5f6737f..e2c83732a6c7dde182d44623485519092fb45d38 100644 (file)
@@ -47,3 +47,9 @@ software.""",
       licence = "MIT, freely distributable",
       keywords = "scons, cons, make, build tool, make tool",
       scripts = ["scons"])
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e1d4fabb52b89acc90d5cee346ecc8ada07ca67b..b494b7c51dc7287142207a452a06c3274d39deb0 100644 (file)
@@ -418,3 +418,9 @@ apply(distutils.core.setup, (), arguments)
 
 if Installed:
     print string.join(Installed, '\n')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9d0be226c13015f09d59bbef15810934de29e38d..af2908316a9861db8c30de83b96ae97b791213d9 100644 (file)
@@ -75,3 +75,9 @@ if test_files:
     test.fail_test(1)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1424c6232b4d526c2c514b6a59665f62f1d77748..b41385339198dc05efb6d57f94e8a2512c0413ae 100644 (file)
@@ -98,3 +98,9 @@ if no_result:
     test.no_result(1)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index eee1f0cab78c3628a35cc31532d49a3fba413d56..0876a015528f22b4af2e7c0e0093aef04c2ec2c4 100644 (file)
@@ -138,3 +138,9 @@ for f in files:
 test.fail_test(uncaughtKeyboardInterrupt)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 00325598d60ac4839b27b6d22a11bef195226269..37eea4c490dbe2c48f9c5ff8af5f6ed481e2c601 100644 (file)
@@ -139,3 +139,9 @@ if mismatches:
     test.fail_test()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e2bb48b81cc5ec5743a89acf8e0531417b592ad3..7454b569f1fdd3f4c6b9f87ee7964454efcbdcce 100644 (file)
@@ -327,3 +327,9 @@ test.fail_test(string.find(test.stderr(),
 
 # All done.
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0b6344f742cbd68d5995189a39a492226bb187b6..25f2370e44e0d231592f9615981db28403a75881 100644 (file)
@@ -250,3 +250,9 @@ if not_built:
     test.no_result(1)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d60835bb35a0e6586e6e11f69d34107881436f38..4d62e0a8a18dc084167b0f959284425e75369db6 100644 (file)
@@ -24,3 +24,9 @@
 __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
 
 import unittest
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f483d38c0a04002b94aca6466abcc91b94ff1a8e..1399f0ba31b82c60a3c0f975bb20c8ebf71d06c8 100644 (file)
@@ -30,3 +30,9 @@ XXX
 __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
 
 __version__ = "__VERSION__"
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c223e11542cb8368de0e9ad5cff82cf656d4f2fd..f506de440ed0ee58a61e143eede6751b9a4bea1d 100644 (file)
@@ -32,3 +32,9 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
 
 
 import XXX
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 131c019850905210208620712b599361f3737355..0463cbffd0c1a99896bd0f05460ccd31a171ecb5 100644 (file)
@@ -39,3 +39,9 @@ env = Environment()
 test.run(arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 404834001b4600a2819206ee1bb8fdd09b5f2429..2c0b1ae747168a775336722e7cbbd84420d0278f 100644 (file)
@@ -105,3 +105,9 @@ test.run(arguments = 'b' + _exe,
 test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 73c36fc754b71992506391fe9568aa308f2eb362..65cae2e3c6510c098ccb39630d4e184ec76c41cd 100644 (file)
@@ -68,3 +68,9 @@ test.must_match('output.lib', "file.1\nfile.2\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f0a6158cdc5ca450dc9b933312d029b5049444a8..c4a8c779d0eb3e1ebf05b365f78d6a17121c08ba 100644 (file)
@@ -72,3 +72,9 @@ test.must_match('output.lib', "file.1\nfile.2\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index fbca0ff98821818aae22f74084f6c10c107e7f12..087cefeb345d51053a0a55c25a50cc61ea375122 100644 (file)
@@ -104,3 +104,9 @@ test.run(arguments = 'b' + _exe,
 test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c70ed8ea792e10d3f4bd66ec053845a846c29fa8..186ad069eabb30ba6ba8479c0683ff643b704141 100644 (file)
@@ -46,3 +46,9 @@ expect = test.wrap_stdout(read_str="""\
 test.run(arguments='a=1 bz=3 xx=sd zzz=foo=bar .', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 69947a66b90a1dc997a6a00b5566370f3c7746f4..c028372e9ab188ea76b747b1ca829a5e8a7311d3 100644 (file)
@@ -46,3 +46,9 @@ zzz = foo=bar
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e8a2a5950846d3086d07715c9bdb80d5c59e134e..0857a629728a9af35e455c266cca77cee2ff1470 100644 (file)
@@ -172,3 +172,9 @@ test.must_match('test6' + _exe, "This is a .SPP file.\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6ad7e6e2d323861ace50b0279d7cd75abbd4bc10..c2468066e28ac20191c711448d49e62ecc44346c 100644 (file)
@@ -91,3 +91,9 @@ test.fail_test(test.read('test8.shobj') != "test8.ASM\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d146229c041291840c08aececf24c3d8c6acd9c5..f1f64ee3b272ffa4f0338df7cf3a71c7b87c07d0 100644 (file)
@@ -85,3 +85,9 @@ test.fail_test(test.read('test4.obj') != "test4.ASM\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7297620d63c13043fa6352c067421e8589653588..d7b7c33c74dd2d1414daec28dda9c50e09f74ec1 100644 (file)
@@ -182,3 +182,9 @@ test.must_match('test5' + _exe, "%s\nThis is a .spp file.\n" % o_c)
 test.must_match('test6' + _exe, "%s\nThis is a .SPP file.\n" % o_c)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f2c3e44f70cc8aadf1e0023e8ac4afbd11eaefc2..cb9d8dd915bf59943335f1d65b28bd19b2ef0c20 100644 (file)
@@ -136,3 +136,9 @@ test.fail_test(test.read('test2' + _exe) != "This is a .SPP file.\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6f2bde5d3768bef110bf41a657d1708649902ce3..b3c04a9f387017cc1d5960a69b7d8849ed6ad107 100644 (file)
@@ -71,3 +71,9 @@ test.fail_test(test.read('test4.shobj') != "test4.SPP\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 37a61df7f4e0da39746d2aa41d6872dd7053fb73..0e612ad95369f497f8e70345d75e638794d8a504 100644 (file)
@@ -70,3 +70,9 @@ test.fail_test(test.read('test2.obj') != "test2.SPP\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2410435cec5d346b8ca768922a9d7b1b7d136307..b8fdf2ebd376cc9ee7648ed7838d1d49831c2b74 100644 (file)
@@ -149,3 +149,9 @@ test.must_match('test1' + _exe, "%s\nThis is a .spp file.\n" % o_c)
 test.must_match('test2' + _exe, "%s\nThis is a .SPP file.\n" % o_c)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 03c6f24a995b0b112e759df60072c07f4dcfec91..0ee7c169c0897ca256e51238989c03bb7fdf1ee5 100644 (file)
@@ -180,3 +180,9 @@ test.unlink('wrapper.out')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 633befd8dab6aacb850d29d0a6a74b358c0d5fa6..af7fc176a232910aa66e34ee6547807bcb8e9b50 100644 (file)
@@ -122,3 +122,9 @@ test.must_match('wrapper.out', "wrapper.py\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f1b99eeebaf20bf15d83b4e01f776fcf5fe38ac9..b6d61a3169907ed92a0850ea4784aeb62169873d 100644 (file)
@@ -147,3 +147,9 @@ test.must_match('wrapper.out', "wrapper.py\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 61c3c7d06c3ccaf2fc959ed01703c3cf6741c6f4..79da3858977c2f4d625f46abf22ff4173815c765 100644 (file)
@@ -131,3 +131,9 @@ scons: `.' is up to date.
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7721fde422c7bcbe59d0e58e13c570f063e19a46..0a94c7d0e1dba39309740079551985f551672236 100644 (file)
@@ -88,3 +88,9 @@ expect = 'strip.py: %s' % test.workpath('test1.exe')
 test.must_contain_all_lines(test.stdout(), [expect])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4b13107f906d1962db63883cbdb635884ced2fa9..f617280ec71f32e858379c1166305d9a548ea702 100644 (file)
@@ -81,3 +81,9 @@ test.fail_test(open('before.txt', 'rb').read() != "Bar\n")
 os.chmod(after_exe, os.stat(after_exe)[stat.ST_MODE] | stat.S_IXUSR)
 test.run(program=after_exe, stdout="Foo\n")
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c52e1f50ad13487e54d55de0557a20aab8ba2797..c2feef802e7e6bde8b27016312c33a375a946f6b 100644 (file)
@@ -65,3 +65,9 @@ test.run(arguments = 'test2')
 test.must_match('test2.out', "test2.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4fc0dc4ac644ee1beddf0705105bcde8322eb0c5..6d18e5c3ba5f6c226caf3eb74da158858d6e8633 100644 (file)
@@ -236,3 +236,9 @@ runtest('trailer=MyTrailer', """Head:0:1:MyTrailer\n18\naaa\n""")
 runtest('', """Head:0:1:Tail\n18\naaa\n""")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 647b6e98b1dea1fabf42eeb413a5eb000e1ecf69..9ea397f075b6c25ea2c3c2d2f6c40bf52ee3b59c 100644 (file)
@@ -205,3 +205,9 @@ test.pass_test()
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ee93596e4494590da637e76293a33f2f54a28802..835ac7fa4e14d44eef52ddf5003166230b0dee6b 100644 (file)
@@ -54,3 +54,9 @@ env.Command('file.out', 'file.in', my_copy)
 test.not_up_to_date(arguments = 'file.out')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index dd7f883acd222a75a35b5a000e2c7c7ed71e15c0..0d0c4694720bdc11cc8dc3203d55d9b1376ec47b 100644 (file)
@@ -63,3 +63,9 @@ test.must_match('foo.txt', "funcact\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:
index 584ab4c10997e837e234ff94c9762689875681da..af84cb34fbc7493c158967d01263d9cf65a8cede 100644 (file)
@@ -65,3 +65,9 @@ foo-444
 test.run(arguments = '-Q -q', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b41b63a87bfe65fb9862c64b9d028fb1ffe0b9e1..a1bb7b3376c2f273e0f5272a8ca9416087e5f2fc 100644 (file)
@@ -66,3 +66,9 @@ test.run('-Q -q . -- --prefix=/home/foo --force',
          stdout="None\nNone\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d7f02f1977a54d935bd35b5fde8579411d10ec9b..7b5c01ddbedd39fbca089e09a098fd4dcddc0a71 100644 (file)
@@ -80,3 +80,9 @@ if unexpected:
     test.fail_test()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2bf849e3493ea4f6d2669b497f04b24b7a69515f..f976ad9617758fa19558eac9d38859083a013ecc 100644 (file)
@@ -98,3 +98,9 @@ test.run(status=2, stderr=expect, match=TestSCons.match_re)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0af4dc265e150f0e446f17b5a6f00d834ee8f8b4..73cffc4d07759ef42557a0cf8c650eb0cc66c18d 100644 (file)
@@ -167,3 +167,9 @@ test.run(arguments = 'f1.out', match = TestCmd.match_exact, stdout = expect)
 test.up_to_date(arguments = 'f1.out')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b4ea95cf9d1ff233959b5ddfb4f31938cb2808be..bba0abd4ce294fd3f3cab96194c9295d8f5bca72 100644 (file)
@@ -160,3 +160,9 @@ test.not_up_to_date(arguments = 'a2-file.out')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8f1388d780032a983ccedee16d2322a1af0ec715..f0eaa0ce2dfe2f3d1ab4bfbd993bd3e382ee005f 100644 (file)
@@ -41,3 +41,9 @@ f = Dir('foo')
 test.run(arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 263df3cdccd2693be9ac536181ce54e31f07bc34..72aab6e092a963867ed25cd22472da479d328651 100644 (file)
@@ -133,3 +133,9 @@ test.must_match('foo', "foo(['build-add3'], ['f6.out'])\n")
 test.must_match('bar', "bar(['build-add3'], ['f6.out'])\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 964bae40dbac33e1e784163ca628c2abb4525e3c..1334f4e95b455de2363bfb9c1fc6f3edbbd943b7 100644 (file)
@@ -41,3 +41,9 @@ test.run(arguments='A',
          status=2)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b6254e92301e2fd1b51fe9353c4acdf11b7afbf3..743191c44d94059651f0f79469595659e3ff60e6 100644 (file)
@@ -56,3 +56,9 @@ test.run()
 test.fail_test(test.read('file.c') != "file.x\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2d7a15475464f95dfb4b8b98d26cce81f7ca95d9..4a0de437899a4b8987f89c11cd7926641a667ef0 100644 (file)
@@ -98,3 +98,9 @@ test.run('minimal')
 test.must_match(['python', 'out-scons', 'foo.py'], "python/foo.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5b59ae4ea7cac1a73c2311b4301ede7900d4425b..2fcc5c49e3c148367273c5e661cdafd20f1b1d71 100644 (file)
@@ -92,3 +92,9 @@ test.not_up_to_date(arguments = 'dir')
 test.must_match('dir_build.txt', "dir_build()\ndir_build()\ndir_build()\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c7c9c95d36cfae0424ee9bafe0a7f40dac77be9f..1e4e16c9149adde5a23d482cbc1682ccfb95605c 100644 (file)
@@ -98,3 +98,9 @@ test.run(arguments='test2', stderr=expect_stderr, status = 2)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e5f8d24ab2c84e9486deea79d79fbf0bf84dd756..53cceb690b946aec7a7701ba348aeaff2a9f85b1 100644 (file)
@@ -71,3 +71,9 @@ test.must_match('f3a.out', "f3a.in\n")
 test.must_match('f3b.out', "f3b.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9059afdd91b2fad0242179330971c329603dd59b..0b9f3ba50b5ac37151a2545478220ca64abee74c 100644 (file)
@@ -116,3 +116,9 @@ test.must_match(['out3', 'f3a.out'], "f3a.in 2\n")
 test.must_match(['out3', 'f3b.out'], "f3b.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 86b3b929233fbaa8bb2854f57e52d8c562ef5010..ddb3b10d882ff2c7cb3561f4e3fbececa132dc7f 100644 (file)
@@ -118,3 +118,9 @@ test.must_match(['out3', 'f3a.out'], "f3a.in 2\n")
 test.must_match(['out3', 'f3b.out'], "f3b.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 935bce891d7a78eaaaa26d3086053d9fa0d4fff6..886a6921bd9bd790684aa15be9d51535c83dbb06 100644 (file)
@@ -90,3 +90,9 @@ test.must_match('f2.out', "two\nf2.in\n")
 test.must_match('f3.out', "two\nf3.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index fc96f15d2548e062df57c657b3b00b96d46b9a1d..6fbd11cf518f7db2bfc5bbbe90178fcdce105c57 100644 (file)
@@ -101,3 +101,9 @@ test.must_match(['sub1', 'f2a.out'], "f2a.in\n")
 test.must_match(['sub2', 'f2b.out'], "f2b.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4f31a7eeaf5e49b34036d47de8af3ed1149cfc2d..21b8250fda338d0da02b1574a20a0e7b270190b9 100644 (file)
@@ -74,3 +74,9 @@ test.must_match('f2.out', "f2.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:
index 19dc6c810b55f0d43a3beb661c5a712a9a94965c..f4455c2f3f710fabf9966a2d0b1aa217be0deac3 100644 (file)
@@ -103,3 +103,9 @@ test.must_match(['out3', 'f3a.out'], "f3a.in\n")
 test.must_match(['out3', 'f3b.out'], "f3b.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9563c403b2dc19429a9f88d60ef04e697deb9335..58152e0ffcac8050887fbd8c738faf029a8c5e78 100644 (file)
@@ -85,3 +85,9 @@ test.must_match(['out3', 'f3b.out'], "f3b.in\n")
 test.up_to_date(options = '--debug=explain', arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a4bdd90ec0b2044fb8609c2475f86bc74c53072c..aed066ce44350eae24dbc39b80e56562a7082bdd 100644 (file)
@@ -119,3 +119,9 @@ test.must_match(['sub', 'all'],
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index aa9e2a0ac3a01da53e1bf9b4242d0ef97eece972..a8207c644c5e8097edd8584feba84596f5ea0c97 100644 (file)
@@ -120,3 +120,9 @@ test.must_match(['sub', 'all'],
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2fa3921ef5682dff0e516880bd7f2f787f202d4c..9a61e75c0a2209986a9bb1ff4591a089adda7d6b 100644 (file)
@@ -344,3 +344,9 @@ test.must_not_be_writable(test.workpath('work3', 'sub', 'ddd.in'))
 test.must_not_be_writable(test.workpath('work3', 'sub', 'fff.in'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 41f83a2c9a89ab1b624793d97d0113acc1db4e17..fec90771a9b28e6e34aa109293ae375e380cc007 100644 (file)
@@ -72,3 +72,9 @@ test.must_match(["foo", "marker"], "MakeDirectory\n")
 test.must_match("output", "src/file1\nsrc/file2\nsrc/file3\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 396d371ce05fad7b00761e1e3a61c9cd189c2006..7d0438cc3ea52c5cf11a8f8e1b0c6e391abd53ce 100644 (file)
@@ -44,3 +44,9 @@ test.write('infile', "infile\n")
 test.run(arguments = '.')
 test.must_match('infile.out', "infile\n")
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f67acc06fa1594be7be87ae1b78bec6ae208f428..d5b13c1ac3ff42daf0dabced25f035cd8c32e114 100644 (file)
@@ -63,3 +63,9 @@ test.must_match('file1.mid', "file1.in\n")
 test.must_match('file1.out', "file1.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ee236354b6531b6300446794490ca17cc3a4edfd..4515ff6629e9b193e0a5f70769ae13fb34627e99 100644 (file)
@@ -53,3 +53,9 @@ test.run(arguments = '.')
 test.must_match('aa.bb.cc.dd.dll', "clean test\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ed1c676671d6837968fb9cb74f3d00cf04d78c14..66b1e8ec281bac8a91c425e5fdc4f3b3abb88666 100644 (file)
@@ -58,3 +58,9 @@ test.pass_test()
 test.run(arguments='file6.out', status=2, stderr=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9d1dcc89e3df6035026452e22965b7c8fd53b855..ad5154adbb1225c9d81e165838110e2463ea2af8 100644 (file)
@@ -62,3 +62,9 @@ scons: *** Two environments with different actions were specified for the same t
 test.run(arguments='file03.out', status=2, stderr=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1f0ef2a1841e922f586495bfecfe292333d067a3..dce235e29f7461ed16bd89cc54ccb873d9dff31a 100644 (file)
@@ -62,3 +62,9 @@ scons: *** Two different builders (B and C) were specified for the same target:
 test.run(arguments='file8.out', status=2, stderr=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f4a64435ced1fb6fbf811db9bea63ddd7c5c9e93..99a19c2f3b422e0ee454267636a0a1246e8b9851 100644 (file)
@@ -57,3 +57,9 @@ scons: *** Two different target lists have a target in common: file10b.out  (fro
 test.run(arguments='file10.out', status=2, stderr=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5420a49c3e9d4edd3634eae66ad17b258569d64a..8eb3e13da5980c12ec94e5e3df697d2f6a487bbf 100644 (file)
@@ -56,3 +56,9 @@ scons: warning: Two different environments were specified for target file3.out,
 test.run(arguments='file3.out', stderr=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 582219934f8125999bddf20040742030dc03c01c..39e388cafcf654de26734a82f0502f6c4140dfa8 100644 (file)
@@ -62,3 +62,9 @@ scons: *** Two different target lists have a target in common: file11b.out  (fro
 test.run(arguments='file11.out', status=2, stderr=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4201cfc564f4e0f04b74dcffd22ca686659fd9dc..37a012b7cfa829062949848537e8f08c3f7dcab8 100644 (file)
@@ -55,3 +55,9 @@ scons: *** Multiple ways to build the same target were specified for: file2.out
 test.run(arguments='file2.out', status=2, stderr=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a305b5448ad1b2aa463d7d2b492b0255ac864441..40e7dc9de7fe1c424558dd6de9a496d2f4b552a2 100644 (file)
@@ -57,3 +57,9 @@ test.run(arguments='file12.out', status=2, stderr=expect)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 315599b3188476dd88a5ba2726cb3b366b232e56..b2ceae9b669d1d21fb3cd1e1b0d85cd11fcb43dd 100644 (file)
@@ -53,3 +53,9 @@ test.run(arguments='file1.out')
 test.must_match('file1.out', "file1a.in\nfile1b.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index afccb652fc1b818d2a627ddd8512eff80a8ea611..5695fa3885afc06de532509b6d6743912d5b0170 100644 (file)
@@ -59,3 +59,9 @@ test.run(arguments='file5.out', stderr=expect)
 test.must_match('file5.out', "file5a.in\nfile5b.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d12af218571188ab0ec4254c60ef5d482b1d8f3a..5a3a7f8cdc57a70f6d52ee1c4736bc289d9a5f0d 100644 (file)
@@ -69,3 +69,9 @@ test.run(arguments='file4.out', stderr=expect)
 test.must_match('file4.out', "3\nfile4a.in\nfile4b.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 19efff763821d1a390cdab00f6fe6a478b6cdf37..714b9dab5eaa98478907f3e9ffd17d5d1e51b729 100644 (file)
@@ -55,3 +55,9 @@ test.must_match('file9a.out', "file9a.in\nfile9b.in\n")
 test.must_match('file9b.out', "file9a.in\nfile9b.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1d5822effdef55df620f87c94f3fa29f69f666f8..70e800c9c5a0826613081bbadd91b1dbeb8db5ea 100644 (file)
@@ -52,3 +52,9 @@ test.run(arguments='file7.out')
 test.must_match('file7.out', "file7.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4f378a7113837e466a65ec9530896b173aea9de2..63732d7ad8e81c68bc1837788d8dd417009e013f 100644 (file)
@@ -74,3 +74,9 @@ file4
 test.must_match(['src', 'output'],  expected)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c57b7db948512d02db28e5637e3db1c8b3a920a2..c4120948297246c90ee7211a8d52fca55dbea558 100644 (file)
@@ -203,3 +203,9 @@ test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
 test.up_to_date(arguments = 'bar' + _exe)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9cc5430c8035dc2c7ad27ff6eb8516f9f11ee1dc..474a930dda501e917edd112d24f7ce272c9af69b 100644 (file)
@@ -78,3 +78,9 @@ test.must_match('test2.obj', "test2.C\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bd54a153659cc53e0e616603c789865c5ecf26d4..f24f6c742b77b0b15bdda9069f7a982a8ce1cd16 100644 (file)
@@ -83,3 +83,9 @@ test.must_match('test2.obj', "test2.C\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bee24992e54c846d446fe2a8d58a0d1062ff332e..e273bfd704382c5e0d7291c0d26f2aba24cc8799 100644 (file)
@@ -95,3 +95,9 @@ test.run(program = test.workpath('foo'), stdout = "prog.c:  BAR\n")
 test.run(program = test.workpath('bar'), stdout = "prog.c:  BAR\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6ccf7e289fb7700decf205291f9a808729f06405..d5efa1a34d99c3dd9088b9808176ab4b1cb2ace3 100644 (file)
@@ -111,3 +111,9 @@ test.run(program = test.workpath('foo'), stdout = "prog.c:  BAR\n")
 test.run(program = test.workpath('bar'), stdout = "prog.c:  BAR\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9a025b157759bcb2b6b02ff5bb36ebc067616fd7..db03d20ad5b546a2c7dfb6cd5c0385e23609faa2 100644 (file)
@@ -85,3 +85,9 @@ test.run(arguments = 'bar')
 test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 695ad59157992014697fdda8a2d532d7c700419c..44184b453e118feffff3eb21aa1eb25c1629cb7e 100644 (file)
@@ -77,3 +77,9 @@ test.must_match('test2.obj', "test2.C\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 31a46c4772ee828d92eb5e9812c0128ebd7d0f84..c8daaf6c8f466f1d34f66c469f0aefe59aa260d0 100644 (file)
@@ -84,3 +84,9 @@ test.must_match('test2.obj', "test2.C\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index fc9264f7b915f97f7c3d7a6d84e7e14d9b638390..d77d24742884cc665655a98afdb2f855cb05fc14 100644 (file)
@@ -129,3 +129,9 @@ test.run(program = test.workpath('fooprog'), stdout = "prog.c:  BAR\n")
 test.run(program = test.workpath('barprog'), stdout = "prog.c:  BAR\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ef20120b3a9363df06036a08eb6dde4c204ed33a..c201c97c5d0de3d7b2e0d2ac344090e70f9e50df 100644 (file)
@@ -129,3 +129,9 @@ test.run(program = test.workpath('fooprog'), stdout = "prog.c:  BAR\n")
 test.run(program = test.workpath('barprog'), stdout = "prog.c:  BAR\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a8c44a6bf8e932e910157ad57dd20320575de814..1cce9e959c8351aacb1b359fc5c6dfe8a6777a90 100644 (file)
@@ -87,3 +87,9 @@ test.must_exist(test.workpath('bar.xyz'))
 test.must_exist(test.workpath('f3.env2'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5c302c3357f633e2456cc4049e5584420275fe3d..4259a24315eb0fbb23c96984343e2e9b9c39ed8a 100644 (file)
@@ -62,3 +62,9 @@ expect = test.wrap_stdout(build_str="scons: `.' is up to date.\n",
 test.run(arguments = '.', stdout=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7a169e8b2f5ce8d3890cdb6d7a723f87701d2436..0c7ad787439730c87f8b514d40f9f116e5279140 100644 (file)
@@ -82,3 +82,9 @@ test.run(program = test.workpath('bar'), stdout = "prog.c:  BAR 8\n")
 test.run(program = test.workpath('baz'), stdout = "baz.cpp:  BAZ 9\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c9b60c3f672439ed7f042a880c2ddce80b7db1a8..53186425a930f8cbbaf882b31e465382a0b16a03 100644 (file)
@@ -179,3 +179,9 @@ test.run(program = test.workpath('f4'), stdout = "prog.c:  F4 again\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b6b8b4454f947d9c7a56a6e447d3c5b95e71e8ab..47825b6a1a53a1c8ef536882f78b95e7b31e1801 100644 (file)
@@ -43,3 +43,9 @@ expect = test.wrap_stdout(build_str="scons: `.' is up to date.\n",
 test.run(arguments = '.', stdout=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a8212963c233e6035a7701050e255df34080edcc..4c594e5c4b9175002487a2486dd3ff88730517f9 100644 (file)
@@ -181,3 +181,9 @@ else:
     test.must_match('mygcc.out', "cc\nc++\n")   
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1146ee0935b9bd3e08198fd83a7dba2511018d1f..efa64d2b06d6b4c2c7d6df0c6f39720f2b4e5872 100644 (file)
@@ -302,3 +302,9 @@ test.up_to_date(arguments = args)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1059467c0391771bf5d9a2332ee163a9b1467fca..8b557dcfab892ae6f6d6ca72f6fa0a2dc2893462 100644 (file)
@@ -77,3 +77,9 @@ test.run(arguments = '.')
 test.run(program = test.workpath('prog' + _exe), stdout = "1\n2\n3\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9adb206d7b893d9ff84182af1548081fce131c23..5c60de19c7670b76650c3c81a4e83dde6c4f176b 100644 (file)
@@ -73,3 +73,9 @@ test.write(['include', 'inc.h'], """\
 test.not_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:
index 5e1b06fd7c9d960d0d6ace557edd911c2753354b..54e1d397a00aaf3d5cbfef65e61eed7356299ec6 100644 (file)
@@ -61,3 +61,9 @@ test.run(arguments = '.')
 test.must_exist(test.workpath('foo' + TestSCons._obj))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7c80f22cca1394da603293d8e58539beac94a921..8ddd23c1426cd45a3ceacc0e54401806e6b040b3 100644 (file)
@@ -135,3 +135,9 @@ inc3/subdir/string_3.h 2
 test.run(program = test.workpath('prog' + TestSCons._exe), stdout=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7e5326f178913ad3f9953176864765877017c47f..98817b9a9e94733d8d0314dbb927dadced7208ea 100644 (file)
@@ -130,3 +130,9 @@ sub4/string4.h
 test.run(program = test.workpath('test' + TestSCons._exe), stdout=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6305d0c9c463d19e414bd670caefb274e23ad926..e1d26046271a6ffab0efe20a69e2bba56b6bc84c 100644 (file)
@@ -59,3 +59,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:
index 8ec97bc48bfd6188f9a817a913b93849dc048c6e..aa48b920b9a20989dfb49462903741d95c83fc3b 100644 (file)
@@ -75,3 +75,9 @@ test.run(arguments = '.')
 test.run(program = test.workpath('prog' + _exe), stdout = "1\n2\n3\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 19895dbbf187bd428cb25ac9eb3670910022de83..e23f65582e6da0add370cf3781dd1811ed0eba1d 100644 (file)
@@ -53,3 +53,9 @@ test.run(arguments = '.',
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5ec0b16516625dddc6e0c47082819fd69e6b9ad8..1ff70a5f641e3eaa0d59ce9fd1ba8d8f4a9ce304 100644 (file)
@@ -90,3 +90,9 @@ test.run(program = test.workpath('prog' + _exe), stdout = "1\n")
 test.run(program = test.workpath('inc1/build/one' + _exe), stdout = "1\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6133bdf47d3d71d88711ae03a0ab540d5be6fbb0..b2e636971e7017900f11450050da58508ae2a3e0 100644 (file)
@@ -161,3 +161,9 @@ foo.h 2
 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:
index 510539cc38651ab7f8c3d492ec9da83dbcdb6c66..b702d987cfecfc94a2dd6a35e84dc16538799478 100644 (file)
@@ -298,3 +298,9 @@ test.must_match(['work3', 'all'],
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index cbb2f3ff86da79dfce21faa1e08ebb976698b4c7..79acb5ae942bd980c1643c22d154f46d6d47a72d 100644 (file)
@@ -119,3 +119,9 @@ test.must_match(['sub', 'all'],
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index acf0647a81ff2d14790789ae9c0bfc12289607fb..ae42841846f7cbe2ab27508d9b567a817aa199ec 100644 (file)
@@ -120,3 +120,9 @@ test.must_match(['sub', 'all'],
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index fea3dde0d8dba2a5d2fb8bd4e6bb6682e539ec91..a2a2fbebe3480f3d9e3b79c1785cee8f2f427cfc 100644 (file)
@@ -48,3 +48,9 @@ g++ -o test.obj -c +for_CCFLAGS -Wp,-for_CPPFLAGS test.cxx
 test.run(arguments = '-Q -n test.obj', stdout=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index deaa2b64e279c78e0ededd26baf92df406fc6bb0..061df87a3be9d73f3caf90ec1d4245f9b47c2509 100644 (file)
@@ -68,3 +68,9 @@ test.run(program = test.workpath('foo'), stdout = "prog.c:  FOO\n")
 test.run(program = test.workpath('bar'), stdout = "prog.c:  BAR\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f537ee8712a67b18ba74a0879de4e5e91e40d7f3..e6bc82bf334ec920ce2fb85e19d70735b5dbc047 100644 (file)
@@ -227,3 +227,9 @@ test.run(arguments = 'bar' + _exe)
 test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 64e4a50f17a8e19f6316309e5edd242dfe790cf4..be1bec49ef760763d2af1a7b3055f66b670cc3e3 100644 (file)
@@ -79,3 +79,9 @@ test.must_match('test6.obj', "test6.C\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e738533ed13494c95465542585ae08f58eb39dd7..ebacd194aa782abc384396746865fbb26ff93f65 100644 (file)
@@ -87,3 +87,9 @@ test.must_match('test6.obj', "test6.C\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f74ec848099246773ad1007a2a8c83e1dcde85ff..7d5609b424fb10eb0d962106492a58a79a856162 100644 (file)
@@ -83,3 +83,9 @@ test.must_exist(test.workpath('bar.xyz'))
 test.must_exist(test.workpath('f3.env2'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f37cdbbf1008dc8a64ac57e12382aa6ff1350142..f83fe480ed7347f37e1a43d2144a848174ac34da 100644 (file)
@@ -163,3 +163,9 @@ test.run(program = test.workpath('barprog'), stdout = "doIt.cpp:  BAR\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index abfc19df4798de71c58f3622630a48bb7f5d37f8..6c03b8f84b6ed637c4d1cdf6eefd986f9684a169 100644 (file)
@@ -83,3 +83,9 @@ test.run(arguments = 'bar')
 test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1a8750feeaad700ddda4028f3406eb40ff595fb9..972dad0a72a577b6da671eb61ad222ceb8508eca 100644 (file)
@@ -78,3 +78,9 @@ test.must_match('test6.obj', "test6.C\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 829c9e4a9e2ca33683ad4998ae9c32d02d407690..b9f20a8b77ec24bd0c4dcc4ca24b89a1df687ea2 100644 (file)
@@ -88,3 +88,9 @@ test.must_match('test6.obj', "test6.C\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0ce2b15ba1d18c54201a493ef7a79fe22c1c89e9..a4d552e0eb0a0b05a5b969e53f2043697050a095 100644 (file)
@@ -133,3 +133,9 @@ test.run(program = test.workpath('fooprog'), stdout = "prog.cpp:  BAR\n")
 test.run(program = test.workpath('barprog'), stdout = "prog.cpp:  BAR\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f918707f0af8aa92061be419758d21daabf552f8..c72b2d06ada276c45ae89166d81e05d615659bc6 100644 (file)
@@ -155,3 +155,9 @@ test.up_to_date(chdir = 'src', arguments = '.')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 44e51a0193db778f74b27a0e6eea01fc920bc7b8..7e9b5406a2079147f19d5dcad42f70ed066dead9 100644 (file)
@@ -73,3 +73,9 @@ test.must_match(['beta','bar_cached'],      'alpha')
 test.must_match(['beta','bar_notcached'],   'beta')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 814a5e37c468eabb7cec3f13da8e0438d53adc45..e84ab0908b7c7e898a378261f1a0d6d66564213c 100644 (file)
@@ -105,3 +105,9 @@ test.must_match(['work', 'log.txt'], expect)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b5650c14e0b6126a9ba2770139c30ec2036cb57e..8ba3e781da3cd444ddd6a9ab58caa788c2e9a8c0 100644 (file)
@@ -146,3 +146,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:
index 93012411048e246e9468b9bd5e0c61107a79045e..94880be3a1c016e06d12e2f043c44b7bbde2437e 100644 (file)
@@ -173,3 +173,9 @@ test.must_match(debug_out, expect, mode='r')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 391fb94fe58e65bdc4486ee1d65d922c0a80ee9c..297d46d8864b18af2e82a24c028d97bf3156dda1 100644 (file)
@@ -161,3 +161,9 @@ test.up_to_date(chdir = 'src', arguments = '.')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0de033139e62afbf862e2e9b212f02f68d16304e..9ca194ee34be0cb30f81b1d09aec934d06739181 100644 (file)
@@ -68,3 +68,9 @@ test.must_exist(multiple_bar)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 77b8f6fbeaaa306c9ca623e8ac856e1fb266d6ae..d7e6ac7aa3ea6fa9ff97b6815e01ea1542bc34cf 100644 (file)
@@ -64,3 +64,9 @@ test.must_exist(test.workpath('foo'))
 test.must_exist(test.workpath('bar'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9aa940234a1c898af25f3a35793e1258719f875b..9b9f2f7a5a91a204fc71ff05bab85dbe7e5964d8 100644 (file)
@@ -127,3 +127,9 @@ test.unlink(['src', 'cat.out'])
 
 # All done.
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 47847d43e35513f6ce692225ac27b2e3766e0d13..b22375562761e113d921d3eb948273c7666d6a11 100644 (file)
@@ -121,3 +121,9 @@ test.fail_test(os.path.exists(test.workpath('src', 'cat.out')))
 
 # All done.
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1e62c491d1233499d1add7c67ba6ddd53448de1b..df1a87f7b218f3f0dc8c83274e030a816b6c4182 100644 (file)
@@ -192,3 +192,9 @@ test.up_to_date(chdir = 'src2', arguments = '.')
 
 # All done.
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 33930d8e810ff3b3bacc231afeaa06ae12c961a0..645b5977786fafe05f21ad4ffb023b9184bc21b7 100644 (file)
@@ -78,3 +78,9 @@ test.run()
 test.must_not_exist(test.workpath('cache', 'N', 'None'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 119a959d7efb3d91a13d9b4b9cf28b9812507807..e7db5e91518059a30102dd6490b865302809a018 100644 (file)
@@ -82,3 +82,9 @@ test.must_not_exist(test.workpath(cache, 'N', 'None'))
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3bc8ec1152f939a5630cf0c6436ca3ba3e7e5e22..ca3bbe2412d8839a2532a2e3f73c90b70f382ceb 100644 (file)
@@ -65,3 +65,9 @@ test.fail_test(not os.path.islink('file.symlink'))
 test.must_match('file.symlink', "file.txt\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0e0074db971a3b7fea5edc46ba95ca882cac59cd..afc3f63c30e2a4d28874c538d6d4d7de5e2e511f 100644 (file)
@@ -57,3 +57,9 @@ test.up_to_date(options = '--cache-show --debug=explain', arguments = '.')
 test.up_to_date(options = '--cache-show --debug=explain', arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 36267f8dfa22dcb34b9a91bdaa6055df5c9935fd..8a47fec2c3f129884ff93f714df63661af36f86e 100644 (file)
@@ -57,3 +57,9 @@ test.up_to_date(options = '--cache-show --debug=explain', arguments = '.')
 test.up_to_date(options = '--cache-show --debug=explain', arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3830cd2ee8bc4fd307534c92159c5b16818395db..275b1276625448c0780fa8c1b5ac035348bd04ea 100644 (file)
@@ -79,3 +79,9 @@ test.run(chdir = 'beta', arguments = '.')
 test.run(chdir = 'beta', arguments = '. -q')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4f089275354aef2b6433a7274c0bc2350af3bec1..435ca4acdca83e16fbaa12480cd21eea9d2cc73a 100644 (file)
@@ -84,3 +84,9 @@ else:
     test.run(program = test.workpath('main' + _exe), stdout = "foo\nbar\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b603f35dcca9ad590df62252aab048341eb62f97..cf31d0061934753a6a6cdb48f831a2b1939c3a9a 100644 (file)
@@ -188,3 +188,9 @@ s = stat.S_IMODE(os.stat(test.workpath('d12'))[stat.ST_MODE])
 test.fail_test(s != 0777)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f9f3b5d3acb97a44e5726a868cbf5f7f4fbfbc67..323ceb1463d085ca3348bfa9896636a97b63a394 100644 (file)
@@ -40,3 +40,9 @@ Default('.')
 test.run(arguments = '-U')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6ae5f769da6cb0dae16a1478a9f0adcf876e7204..b53c29517450b91f11c7368b3485eabc21e080f9 100644 (file)
@@ -42,3 +42,9 @@ scons: *** Do not know how to make target `not_a_target.in'.  Stop.
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 987f06f9fcacb54b897fc6e34010eb149e2c620f..24ed4bc8af5e3b1cd88c5b57bde9785bc4176a0a 100644 (file)
@@ -40,3 +40,9 @@ test.run(arguments = '-U',
          status = 2)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c76e63b1630126ec635cdfd3ea0c99b5d364b630..da58b3822a6fbd16cfc3b189bafa47e9e11aff67 100644 (file)
@@ -72,3 +72,9 @@ test.must_not_exist(test.workpath('dir', 'f4.out'))
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b3c61c0e76dfc1890891a71cf26f7a6a25eabb99..18cb5891f1775a05e117d513073f3293021cc7b7 100644 (file)
@@ -64,3 +64,9 @@ test.must_exist(test.workpath('foo.out'))
 test.must_not_exist(test.workpath('subdir', 'bar.out'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index eb4bd0db926f81f6b2e628ee94b34c92f6c703c0..633a4d31f953b5740474620b5c03dd4d23de2c9d 100644 (file)
@@ -70,3 +70,9 @@ test.must_not_exist(test.workpath('dir', 'f3.out'))
 test.must_not_exist(test.workpath('dir', 'f4.out'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1b3c300650738fce80f13e08a9f8b277fd5a24ee..06d95e78b01ff7f16f59dfa96b4cd3e77754090f 100644 (file)
@@ -71,3 +71,9 @@ test.run(chdir='other',
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 10c1c8a90d3b53a69659a76839aeef6114aa0751..7f2e60dc42522bbd0608732382e0a2477d3d551b 100644 (file)
@@ -69,3 +69,9 @@ test.run(chdir='other',
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ec67e652999aca2ad4071801768597b8991bb4b7..7bae153fc6d07db62ff76591a1dfce05b4ff4a23 100644 (file)
@@ -69,3 +69,9 @@ test.run(chdir='other',
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7f3dc39e1d5513382179181a35cdddd4158372a7..57c08534c657e854c852f9fdc3e8b0799d6b7fc0 100644 (file)
@@ -83,3 +83,9 @@ test.must_exist(test.workpath('sub2', 'bar.out'))
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 93cebd33e4b3e9525780a65e58b5712e2e0f77d4..04ab26a1d5c0c139251f1f898636b0fed1076fd0 100644 (file)
@@ -138,3 +138,9 @@ test.must_not_exist(test.workpath('bar.out'))
 test.must_not_exist(test.workpath('sub2/xxx.out'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bbacbc9e6422d0c5b2cdfe93f48b7c2231d8606b..6fc2720723f8f0b65a73d052bb9ea413f23457c9 100644 (file)
@@ -141,3 +141,9 @@ test.must_match(['build', 'dir', 'f4b.out'], "sub4/dir/f4b.in")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 53719e93f214a8aa63eec1db04e40e3c305a2e57..089b7a4780d772985eecbfc0dd587f5e955c309b 100644 (file)
@@ -55,3 +55,9 @@ print env2['X']
 test.run(arguments = '-q -Q', stdout = "1\n2\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 09c51abc392dd887826feeae65a01bb3e55bec86..ada2ae49b21a7f252cce214244c9161fa426b063 100644 (file)
@@ -118,3 +118,9 @@ test.must_match('f9.out', "f9.in\n")
 test.must_match('f10.out', "f10.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 947ad42159bb6ca7e0a32bc3d285a15997cab842..9348bddb4096ccbd86ed9797b61af9790de65ffe 100644 (file)
@@ -69,3 +69,9 @@ test.fail_test(test.read(test.workpath('foo2.out')) != "foo2.in\n")
 test.fail_test(test.read(test.workpath('foo3.out')) != "foo3.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 22ea7c770fac4cbc569923fcfd537f900027f05f..90ba1ee22b8232af91563f1a7b8101bb623747e7 100644 (file)
@@ -46,3 +46,9 @@ expect = "scons: *** [target] Calling Configure from Builders is not supported.\
 test.run(status=2, stderr=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1ce114c67829a9c91a142f34e41798a0a1ba034c..037a2c77b6ae72e4807f7157bc092eb7bf8e574e 100644 (file)
@@ -55,3 +55,9 @@ env = conf.Finish()
 test.run(stderr="Hello World on stderr\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ae1ea2ba53805ee9c7cee09b6b260acac285c75a..4b5a02e0da54678baf3fbd6020a570fc87de6c94 100644 (file)
@@ -49,3 +49,9 @@ test.run()
 test.must_exist('custom_config_dir')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4b6344049fe782b4ed43f13968792bcf423ef633..9b6221beebf9f3bef03e88444a44be022b364273 100644 (file)
@@ -60,3 +60,9 @@ scons: Configure: (cached) yes
 test.must_match('custom.logfile', expect, mode='r')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 22436258a70d0d29aa0e8986933362c7cd53c771..b4be67e298c4bcae5526fecb3e54797166155aa9 100644 (file)
@@ -101,3 +101,9 @@ if newLog != oldLog:
     test.fail_test()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2bfe2f74dfa37363222893db46c5b2428c8c5bee..73afef766f2218163f272e45053b22802c0fba64 100644 (file)
@@ -72,3 +72,9 @@ conf.Finish()
 test.run()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1fffacf7ed19c17e7f72c35b8db0e4c339fa4dd5..c82778ae2b70d293d8dfc3d69280611be86d30e0 100644 (file)
@@ -157,3 +157,9 @@ test.checkLogAndStdout( ["Checking for C header file math.h... ",
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index be2d77d532818eaf99df76d5998a07e8c4c07252..01df2767b99bd9e914465ca349fa98d965f8f36b 100644 (file)
@@ -89,3 +89,9 @@ test.checkLogAndStdout(["Checking for C header file math.h... ",
                       "SConstruct")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d4b9a5914a0594ffeff9098aac90fef78c79ab2e..4344941f993a69b6e4efb53b168fc92dbdc55b0b 100644 (file)
@@ -83,3 +83,9 @@ test.checkLogAndStdout(["Checking for C header file math.h... ",
                       "config.log", ".sconf_temp", "SConstruct")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4e63f83ab9d127be4b86224353998034477089e3..74609f68166e0a8805834c95d59f7078cceb62c8 100644 (file)
@@ -89,3 +89,9 @@ test.run(arguments='--config=force', stdout=expect)
 test.run()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7dc8773b26d9a38fcfb09a91ad339f84956bf1e9..ccbb7d54f2862ff4b62b507620fc745921ba1a88 100644 (file)
@@ -94,3 +94,9 @@ test.checkLogAndStdout(["Checking for C header file no_std_c_header.h... ",
                       "config.log", ".sconf_temp", "SConstruct")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7c98d0cccfdde568db015563ead8f7e157cdd5af..93d1308fb980f0cdfc97cb192ff16652cb3dfbf3 100644 (file)
@@ -118,3 +118,9 @@ test.checkLogAndStdout(["Checking for C library %s... " % lib,
                       "config.log", ".sconf_temp", "SConstruct")    
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a48029db7deb2769d28ba957196b55957614c93d..bb15165cdbb8310f0fb1c14fbbf8a8542d9bfba3 100644 (file)
@@ -76,3 +76,9 @@ test.run(arguments = '--clean clean=1')
 test.must_contain_all_lines(test.stdout(), lines)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 95121a9ba1cb365c56e8c2b2b2b1c398d56f2e8c..9276ec831e518523a5a56df5ba8ec1d3731b740a 100644 (file)
@@ -179,3 +179,9 @@ if expected_config_h != config_h:
     test.fail_test()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7fb0ab71e377fb3228535a5a784d82608bce1295..9cefa2da53fbe961a87254182da3e1dcbaf38c63 100644 (file)
@@ -109,3 +109,9 @@ test.checkLogAndStdout(["Executing MyTest ... "],
                        "config.log", ".sconf_temp", "SConstruct")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 42cd3d2907a69363d92b155164bfc2dddac22c56..59eba535b1fb0fd53c376e4cfb9ff88909a9f943 100644 (file)
@@ -55,3 +55,9 @@ Return('env')
 test.run(arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9abdc619a7c314d4353d556e9bb6cd1e6b920e11..f42088b7dd78b69730d64af32eac8e4eea34cf54 100644 (file)
@@ -86,3 +86,9 @@ test.run(arguments = '--help help=1')
 test.must_contain_all_lines(test.stdout(), lines)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 58ae7c9cf4ed844b55066c10def5fd338c67ac4b..0f04b1e4966dbb1f5ce9cec002a3e448e1b13ab7 100644 (file)
@@ -101,3 +101,9 @@ if old_sconsign_dblite != new_sconsign_dblite:
     test.fail_test()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ab9d488726d97b71f54ab8fceddbcd6c300653d0..198e94fd494e1457baedca96a6ace8b6318e03d0 100644 (file)
@@ -44,3 +44,9 @@ env = conf.Finish()
 test.run(arguments='-Q', stdout="scons: `.' is up to date.\n", stderr="")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3515c96d4cd1789cf37dbc9df5d21655a2bf82f0..1f40a8068c29277a026cf64a3a39c5856a23b93d 100644 (file)
@@ -123,3 +123,9 @@ test.checkLogAndStdout( ["Checking for C header file non_system_header0.h... ",
                     "config.log", ".sconf_temp", "SConstruct")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 259a3ce9bd80b3990857e5ae2733b7715539482f..bec46b91de4013548c382eb49c01a380c692c471 100644 (file)
@@ -47,3 +47,9 @@ expect = test.wrap_stdout(read_str = "777\n",
 test.run(arguments = '.', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 252c458c9a7ab400c350649273fde5148aa77003..6e9c54f950774479316491cbb30edc0b6f53183d 100644 (file)
@@ -185,3 +185,9 @@ if errors:
     test.fail_test()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 98967622db2c6f425620e11214004cd6305008b6..f06c3b044cde4dcda58f54f9dd1b041ce9c46431 100644 (file)
@@ -53,3 +53,9 @@ new_env=env.Clone()
 test.run(arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 47f7c3b4737d20bf39b3bbebdc05e1a7876fa061..fd761828603081f2ac19cccb8942695ba5462a0e 100644 (file)
@@ -56,3 +56,9 @@ test.run(program=test.workpath('foo'+_exe))
 test.fail_test(not test.stdout() in ["Hello!\n", "Hello!\r\n"])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5c69820430dc5a0a6004767f8de08a7e9205961f..48af057fdf8dba01e2971c0ee775193a931c4e6b 100644 (file)
@@ -142,3 +142,9 @@ test.not_up_to_date(arguments = arguments)
 test.up_to_date(arguments = arguments)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 93e34f94928ac642ece6642b5833cc8aa9ee2394..bc441a5f54af9badd97f1b8e64c7d4e141d5b682 100644 (file)
@@ -167,3 +167,9 @@ foo.d 2
 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:
index 43bb106394ceb7c65cc82d5b88e4f82ecb5de7ba..5317d5c111ed8e772867a1efec54eee63e1cfd2f 100644 (file)
@@ -161,3 +161,9 @@ This is the %s TeX file.
     test.must_exist(test.workpath('bar.pdf'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0d9cd8d88686bb089348c8ad1641e62525f99381..1ff5a3d0601a81244cbb7942545522aa208c8fd6 100644 (file)
@@ -61,3 +61,9 @@ test.must_match('aaa.pdf', "aaa.dvi\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index cc0c9095d41b780ec6d9bd9f69014021d5cb0c35..8b048bb90677b9561e7ceef55ee07f81fcaf6c12 100644 (file)
@@ -65,3 +65,9 @@ test.must_match('aaa.pdf', "aaa.dvi\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8d94b5af7705dc5d2d121e7e21d80eac5a04c4a7..7d7079ccb03d6455f9b239c1b3401a33210320c5 100644 (file)
@@ -172,3 +172,9 @@ This is the %s LaTeX file.
     test.must_exist(test.workpath('bar.pdf'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index cfa235fe72cbc052d97ecc26de661762f205e2d3..22a31be16157e9c7ee0a08657aad652c225d98d7 100644 (file)
@@ -69,3 +69,9 @@ test.must_exist(test.workpath('foo.pdf'))
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b50b3cbb151170cdb6f1c8abf1e55e96dcf3c528..84821a3af8474599fa429b2b6da31cbde3d63d84 100644 (file)
@@ -179,3 +179,9 @@ dvips -o bar3.ps bar3.dvi
     test.must_exist(test.workpath('bar3.ps'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9fac804c5cfd6a7d9dfd77180b8a375562421d05..de8322db13bb1e87e14cdd5434b2e9602957cf9a 100644 (file)
@@ -186,3 +186,9 @@ dvips -o bar3.ps bar3.dvi
     test.must_exist(test.workpath('bar3.ps'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0d8408ec3501c93769399da18fa5e49c83a2584c..3e1e5e9fa90d257615ef1ac5c65789477e8c2881 100644 (file)
@@ -61,3 +61,9 @@ test.must_match('aaa.ps', "aaa.dvi\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 67f960e5bb75a7e425fe63f852fbb78f3d51a3a7..96814a0dc3c402900fde9e3f20ebbd25fcc52bac 100644 (file)
@@ -65,3 +65,9 @@ test.must_match('aaa.ps', "aaa.dvi\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 989e187644e5713d0a3dd3849e6e8cf132c10b29..7c609eee207d579ab57784c804359c8520031333 100644 (file)
@@ -59,3 +59,9 @@ test.unlink('has-changed')
 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:
index d31a2db361b6a866412ed2435fefb01329aa9f3d..f8776c3b4a5c769567bd1b88a93208ae1bb945a4 100644 (file)
@@ -79,3 +79,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:
index b11e223b21d3042e6f4c494ffad3d2e507adabba..cdd3e3585aea30d60338255429a1c9c355bc0205 100644 (file)
@@ -59,3 +59,9 @@ test.unlink('has-changed')
 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:
index c2886fb163932bde27ebe5321f5df7c069be656a..f05e869bb4b29f1364ef4c541ef213eb33eb84d7 100644 (file)
@@ -57,3 +57,9 @@ test.unlink('has-changed')
 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:
index 7a83c74704464aeda9e7d84fd17305408dc958e5..5598468fe3ced317ce5f621c1ac7d54c087e51a5 100644 (file)
@@ -113,3 +113,9 @@ test.unlink('node-has-changed')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 69756077805ea1cce3d558aaa34317e54d998638..8389745138322bd905f5f9819e80e1446105bc13 100644 (file)
@@ -111,3 +111,9 @@ test.run(arguments = '.', stdout=expect)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b6d071d62cd9ae893887133d42f3f649b75bcc9d..a1ae8253f5a4e2b0558cb98567ccf6984202af68 100644 (file)
@@ -44,3 +44,9 @@ scons: \*\*\* Unknown Decider value 'fiddle-dee-dee'
 test.run(arguments = '.', status = 2, stderr = expect)\r
 \r
 test.pass_test()\r
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 22fd883f59853f04561202920c79a596f9fd372d..1b456610ca4c1b3cfa6fa4c0832744c9daa7fd6e 100644 (file)
@@ -230,3 +230,9 @@ test.fail_test(os.path.exists(test.workpath('eleven', 'bar')))
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 47f9d81ef295261c0104bd8153d67c44b5947fde..a7a30622f34de97fb2ff411d3a1f32e988bd4d08 100644 (file)
@@ -187,3 +187,9 @@ fail_strings = [
 test.must_contain_any_line(test.stderr(), fail_strings)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 48707395e84684f93ddd6f6a67d52151b90101d2..e3819c53db3c3d9762d827b93e9fa337d28fd89e 100644 (file)
@@ -149,3 +149,9 @@ test.write('file3', "file3\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:
index a99d14f92726ae16f7317b77114be01d04e57e72..26987cef6355b12af6c9a54f87312edd93bfc6d0 100644 (file)
@@ -273,3 +273,9 @@ scons: `%s' is up to date.
 """ % test.workpath('build', 'var5')))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 850c369a53da607607c64137c6b65e74269d3463..860d0f3c60d92332d5f71dfac25b025546b4a5e4 100644 (file)
@@ -60,3 +60,9 @@ test.up_to_date(options = '--cache-show --debug=explain', arguments = '.')
 test.up_to_date(options = '--cache-show --debug=explain', arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 73dce091e0f4afb8d603cdb099bfdc6fb7a32bd8..eec70b5fb4ff9bd4c5c4f4d428586fe1e1c917e8 100644 (file)
@@ -60,3 +60,9 @@ test.up_to_date(options = '--cache-show --debug=explain', arguments = '.')
 test.up_to_date(options = '--cache-show --debug=explain', arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f17fc9f9ce0667dcc0ec073802ed6bbc61eefcc9..3864b1630d7084c72688eeb1f3317d10c9c7dec8 100644 (file)
@@ -50,3 +50,9 @@ test.run(arguments = '--warn=no-deprecated .')
 test.run(arguments = '--warn=no-deprecated-copy .')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 99c2cd7a2548eeb8ba07a6e6574d6b20748af831..57a44c807407afeff03016949fd80cfea4f68534 100644 (file)
@@ -93,3 +93,9 @@ test.run(arguments='warnings=irgendwas', stderr=expect_stderr, status=2)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d46b89864239e2f4f3ed681e08547a55838f4768..26b14d8c97527a71e95685272e9d1a17a96e3cde 100644 (file)
@@ -110,3 +110,9 @@ test.run(arguments='some=IrGeNdwas', stderr=expect_stderr, status=2)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 369a8e129562e3dbf379317e3655b71187f714e1..28983d253115ca42f1a80940ca63d592b9ab817a 100644 (file)
@@ -183,3 +183,9 @@ test.run(stdout=expect, stderr=warnings)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1edfa97cc2e2adc06ed400299f10e34581ea7a74..d04ad443324498e63ac0665f57fc8dd33a551cca 100644 (file)
@@ -369,3 +369,9 @@ env2 = Environment(options = SCons.Options.Options())
 test.run(stderr=warnings)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 11b8df0d9d72d8c02c5b9c86d8ee7643ab0d4ae4..bb396539a15e169cd7bdefd3ed2d0e2cbdc157eb 100644 (file)
@@ -97,3 +97,9 @@ test.run(arguments='x11=/non/existing/path/', stderr=expect_stderr, status=2)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e53b077d75a4ac21fa54f75c61ad569654e83a81..3c73617ccadbeb64688804346c311ed9e49c715a 100644 (file)
@@ -289,3 +289,9 @@ test.must_exist(non_existing_subdir)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5d6d3ffbcb45d45b54c982203191c7b69c40030f..0db8223af4548c2e03222aa9dc015b5a93480d65 100644 (file)
@@ -72,3 +72,9 @@ scons: warning: The Options class is deprecated; use the Variables class instead
 test.run(arguments = '-q -Q .', stdout=expect, stderr=warnings)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3905c7775329745a2e0e701d5a482b4ffb351cdc..9e9adee96319fcd8af7b5dcb9cb5d038b04cef6e 100644 (file)
@@ -170,3 +170,9 @@ test.run(arguments='-h', stdout=expected_stdout, stderr=expected_stderr)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5a1627baf907127532a982d43e8f5a9d91af5ca5..a4d56b2f00bb01f1ebef6370d35d01366ec6c544 100644 (file)
@@ -70,3 +70,9 @@ scons: warning: The Options class is deprecated; use the Variables class instead
 test.run(arguments = '-q -Q .', stdout = stdout, stderr = stderr)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1e623af0779b689773ef34e8805e595deccc4f58..d54f3afd940de0022546a2e9b3f4264de47a1f2d 100644 (file)
@@ -272,3 +272,9 @@ test.run(chdir='test3')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2bfdd6591349272a70c6049511ebdac197638a75..1340bc4ac03505cf35ab39f9b462a48d88b94d74 100644 (file)
@@ -127,3 +127,9 @@ test.up_to_date(arguments = 'f1.out f2.out f3.out f4.out', stderr = None)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 12a596fb0dd82ba2ac05ac3a69e798c4ccbbad43..b2d6241ba1698473c2748921c913d0515e2f2f12 100644 (file)
@@ -98,3 +98,9 @@ test.up_to_date(arguments = 'f1.out f2.out f3.out f4.out', stderr = None)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 44c30ce44867aa5dffe54f6ae7e823a7f5384b8e..3911e25aa0d3dabfdaef6efe225a4fd12c042f67 100644 (file)
@@ -96,3 +96,9 @@ test.up_to_date(arguments = 'both.out', stderr = None)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index be9cb0922e4a2018b84c17e12c951f5d0c505cd5..5f47d9b3a9002d0a33496a492a4a7fc4125f510b 100644 (file)
@@ -70,3 +70,9 @@ test.run_sconsign(arguments = test.workpath('.sconsign'),
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index de1cc95b476d447543bc8580735e01c40ffefe35..63ee095a379284275202d91c44c455a1d1234899 100644 (file)
@@ -57,3 +57,9 @@ test.not_up_to_date(arguments = 'foo.out',
                     stderr = TestSCons.deprecated_python_expr)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 07b59fb4b12ddf3af84437811d9398a46dade721..c8e64e392825bcd93140d8689e196010c143676f 100644 (file)
@@ -86,3 +86,9 @@ test.run(arguments = 'switch.out',
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6fd031e4f3b40527f91f9e79aea3415062944910..7cf8ab87cf5fe2ac7eef1218bb250a2e3afed38e 100644 (file)
@@ -129,3 +129,9 @@ copy1(["foo.out"], ["foo.mid"])
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4de14224601a65c0c66d41fbd6b0c6a68545e930..3b2638f6c468ec071bd1d134369b6b933a8a2ada 100644 (file)
@@ -81,3 +81,9 @@ test.must_match('final', "foo.in\nbar.in\nextra.in 1\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 327218ecf94fe8b06ef8e614a2e19ed4480ca1a3..055c06be407e87b4b8334252a5c3bd17fedd36e5 100644 (file)
@@ -52,3 +52,9 @@ test.must_match('foo.mid', "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:
index 6aedf599d75680c1c5db89fd6b4f1b3441eee329..95e37b223e4287d53ee4aa1e44df53fd2a49b8ee 100644 (file)
@@ -56,3 +56,9 @@ test.run(arguments = '--warn=future-deprecated .',
          stderr = TestSCons.re_escape(expect) + TestSCons.file_expr)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3a772d7d323cab96e323e25b767df50b14000f49..1e7366f8194989b888f3a317980be623f22cb317 100644 (file)
@@ -112,3 +112,9 @@ test.run(arguments = "--debug=dtree foo.xxx",
 test.must_contain_all_lines(test.stdout(), [dtree1])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3a927e5a2528693de0105f32dd534c365189e25b..c533efae9767d7d3259c6c3c23de13d9c6db38fe 100644 (file)
@@ -50,3 +50,9 @@ test.run(arguments = "--debug=nomemoizer", stderr = expect)
 test.must_match('file.out', "file.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 714b5b3acc47488e216675e55963e23941f42080..43a370ac70945d507c16d0ba4eb268f956c546d8 100644 (file)
@@ -133,3 +133,9 @@ test.run(arguments = "--no-exec --debug=stree foo.xxx",
 test.fail_test(string.count(test.stdout(), stree2) != 1)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 833abd5b4ac144af4ee8c65c00e0fb70f0e3851b..51ff7f29954aa6e65cdbe776f4ebb7f48a7d94e7 100644 (file)
@@ -152,3 +152,9 @@ test.run(arguments = "--debug=tree Foo.xxx",
 test.must_contain_all_lines(test.stdout(), tree1)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d7ec9ae71d3b73f72bc5faadee484517e140662d..af0a10b003cbeb2e6d8c848c0093f742bc77886e 100644 (file)
@@ -72,3 +72,9 @@ env.MD(target='sub2', source=['SConstruct'], OVERRIDE='foo')
 test.run()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 52f9f0ab1e8a161486d55735103de90047a898c1..9702e40018326bcdacf778baf0a1ae0d72deae36 100644 (file)
@@ -68,3 +68,9 @@ test.must_match(['build', 'dir', 'file2'],  "src/dir/file2\n")
 test.must_match(['build', 'dir', 'file3'],  "src/dir/file3\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c797246a7a78c6b4683b965eadc30e5ca29870e5..8dbee1aff6ce6689c898f9b6245c8df6167bd438 100644 (file)
@@ -167,3 +167,9 @@ test.not_up_to_date(arguments='tstamp.out')
 test.not_up_to_date(arguments='content.out')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d7c543da92615dab7f40cafbea95c8f9a0e91e59..f6d10129b9707cb698f4509e24b071c95796e828 100644 (file)
@@ -87,3 +87,9 @@ expect = [
 test.must_contain_all_lines(test.stdout(), expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 08f4a1a44eb3f74743876ebeec24b9eb5473d74b..68835f1a4bf774fff02a243385113e1fc10c0f4f 100644 (file)
@@ -63,3 +63,9 @@ test.run()
 test.must_match('file.out', "file.xxx\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index af59b52fb7ec03eb52f782de67b5872860941e07..8e1a0f3b22e8465de3cb9f8f80ff2a7f31f37e48 100644 (file)
@@ -98,3 +98,9 @@ test.run(status=2)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 77e6ba2f05abfe3b96e64db21cc63572f457b3e2..f9674564a65c9b3ed51199845943ec5e87ee4695 100644 (file)
@@ -124,3 +124,9 @@ test.run(status=2)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 55fa90b72bfc859835485c2ff9e382a73b71a438..3767cc5a2498f65141d80e29e90d5154ae24b23a 100644 (file)
@@ -56,3 +56,9 @@ scons: `.' is up to date.
 """))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 36c72e115fa70d159a0bccbf4b3210ab2323bc9d..18a75dd3d3636825769dfb6f39949906e5d9648e 100644 (file)
@@ -60,3 +60,9 @@ test.write('foo.in', "foo.in\n")
 test.run(arguments='foo.out')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 637cccfc94ab8b8e3d4445a687a280d2be000451..c666a2dc5fe07731d1302ba4192208d28bd82c79 100644 (file)
@@ -45,3 +45,9 @@ test.run(status = 2, stderr = """\
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 61bd74f6fdfac7583ad71df69008a38be62df03b..cc36035ae54775b4cf0ad15b515fc6208151a091 100644 (file)
@@ -74,3 +74,9 @@ expect = "scons: `foo.out' is up to date."
 test.must_contain_all_lines(test.stdout(), [expect])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e90d40264b024e87cc8e57c97cad0e4859e4b988..032c7a727c589a23dd06aa22ab138122d5b80907 100644 (file)
@@ -51,3 +51,9 @@ InternalError: error inside
 """, status=2)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index be69b5071462954ca2ef2a627c3d5f2b645314f8..0281253d3d61ed02ff85a19a22b274e68213e6fb 100644 (file)
@@ -45,3 +45,9 @@ NameError: [^\n]*
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 956caa7de00e3432fee8d051863a4b64a44dc7df..08539ad5642567e4547106c33eca1265862e033a 100644 (file)
@@ -51,3 +51,9 @@ SyntaxError: invalid syntax
 """, status=2)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1ec14dd8b9da7dabf17c0e6f2123473ca2fb572b..286fa2622c3f8d50e3e04cfe664c54c6ad4afb7a 100644 (file)
@@ -45,3 +45,9 @@ TypeError:( 'int')? object does not support item assignment:
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 69ed7d44c9ab480f48d869642a09e71957c3b9b9..c534ed603b0e2176a562ae7e4a70fcfadcbeecb5 100644 (file)
@@ -48,3 +48,9 @@ test.run(stdout = "scons: Reading SConscript files ...\n",
          status=2)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a13b4e06eb46e662512c7234316ad3c6e24ecb3c..e02dcb0595da5fbd6a77dbe5e50b1f591bb85397 100644 (file)
@@ -102,3 +102,9 @@ else:
     test.must_contain_any_line(test.stderr(), errs)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 946c1c40f2e704fa3841cee7ee2c0aadc6e7378e..554f394fa97d3e3a28dd45213cd0c8ab50643e16 100644 (file)
@@ -52,3 +52,9 @@ test.write('foo.in', "foo.in\n")
 test.run(status=2, stderr="scons: \\*\\*\\* \\[one.out\\] Error 7\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3d5cd5bce12add0b0e8f09807a30aa5f00223384..dc6b6063525dc7d2656ad650f5ffbd138f644a9f 100644 (file)
@@ -96,3 +96,9 @@ else:
     test.must_contain_any_line(test.stderr(), errs)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c2f7cfdb8bb64bc1a0b81982f8ecda72aab3a8ec..ab6d118659c2d707ca35ab1e3b77a6a4ca1103a0 100644 (file)
@@ -100,3 +100,9 @@ else:
     test.must_contain_any_line(test.stderr(), errs)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 05d1e9d5011c541a30d7656274ca90014d3d9249..0134803286660d754ab83e7e7e1f5db17012cffe 100644 (file)
@@ -62,3 +62,9 @@ errs = [
 test.fail_test(test.stderr() not in errs)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 597216aacc25e8db921099ac581c50cc42b59109..914827a713d9c47fe9755128cbaccf92e26423bc 100644 (file)
@@ -73,3 +73,9 @@ test.run(chdir = 'work',
          stderr = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 19583ca41b90b5b422182cc2f4f48d1d84f33ba1..409594cbcf3cca3413722353648dc48a764c8931 100644 (file)
@@ -123,3 +123,9 @@ test.must_match('l.out', "l.in\n")
 test.must_match('m.out', "m.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9c328a7348e837668a5f776a3c64f3bbb62e28a2..88ae3939fdcd4966bc8160048435ffd03bbb4578 100644 (file)
@@ -106,3 +106,9 @@ Touch("%(subfn)s")
 test.run(arguments = '.', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 570b6db2001aaba35e2b06d56c9020ee22719ce8..98d6bbaf091c944ed30e216afebcd379448ef694 100644 (file)
@@ -155,3 +155,9 @@ test.run(status = 37,
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 583e6b4d65144f3f6987f462e1df50c2e122cca5..d919884bdecf830c3021558ca0686f73ccdb92bf 100644 (file)
@@ -66,3 +66,9 @@ scons: `.' is up to date.
 test.run(stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8f6cb1ac7ba131379089960bd816d0113f08699c..5d198ac634088674a0330f3c6c4ee1c824e549ec 100644 (file)
@@ -63,3 +63,8 @@ test.run(arguments = ".", stdout = expect)
 
 test.pass_test()
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1b98f669f7622801cb87fde69b5fa5f814534f41..2fae80b278c53849ca2bc36ff19a698091194dca 100644 (file)
@@ -80,3 +80,9 @@ test.run(chdir = "work",
                                    build_str = "scons: `.' is up to date.\n"))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0d3d8b4ffb7b9ff9911e25c030333c76e04dce9e..2dc1bbfe8bde4d75b7cfa5d8bb0ffdbdd4248b1a 100644 (file)
@@ -146,3 +146,9 @@ bar.Program(target = 'bar', source = 'bar.f')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 413c18618a08043c8fb0d2808895f108915004de..1efbe05ac0cc999eb60d8d7ac0cd068d6873fa56 100644 (file)
@@ -90,3 +90,9 @@ test.must_match('test09' + _exe, "This is a .f77 file.\n")
 test.must_match('test10' + _exe, "This is a .F77 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2590cf4403c74ffb14b6c8f9103038212dcbd792..502473a1e13e61f46e4a61c6c5a5943112509b07 100644 (file)
@@ -70,3 +70,9 @@ test.must_match('test09.obj', "A .f77 file.\n")
 test.must_match('test10.obj', "A .F77 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ff1f2334894bf1ad8d0041663bbea80e708799f8..2070ff2e0455241e2d515b92d5f60b14b809af03 100644 (file)
@@ -93,3 +93,9 @@ test.must_match('test09' + _exe, "This is a .f77 file.\n")
 test.must_match('test10' + _exe, "This is a .F77 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index afbdbbeb425262752c77b22047bc45edd19ee73c..52e4d6867664656b53891fff3040b2c0a0bc7941 100644 (file)
@@ -77,3 +77,9 @@ test.must_match('test05' + _exe, "This is a .f95 file.\n")
 test.must_match('test06' + _exe, "This is a .F95 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1ad27f500a2e07828d360488b62da09b49519122..70ef51c99308d50c6e2058af0e60b78de57fa811 100644 (file)
@@ -127,3 +127,9 @@ bar.Program(target = 'bar', source = 'bar.f')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index cc6271977c07c038bf7dc49e49e1ce4e4ce077d4..260782cfaa6e83c7024f918c2493a388786e7a6b 100644 (file)
@@ -309,3 +309,9 @@ test.run(arguments = '.')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 04ce465a484d0d8b56c7e64f3aac48077fba9737..7c31ee6f4090f74a656fb77e4cc56e285eb5f435 100644 (file)
@@ -143,3 +143,9 @@ bar.Program(target = 'bar', source = 'bar.f90')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 53f99d0c1d56d5aaa14faec8b60501b4440fe3f4..8981bb3770dd981b01fafb503dc4fec6e0e7c5d9 100644 (file)
@@ -102,3 +102,9 @@ test.must_match('test21' + _exe, "This is a .f90 file.\n")
 test.must_match('test22' + _exe, "This is a .F90 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2ab1b3e23d82ab53c8406019b5ebc22f7059e44e..eec5795d41bbff6e36e8996b92a8cac4de811a2f 100644 (file)
@@ -69,3 +69,9 @@ test.must_match('test01.obj', "A .f90 file.\n")
 test.must_match('test02.obj', "A .F90 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5c66f3bd3d704ae9967f57fc4457de4876517a3b..ae61a84f640b8b4532026fe37d0b01d38e94a417 100644 (file)
@@ -93,3 +93,9 @@ test.must_match('test09' + _exe, "This is a .f90 file.\n")
 test.must_match('test10' + _exe, "This is a .F90 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 408f276babf2d2f3efc3f893802bed2f0fb70d32..ab62ca7e4d96945c2ca20648db0fa648f854449d 100644 (file)
@@ -83,3 +83,9 @@ test.must_match('test05' + _exe, "This is a .f77 file.\n")
 test.must_match('test06' + _exe, "This is a .F77 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c2672a7ce858781ca4186908bc2b5216ae29d69b..5f8df8d501281019e1214e6bbfb919a4d01ab053 100644 (file)
@@ -150,3 +150,9 @@ bar.Program(target = 'bar', source = 'bar.f90')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d8f73f421b41e1173424d740562fcf21bdc4a6bc..341b24129100d86e79d193c10fb10fbb5386c884 100644 (file)
@@ -299,3 +299,9 @@ test.up_to_date(arguments = args)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d9bbfe2177d1556241df0f9688ec573d84d4fa90..eeadac7e8d61e2600099617ef426654ae9523cb1 100644 (file)
@@ -148,3 +148,9 @@ bar.Program(target = 'bar', source = 'bar.f95')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bac7a862ae3b37c60b6ffe4b45a2a34e56c2148a..6ef6eb074efd9f5e33a0ea12730ea8da9181b5a2 100644 (file)
@@ -102,3 +102,9 @@ test.must_match('test21' + _exe, "This is a .f95 file.\n")
 test.must_match('test22' + _exe, "This is a .F95 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 029d9872895986bb654386085cb1b603318d1c73..1f9734a562601438a024890776b48383a4eb57f7 100644 (file)
@@ -70,3 +70,9 @@ test.must_match('test01.obj', "A .f95 file.\n")
 test.must_match('test02.obj', "A .F95 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index beefb282b3b8cd9b20cd42a955f84525ae5ac783..119629df71154c5ebf19fabd24a6f946511e4498 100644 (file)
@@ -93,3 +93,9 @@ test.must_match('test09' + _exe, "This is a .f95 file.\n")
 test.must_match('test10' + _exe, "This is a .F95 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 59fd9b6342b5445770e2a97e3d57f01ae2f4d1f2..d89839baebef7dacab532fa83d28776bb308b775 100644 (file)
@@ -83,3 +83,9 @@ test.must_match('test05' + _exe, "This is a .f77 file.\n")
 test.must_match('test06' + _exe, "This is a .F77 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4b9ef83e6293e2a6bce5f4d28b0da209876f351b..86fd9f545bdbbb3acf9feaec674637c79f84a61c 100644 (file)
@@ -155,3 +155,9 @@ bar.Program(target = 'bar', source = 'bar.f95')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index edd50a0b0b64da0093e3ee114b6442e7353053a5..96f2749c3bd517a97e2456bf9c3a464165d02682 100644 (file)
@@ -141,3 +141,9 @@ bar.Program(target = 'bar', source = 'bar.f')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 472a88db7545979e39be031538283aebba8bf192..6948b9651a7b4fc242caa671abe4a56784c7c427 100644 (file)
@@ -82,3 +82,9 @@ test.must_match('test07' + _exe, "This is a .fpp file.\n")
 test.must_match('test08' + _exe, "This is a .FPP file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1f3e29159ce8782e9bf73bf9e7ccc991969106db..ba923d34be43f117fc129b613ea487d47dff1f29 100644 (file)
@@ -94,3 +94,9 @@ test.must_match('test07.obj', "A .fpp file.\n")
 test.must_match('test08.obj', "A .FPP file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index dfdad020433d7d0f83ac4d146b227662d5c57443..92e30ead5717198222b3477233d796201ca016ea 100644 (file)
@@ -86,3 +86,9 @@ test.must_match('test07' + _exe, "This is a .fpp file.\n")
 test.must_match('test08' + _exe, "This is a .FPP file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 14656896276ade4f399ead96410f5f2004ccad9d..8ba0962359e6b907c699d99a7816459628d3833f 100644 (file)
@@ -81,3 +81,9 @@ test.must_match('test04' + _exe, "This is a .ffake file.\n")
 test.must_match('test05' + _exe, "This is a .f77 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4f140a800b60cbdbb9d03dac089794c6b49556ec..3424bfd8f76df28f4a59922c03e880ac39837a90 100644 (file)
@@ -145,3 +145,9 @@ bar.Program(target = 'bar', source = 'bar.f')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 62e3935af1b22b5d2c9e527b2f27227472b77735..96a341a126366c09226a26f1ef3b8e09d6aded4e 100644 (file)
@@ -99,3 +99,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:
index bf99b5b9ba0e208d1ab1fe91b8e36d9ee2aa6db1..ee01aeefe0da0b436920b57c95e9451788c928db 100644 (file)
@@ -327,3 +327,9 @@ else:
     test.run(arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 353405b9f800a5e975b0ffb4e4262b9e4c130081..583b71b855d5c7fb8d166823623a09e360f3e2b9 100644 (file)
@@ -164,3 +164,9 @@ test.must_match('test1.o', """\
 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:
index 63bca4de26c75f460d8281f25e3ac5b0e5b173b7..9cc569ad52957600710d4eb75291ba752774ab21 100644 (file)
@@ -140,3 +140,9 @@ bar.SharedObject(target = 'bar/bar', source = 'bar.f')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1e35b2009b67854e1fe86fd43b6eaf12aff1ef6e..c99207fb5ab2d027a260046c9836a61cc93d3f1a 100644 (file)
@@ -89,3 +89,9 @@ test.must_match(obj_ + 'test09' + _obj, "This is a .f77 file.\n")
 test.must_match(obj_ + 'test10' + _obj, "This is a .F77 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ec698be21bba4fd51fdf03e8f7491bdcbae6a2ba..9ca6631dc4357e0f409a687b44e1f719df1a5bbf 100644 (file)
@@ -78,3 +78,9 @@ test.must_match('test09.shobj', "A .f77 file.\n")
 test.must_match('test10.shobj', "A .F77 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index aac7b9deee6cfaa919d778805f0b1d57c7f6557d..f3939b627642098e1d0792bcf86d9547c70737b3 100644 (file)
@@ -123,3 +123,9 @@ bar.SharedLibrary(target = 'bar/bar', source = 'bar.f')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ea6731332145a5b37830c23c207b3fb86d214fd2..00e9d2af5f05845d015954fb8fce383d2a47210d 100644 (file)
@@ -140,3 +140,9 @@ bar.SharedObject(target = 'bar/bar', source = 'bar.f90')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index fab31939bb2f43ae6e63a91882d0401f4540a03e..415cb9b6fd1261b1396094c17eb26b316ac43427 100644 (file)
@@ -99,3 +99,9 @@ test.must_match(obj_ + 'test21' + _obj, "This is a .f90 file.\n")
 test.must_match(obj_ + 'test22' + _obj, "This is a .F90 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f52d2f204309707cfe819e3094ab7c8fd8d19775..61045eeae025373355b58e3e235b34362bc18f0f 100644 (file)
@@ -70,3 +70,9 @@ test.must_match('test01.shobj', "A .f90 file.\n")
 test.must_match('test02.shobj', "A .F90 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5e8e996c31e83ffb6085070100e655f1a6b26f4f..88ae6560e09afddf3f68aa9a85e996e9340cd875 100644 (file)
@@ -146,3 +146,9 @@ bar.SharedLibrary(target = 'bar/bar', source = 'bar.f90')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 18f03b25f6a7d3d50645f76e985e3cf50ca2b504..a6b1f6d105fefee21ec056d9b9defe22dc3677b8 100644 (file)
@@ -141,3 +141,9 @@ bar.SharedObject(target = 'bar/bar', source = 'bar.f95')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 26557e55fb8a9ec35a7522d5708d0fef15aa9fa3..0984b20c9c90cc463e6ca63f2be75ad6708beeb9 100644 (file)
@@ -99,3 +99,9 @@ test.must_match(obj_ + 'test21' + _obj, "This is a .f95 file.\n")
 test.must_match(obj_ + 'test22' + _obj, "This is a .F95 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index fdc176ffb8eccd810894b2132fab1663aef9a24b..01247276c8e81ccfdb82f3a769b57484eadfb16c 100644 (file)
@@ -70,3 +70,9 @@ test.must_match('test01.shobj', "A .f95 file.\n")
 test.must_match('test02.shobj', "A .F95 file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 50f61d62fd7c3fe3951beacac3e306e35368bcc8..e3d36a04cd3a30c7b4c3476d0de862989fa2dda0 100644 (file)
@@ -150,3 +150,9 @@ bar.SharedLibrary(target = 'bar/bar', source = 'bar.f95')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d6f428dd72d62876561cacb18d44fdd66bc78a7a..2e4bd61ea2e6a3204f5aed3fe98b8b1c4a3c4c8b 100644 (file)
@@ -135,3 +135,9 @@ bar.SharedObject(target = 'bar/bar', source = 'bar.f')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 222cb89a27b46e104de50ea1929a5895ad44a0ad..f89358dac936dfc957abc95d86b2fd1e9b8a98b2 100644 (file)
@@ -81,3 +81,9 @@ test.must_match(obj_ + 'test07' + _obj, "This is a .fpp file.\n")
 test.must_match(obj_ + 'test08' + _obj, "This is a .FPP file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7d31392649f4c41df568ddcc8e76f5d8427cfdf8..a2cf47cb1b947475244f0b791c9b5921791bb4d6 100644 (file)
@@ -94,3 +94,9 @@ test.must_match('test07.shobj', "A .fpp file.\n")
 test.must_match('test08.shobj', "A .FPP file.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1ec215d778cc063002cdf408187aa11f1d60b56d..90f0c65adc816e6341689402328d7c36cc97de52 100644 (file)
@@ -138,3 +138,9 @@ bar.SharedLibrary(target = 'bar/bar', source = 'bar.f')
     test.must_match('wrapper.out', "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 99b7d6939730d125a5308ec5dc6727eaf3e0de62..266699261e215f149cb5a3ef38d9d90a9528d37b 100644 (file)
@@ -87,3 +87,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:
index 0d991b67e41cbc9f291fd4551e2601532829be74..fe3f46c5ef3cf73363a3eb21ca271b626572b578 100644 (file)
@@ -64,3 +64,9 @@ for l in infile.readlines():
         outfile.write(l)
 sys.exit(0)
     """)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ae0ff67c89676053f2a3275e25147026139d44a3..a29558e5e6c557359821e0293c5ef6465c0be97b 100644 (file)
@@ -147,3 +147,9 @@ test.must_match('prog1.exe', "f1.cpp\nf2.f\n")
 test.must_match('prog2.exe', "f1.cpp\nf2.f\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 32f283fd66b4ea9c078c734b9872420481d45262..def1e5cb6da6ad2a43dce463a910e66245d0cbba 100644 (file)
@@ -112,3 +112,9 @@ expect = "myfortran.py wrote %s\n" % somemodule
 test.must_match(['subdir', 'build', 'somemodule.mod'], expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5246f314579383dcc28f7267ebefabe947f6dca2..532c379218ab765e19213411a51ad57affb0fe61 100644 (file)
@@ -110,3 +110,9 @@ test.must_match(test.workpath('f6'), 'f6.in\n')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 69987301ac27ea8945a9bc4cbd8a197ddce9c1da..6ee5cc35f525970ff8be967cc811d0c02ab1768f 100644 (file)
@@ -140,3 +140,9 @@ test.must_match(test.workpath('f6'), 'f6.in\n')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3c11be810fec7a6a0fd5b78a2a37b53509729457..d3a9f77a20d9561983be4443ef3c6decb9b1d86a 100644 (file)
@@ -237,3 +237,9 @@ test.must_not_exist(test.workpath('f15'))
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 37f95559c08d7b548a026bbe759ecfb50553ab10..f20704e0861c3b0b028079fc42dc67380ae91ece 100644 (file)
@@ -52,3 +52,9 @@ test.run(arguments = '-q -Q --help')
 test.fail_test(string.split(test.stdout(), '\n')[0] != expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4c1fadd68f71e639d615c0f3f7f97cdb82a146e8..929f8d051bc733b3cc7401ae90a8a20b796f9a12 100644 (file)
@@ -51,3 +51,9 @@ for option in option_list:
 test.run(arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ab253696cd33f4dda1db167b1b27de0b0120bbc9..c2e5dd73b8c3c647073e0fa07edf306eb593ddf4 100644 (file)
@@ -115,3 +115,9 @@ bar.PDF(target = 'bar.pdf', source = 'bar.ps')
     test.fail_test(not os.path.exists(test.workpath('bar.pdf')))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a41c8005351f299e1ff2bc9ef4d44f32919277b4..b43bc199413daf29e674f9d217934f8351fcbe7a 100644 (file)
@@ -61,3 +61,9 @@ test.must_match('aaa.pdf', "aaa.ps\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 923aee39dd8875f127491e9a4a92b587f62bd705..acd1132bdd56f23e25b603fd71ac05b748ce455d 100644 (file)
@@ -65,3 +65,9 @@ test.must_match('aaa.pdf', "aaa.ps\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index eab925d87ae6fba39b0b91e244d86e5f0459e271..057977e64780544b2b9e950a6f81bf638a9d347d 100644 (file)
@@ -111,3 +111,9 @@ foo.PDF(target = 'foo.pdf', source = 'foo.ps')
     test.fail_test(not os.path.exists(test.workpath('foo.pdf')))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bef9bdacd7742a9566045761f8e2a7f63d929580..2b0a5bb18dfb1908a8657f38eed2458bb7f5acc7 100644 (file)
@@ -121,3 +121,9 @@ test.must_match(['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:
index 5f29b21a4a4d223aea0e2cdbf6852a21dbbff4a8..62226ce0b12d593df54fb28c64d34b3633af35b9 100644 (file)
@@ -69,3 +69,9 @@ test.must_match(['var1', 'f.out'], "src/f1.in\nsrc/f2.in\nsrc/f3.in\n")
 test.must_match(['var2', 'f.out'], "src/f1.in\nsrc/f2.in\nsrc/f3.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2e7427a33e622e7384790433dcc9502df1d481fe..d985a7359ed18772aa34463ac5b4cb1a11022b75 100644 (file)
@@ -57,3 +57,9 @@ test.run(arguments = '.')
 test.must_match('f.out', "f1.in\nf2.in\nf3.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1effcc19f21340dbf0a33b06784ce88050941ec4..b09aab95c43a601c77e1a8f4f411c383f34bf9aa 100644 (file)
@@ -84,3 +84,9 @@ if test.match_re_dotall(test.stdout(), r".*(-L|/LIBPATH:)src[/\\]util.*"):
     test.fail_test()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4142fc04361726cc0ef269fac2ec0e0fb9f3c166..33baf3713e27134bef795b5d7a5baa79510ffa4d 100644 (file)
@@ -86,3 +86,9 @@ test.must_match(['var1', 'f.out'], "src/f4.in\nsrc/f5.in\n")
 test.must_match(['var2', 'f.out'], "src/f6.in\nsrc/f7.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4852790539c918b72a1feaf9fcdebf4e2fd82b30..1ef04214a0800a5b36a1b5ac4c823c1afe41c704 100644 (file)
@@ -70,3 +70,9 @@ test.must_match(['var1', 'f.out'], "src/f1.in\nsrc/f2.in\nsrc/f3.in\n")
 test.must_match(['var2', 'f.out'], "src/f1.in\nsrc/f2.in\nsrc/f3.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b4e89e8af351e6ae475c30cd2685614c0b1dddba..0255ff836cf7031b31788bc8d58fbec2e9250a7d 100644 (file)
@@ -58,3 +58,9 @@ test.run(arguments = '.')
 test.must_match('f.out', "subdir/file.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e6aa3ca930fe2e35af1ab63eb25e5852c7d1cd11..abf2bb4fddbab9160a8ec092c874701f78d87758 100644 (file)
@@ -58,3 +58,9 @@ test.run(arguments = '.')
 test.must_match('f.out', "f1.in\nf2.in\nf3.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a47d22cc3fb04c4d22b16a7d07ac23831b4bff7a..5a7fdbe09bc3abca45505c0f1c8140941e03e629 100644 (file)
@@ -83,3 +83,9 @@ void a(void)
 test.run()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 84a6a4a6487a3ea222fbe78c3b71552e6425a746..071a0f43ff9bed28b280de6ffdaa3b70993002f0 100644 (file)
@@ -114,3 +114,9 @@ test.must_match(['work2', 'build', 'in3.h'], src_in3_h)
 test.up_to_date(chdir = 'work2', arguments = 'build')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d6e71ea3fa910bb73966cc6a446f08c1ae8598d9..747fe597eceafc228832636efda84a1aa12bf7db 100644 (file)
@@ -83,3 +83,9 @@ Use scons -H for help about command-line options.
 test.run(arguments = '-h', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2aaf9fe1a451e78d41d0750271f09cddcbcd7af0..f71ceba5ece68ddf805973aced707d2db383d881 100644 (file)
@@ -68,3 +68,9 @@ Install file: "foo.x" as "foo_x"
 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:
index b28556829384f81d44e3bd0cb716fa0c99be5c6a..9005d6b91c05e5dede290ed3a9d3386f9d162251 100644 (file)
@@ -71,3 +71,9 @@ test.up_to_date(options = '--debug=explain', arguments = 'aaa.tlb')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8c3a15a70fd96bb3b7b8fff67dc6b76bb36136b6..472526adab1a2fdeab05fea9c16f60db5ea9cdeb 100644 (file)
@@ -65,3 +65,9 @@ test.must_match('aaa.tlb', "aaa.idl\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ac9597cdf283de693dd154f7c6cee31a445bd137..bf4f58cf9168b69b48f7b481675305014ea46c49 100644 (file)
@@ -442,3 +442,9 @@ test.must_not_exist(['build2','bar.lib'])
 test.must_not_exist(['build2','bar.exp'])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 15cf4f3cb8f2d6b0ff201248069d21ad96e76ed9..0716e11f856aeff2a2686c2bc141f467a6b25cb5 100644 (file)
@@ -113,3 +113,9 @@ env.Ignore(file1, [[file2, 'file3']])
 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:
index 65770d2597409f1f5c8a75fff906d88eb1b7c9f4..da66157aa05e77d71dcb07a744c68abc4bdb107c 100644 (file)
@@ -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:
index 0b515581bba5a6a65ba0b00c747df4f8c37661eb..0cc5fcef62bf3aed42af3f0d4177dbf2a31e6e01 100644 (file)
@@ -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:
index 8c52015795fd76b950dc219902c48e8a980b39f0..8c461a74a5ce648f2b1cd74b99a4182e5c2afeed 100644 (file)
@@ -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:
index ba832597d0b6a083ad765d114600ba7a434d18d7..fe860b0021e5515eccf2788236b012a454c7f0e9 100644 (file)
@@ -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:
index 5a795afcae32739eb93d94dd84e405b1a281409c..74a7ac591c9f41218529ab1b99e9615418de6647 100644 (file)
@@ -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:
index e033b530c48101e9d38b522dfdff0de245e641e4..a7a6eb81c83131cb4f432efe7eb0b40b62ea83da 100644 (file)
@@ -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:
index 51538eac75110b9719ee01e8fcee3ab8cd5cd032..3eb24f779147057c5220033da0fb65503a20ae01 100644 (file)
@@ -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:
index 32e61a18d521856f08e299280e268633325b2ada..020cd3acd55e3e351f19e1a9ae26fa24c9acc559 100644 (file)
@@ -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:
index 4f09b73e12dd4d2dea138e3264f56c8a4b367a0b..1e49584bc87df1606f79414dec429f64025f56d2 100644 (file)
@@ -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:
index cdfe41ca0ebf3d8479e0ea0c63a21133cd676a98..e36d11db6ae6c7a1fc911f2d538099c1e82dcd5d 100644 (file)
@@ -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:
index 068e0f38d0be92b2175de7dc9cb250f1f3ed1606..58d6efd1556dafd79b4064d436d6dd568d79dc1d 100644 (file)
@@ -57,3 +57,9 @@ main()
 test.run(arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index fc05b9ab1d4d4814d971d197954bc888462f7172..ab4c64c90dec489cb0fc0b57ac25c27cf2405663 100644 (file)
@@ -83,3 +83,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 36ebf2fb6fa526c67c04364bf2aeefea67779743..3f4db829f661b6f84ff92c66e8834ac2335dcd17 100644 (file)
@@ -94,3 +94,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d6205e29c8ddb5486acfa39756b1cb7845d5f42a..9429568290bee1a9afcdd353715db2d2db9ea8cc 100644 (file)
@@ -84,3 +84,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ca7c92f5cc02f1e37b22b394dbf5278f66c3df84..86a473de2c360d236a0a1e0bb371d1eff9a9d252 100644 (file)
@@ -113,3 +113,9 @@ test.run(program = foo_exe, stdout = 'foo.h.in 3\n')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4c78f69c2513c6b122f6b86dd9bf23a6621238ad..31a7be7de43f6195da7c36f2b556ab51623c6b6a 100644 (file)
@@ -82,3 +82,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index dab51596048a9b01ba78cfd8cf4825ff5eb921fe..68bedb82e52c3d8d560d2f29df38cb9cb9ff57d3 100644 (file)
@@ -115,3 +115,9 @@ test.finish(scons, stdout = expect_stdout, match=TestCmd.match_re)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0fb8435c8d89591303a9eb31c6283b85527d325a..ef986db4104d661e4a33a26418986db8b3937237 100644 (file)
@@ -113,3 +113,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8fd3f920deb47a0096594e136f3c99b363d98634..2fb749418e718de0602254a85dae21383464a991 100644 (file)
@@ -111,3 +111,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c1fe4873443934a8410bf33068dcd13ae1a9c6c3..e3fe96c34983b53891aa3b3e3bffef9dc32b7856 100644 (file)
@@ -113,3 +113,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4f4f80de5664fb8de71a70a14aba57af790bc609..b2a7bb70a2de9a768f57799be7328f4758bf525e 100644 (file)
@@ -103,3 +103,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index df06d5da1d8a95b5e52b6616d003892da529ab90..9058499082397395f42938392f3411cc42446b16 100644 (file)
@@ -62,3 +62,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 75f460faf181344e9f0a61918f465e0fff446033..122d875c4533cca7c4f4042f0e4e5e55fc041169 100644 (file)
@@ -149,3 +149,9 @@ test.finish(scons, stdout = expect_stdout, stderr = expect_stderr)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ef4c5783f88775fc86124afd7bbac4cdcedc584e..6020bdecfb29088a8161a3464a225b7b37047ba0 100644 (file)
@@ -83,3 +83,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b69264b7f90ea21339e5a1a3ba521f5df7e94e39..8975e900490a76954d006af3b6abdb0334b04e8c 100644 (file)
@@ -140,3 +140,9 @@ test.finish(scons)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4c02fa7281f1ad4fa28b944af011c60add9d7bb1..19b70c1c01d58b8410c96ae50cf2515ee54e8ba0 100644 (file)
@@ -81,3 +81,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a2935a7047c98037845f0fde1425b3db8966e8d1..2ea1f04bfb865408c9d8b8b107ecf7e34754340f 100644 (file)
@@ -104,3 +104,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 29bba88b224f75891f1178e62428c051ce6f87a4..279fc51ca28375e4f60a6711f4c1a07b42beb9e0 100644 (file)
@@ -162,3 +162,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f15605e9377d47700f759982cb52bd181ca00ce8..2a3251817f179c2e954a171265ded6ec951bc862 100644 (file)
@@ -106,3 +106,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f5ee1e3e680700b5bf0e2c4c959677731fca6320..2bdaa3401dfa43a9a537d9a2fd8164704f7f17a4 100644 (file)
@@ -77,3 +77,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 167d581fb54ebaef665460cbd1d8a90e1d65c6d0..59b79ceaeaeb4a902a47034a3fb8b13cca514c59 100644 (file)
@@ -77,3 +77,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e85b9ea67deda99eb23a4d6aa4f99f860fcdb14b..7fb776e54c4e69900edc8e174b9d4219e5f4950d 100644 (file)
@@ -85,3 +85,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5b35f87e5f78605ca8fe9345f16b6b8c3e498dae..4e4907a0761e1b0f9b479bf749a63e9ec07de1b0 100644 (file)
@@ -114,3 +114,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4ccf46bbad60c73b91d3f9ae8804a2a8a575b01e..48089e35f37060bfb765b0e977fa46fb4c6d45e8 100644 (file)
@@ -111,3 +111,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index fcf35c6ef20cad7f1ae97c66051ae0c327d274d4..61faa229e6872f143faec4577cec42e28e26423a 100644 (file)
@@ -87,3 +87,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2b773780f86657457f5e26a128343b78212ffc5e..1063cc04c2c7f89c5218e0dc3d28453487e06dd5 100644 (file)
@@ -64,3 +64,9 @@ test.finish(scons, stdout = expect_stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 68ee2a3251e407ad0d5953b1975cbec5f8423162..f36bd0a42a8ee31f8c8ba2b10e401811d5f116c5 100644 (file)
@@ -111,3 +111,9 @@ test.finish(scons)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 37163a311b2ff9d1cb10f7a22f931f441d9db88b..f948db7ac3ca278a28d872e080cda12d7711b6e6 100644 (file)
@@ -80,3 +80,9 @@ if not test.match_re(stdout, expect1) and not test.match_re(stdout, expect2):
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 34657ff7d2c46e92daca8c0c5704c293315a17da..ca12ae4c1e6b67a5c6962f6ff7178cccd68a2882 100644 (file)
@@ -248,3 +248,9 @@ test.must_exist('bar.jar')
 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:
index a3f2ec4f0adb5dc7dd892211b4b08bd3b4f02181..e3f22db8063a498f7abc8ae76c844224804188b9 100644 (file)
@@ -115,3 +115,9 @@ test.run(arguments = '.')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f03cd9f7636f84489e6b697d0eb608ebf03d78be..a51ea5a666b3b0d177c8ae1b84d3442a8048d962 100644 (file)
@@ -63,3 +63,9 @@ test.must_match('test1.jar', "file1.in\nfile2.in\nfile3.in\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 35404ce22b576e231cb2be0c724f92913a6ad92a..4358f6b53173473734b2ebd354e3ae6ce889a228 100644 (file)
@@ -67,3 +67,9 @@ test.must_match('test1.jar', "file1.in\nfile2.in\nfile3.in\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 03a222b819a6b53c549648cb51986cea0c3add83..73064267d15933090e9dcd939c17244212b0ee43 100644 (file)
@@ -78,3 +78,9 @@ test.run(arguments = '.',
 test.must_exist('test.jar')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5962b9457679114eb3e44088d0a7b678c7d427cf..e448165adaf25623c3bbe0b937e0b9507b60bdcd 100644 (file)
@@ -93,3 +93,9 @@ expect = """\
 test.run(arguments = '-Q -n .', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index baedac0f9ef79a23fb896862a0270bcda062006b..bb823fce5a203cc5865708bbcbd28142b20cdc79 100644 (file)
@@ -97,3 +97,9 @@ line 3
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b6a30e934e52b2c5e6a5a2b5e78d8f1cbde82fab..c4eaa9282f9cb7ba2a71a045884926647b512de3 100644 (file)
@@ -66,3 +66,9 @@ test.must_match(['classes', 'file1.class'],
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 88fa31daa9eb5b476ebf66f5bdb1d6ae3868620a..23e7dfbd225ff55b9df407c8c2d9520bd11e9a95 100644 (file)
@@ -77,3 +77,9 @@ test.must_match(['classes', 'file1.class'],
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e2870549054953ee0a66006b01aba803a6ca39e4..d86c267c1bdc1b1f39345db7e9263874c2cb71b3 100644 (file)
@@ -64,3 +64,9 @@ test.run(arguments = '.',
 test.must_exist(['classes', 'src', 'Example1.class'])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 11f7c2c4be2ddda08dee427cd5ad93a8065d673d..bc3bb21221223ae7f3510b575c7bc5f6bda1ecbf 100644 (file)
@@ -89,3 +89,9 @@ test.must_exist(['outdir', 'com_Example2.h'])
 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:
index 32ad11957f2850f7fd81eb2449d1c2703b6ae245..2518928b7e73b12bbba555f87f5fe3132dc94fc1 100644 (file)
@@ -299,3 +299,9 @@ test.must_exist(['outdir2', 'com_sub_bar_Example6.h'])
 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:
index 73067c6191bd257e92c16c7e1059e6f6a893dedd..10303801f709b2cc01b4a7b46f7a5c8f757a0147 100644 (file)
@@ -67,3 +67,9 @@ test.must_match(['out', 'file3.h'], "file3.class\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8ee57670b40fb0229c821bb2209c2b56270fdc4b..f3185240fc32058ab136eae40efb0607d0b9a57e 100644 (file)
@@ -83,3 +83,9 @@ test.must_match(['out', 'file3.h'], "file3.class\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 87e90add02226d02dfff0ccb6e66511df10a18a6..5f19004b8956ce37a065b8a1245baa77cac61ff2 100644 (file)
@@ -72,3 +72,9 @@ test.must_exist(['bar', 'classes', 'com', 'foo', 'test', 'TestFoo.class'])
 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:
index 0906513d3c1e43b2d23fd1cb352c680fe5bef267..f0f5a93fa7a78df7b9d706da94301a9b7dac4045 100644 (file)
@@ -396,3 +396,9 @@ classes_must_not_exist('class5', expect_5)
 test.fail_test(failed)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 20ebc250921ea455a539d3645d24d721fdb6e096..e769c2225284cfb7b54d6eb1ce6aa95b68fed2a4 100644 (file)
@@ -392,3 +392,9 @@ classes_must_not_exist('class5', expect_5)
 test.fail_test(failed)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 649cf010fe4f015d04985de8e7f60df697ed98d7..d107e321862b368a7724edba7b78b3dcb88edc8b 100644 (file)
@@ -392,3 +392,9 @@ classes_must_not_exist('class5', expect_5)
 test.fail_test(failed)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3340707ad3b5193e4dbb4de599f9a8268f912b13..0abf5a4e59f1b1836f04c3275ea4e16566c09602 100644 (file)
@@ -325,3 +325,9 @@ test.must_exist(test.workpath('outdir2', 'com', 'sub', 'bar', 'Example4_Stub.cla
 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:
index e8a56553e2a492d748b4af70576eb47f5370ed8a..6bc50da4049ed6c1c04495758839bd8a2fb4d051 100644 (file)
@@ -77,3 +77,9 @@ test.must_match(out_file3, "file3.class\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a92bac53811f202b24873956ae88861b5b890725..8981ed7e0605d3fa92f927557f8e46521e5c8010 100644 (file)
@@ -83,3 +83,9 @@ test.must_match(out_file3, "file3.class\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 34e814b3ec6131abd98b50a7eb1de8b65c3bc8d2..19b81674eec93b7170d790deba9dfe6018a773c6 100644 (file)
@@ -570,3 +570,9 @@ if not os.path.exists(p):
 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:
index 3550e7684335fb42572c96a1d8492366e86d054d..7772c572f5e7e2782478072beea38377706ba359 100644 (file)
@@ -99,3 +99,9 @@ public class Test {
 """)
 
 test.run(arguments = '.')
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d0233f6a6b4805210148dec7ea0f74de988b6b59..20375249ddb7cfb42b19fea778c80d647dbcde55 100644 (file)
@@ -106,3 +106,9 @@ test.must_contain_all_lines(test.stdout(), [expect])
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 63d1d92aa3b3f18b55902bd8067b177b73743935..bf263cf3975d3ee66bbfa15404f8d7b7e715902a 100644 (file)
@@ -118,3 +118,9 @@ test.must_not_exist(['class2', 'com', 'Example4.class'])
 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:
index f71ab31ece8433d6a58210d278970b6b53acdb68..2c53f0c4bb1019c3fa13b46dbab911c5cd966e48 100644 (file)
@@ -133,3 +133,9 @@ test.must_exist(['java', 'classes', 'foopackJNI.class'])
 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:
index f19c2c0e9e4f76004f7e8594e30702459e8b6e3e..d0f1207697b3e6a140ed754526e2cecf9acd2487 100644 (file)
@@ -116,3 +116,9 @@ for i in range(2):
     runtest('-j64 --random')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 94692dbbef45bd10283d655d7126ceac713efe98..7964063b4ab88bacd35f2d787274127219db2ea8 100644 (file)
@@ -72,3 +72,9 @@ test.must_match('ddd.m',    "ddd.lm\nmylex.py\n",       mode='r')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7ce8a15c46e84678ee0527812255e491a9444acd..f496f9513439b087197a398d10d886815e929f28 100644 (file)
@@ -64,3 +64,9 @@ test.must_match('bbb.c', "bbb.lex\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a06c20c226707c7803ce4603e937ec1d82fe350f..fa0bbf191f9d0c931dc27c04e8859165aab02eaf 100644 (file)
@@ -69,3 +69,9 @@ test.must_match('bbb.c', "bbb.lex\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1555142c6a7e2cf181512176d31afdc3ad63ce52..7d7aff1717fc1a76d42dde1e68df12aa62248c8e 100644 (file)
@@ -74,3 +74,9 @@ test.must_match(['out', 'aaa.c'],     "aaa.l\n -x -t\n out in\n", mode='r')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e917039a5a45ca400ce00216e6835b1feb621ec3..da51175353c165307957609beb5b091533f676d5 100644 (file)
@@ -101,3 +101,9 @@ test.run(program = test.workpath('bar'), stdin = "b\n", stdout = "Bbar.lB\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ede03f5c3d48fb3ae50b04c33f311d6f01d616c6..851ddc9dba6cad3a866be97eb9358267e10de456 100644 (file)
@@ -84,3 +84,9 @@ test.run(arguments = 'bar' + _exe)
 test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index db8a22150ce72f4c41706040ccb64f045e523908..b3c56d6451787b00559021033becb42063833679 100644 (file)
@@ -71,3 +71,9 @@ test.must_match('test1.exe', "test1.obj\ntest2.obj\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9eb40271c43ccc6fe28978a2dcd78932a5b6aed0..045574cddb88d286d75877a13a0e48cebf7e6ba4 100644 (file)
@@ -77,3 +77,9 @@ test.must_match('test1.exe', "test1.obj\ntest2.obj\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d80960d197b2a7941ac3792c64107afa314037ec..78385f1b25e7bebc1cbb094a71592f6db6d626a7 100644 (file)
@@ -85,3 +85,9 @@ test.run(arguments = 'bar' + _exe)
 test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 296845c21038f522e5d490762f51387033daa736..c9be8bf8b8bf14d7824bd21eec606647f80d36d5 100644 (file)
@@ -82,3 +82,9 @@ test.run(arguments = dll_ + 'bar' + _shlib)
 test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 667564e46411c39af50b17eba983f8b5ae685e17..23b049c2997d328a6e367a68d9b743086400871b 100644 (file)
@@ -88,3 +88,9 @@ test.must_match('test3.dll', "test1.c\ntest2.c\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a3dc2cf30282fe1137b388a6302f503d9899a61c..1d93b75fcac2d36ac4182a5e6235054243859751 100644 (file)
@@ -94,3 +94,9 @@ test.must_match('test3.dll', "test1.c\ntest2.c\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 51a8f7c9dcad9c5d542e621f1a6988701f0a03ed..924fafd712f774d901183afe919214fe73899f6a 100644 (file)
@@ -84,3 +84,8 @@ test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
 
 test.pass_test()
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e52cb9fada74217fa57db35233a2916cd3a8c916..b5a1b54b6a611814df3e1b1a08855f9e28e38764 100644 (file)
@@ -173,3 +173,9 @@ test.run(arguments = '.',
          match=TestSCons.match_re_dotall)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a71e967320293f338f8022bf651d3d0c6a09148a..764fb4e569e9e1d7d39be2080a663940be1581e6 100644 (file)
@@ -36,3 +36,9 @@ test.write('SConstruct', """
 test.run(arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1e5d6c2bdf83b58f7cc466ab8b9061fb4dcf5a06..1b284588c3180d6ce7d3a3152ccbe08ec8b8b2b6 100644 (file)
@@ -75,3 +75,9 @@ test.fail_test(not os.path.exists(test.workpath('xxx-foo' + _lib)))
 test.run(program = test.workpath('prog'), stdout = "foo.c\nprog.c\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e9f654512344294f786f77a9d426c8d620b88500..fa6295a50a88cff4e2357089abc9eeb5758b6735 100644 (file)
@@ -287,3 +287,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:
index a71e967320293f338f8022bf651d3d0c6a09148a..764fb4e569e9e1d7d39be2080a663940be1581e6 100644 (file)
@@ -36,3 +36,9 @@ test.write('SConstruct', """
 test.run(arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 29cbb18ea2aaa3a673ac047b3b1f6263a97cd592..4426e6033d3ab0228cf5bfd4fcc487c34a5a6a70 100644 (file)
@@ -75,3 +75,9 @@ test.fail_test(not os.path.exists(test.workpath(lib_ + 'foo.xxx')))
 test.run(program = test.workpath('prog'), stdout = "foo.c\nprog.c\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4bcb2c7deba2d606f49e3fb20f9c60536303439e..b603926a4decc6679998888a5a8abb505f50350c 100644 (file)
@@ -165,3 +165,9 @@ test.run(program = test.workpath('uses-nrd'),
          stdout = "nrd\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2af6a96cc73d59cec83c6801d9034e5ad8ba5c24..c46b5aacc7d597af0cf9db2dcc852b570f8fa0e8 100644 (file)
@@ -51,3 +51,9 @@ test.run(arguments = '.')
 test.fail_test(not os.path.exists(test.workpath('shlib-foo' + _lib)))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e2509fabf46afb78b971c17d20a1cdc7ad28fada..31fe8ba8c7be1e397883e498deec86d48e9b3988 100644 (file)
@@ -51,3 +51,9 @@ test.run(arguments = '.')
 test.fail_test(not os.path.exists(test.workpath(dll_ + 'foo.shlib')))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b688a0bd13e4b9e557774f20cb1fad8a7b5cd7de..1bb91eadb4cab27e9d09109c18cc549a57ff3dee 100644 (file)
@@ -282,3 +282,9 @@ main(int argc, char *argv[])
              stdout = "f4.c\nprogbar.c\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f9d147118127001c57f6b51eeeab2cd7d267c8a9..fb0bc22eb6aa743ef4cd7c76b6a96c3e5fa65367 100644 (file)
@@ -259,3 +259,9 @@ for t in tests:
     test.run(program = test.workpath(t[3]), stdout=expected)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1c4ae31038062ff23bff0d2d846aed89d677886b..4c69dc002c10b3a7c9c0746630ed5007880b1c08 100644 (file)
@@ -117,3 +117,9 @@ if sys.platform in platforms_with_dlopen:
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d7d87bd53e41ca14f533d7c1e93e14398531c701..9f877ee57e89465919f8de9a837ff40e19f12040 100644 (file)
@@ -103,3 +103,9 @@ bar.M4(target = 'bar', source = 'bar.m4')
     test.fail_test(test.read('bar', 'r') != "line 1\nbbb\nline 3\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8c36d8674a516cb0e0090d051f48ef43417ebc87..9299645797e3f2b0c8ba2ad163d14ce6d7e0b3c5 100644 (file)
@@ -61,3 +61,9 @@ test.must_match('aaa.out', "aaa.in\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a9e91e68debf646160845cf7a7b2f0aa0080ca01..1425f5cbf935f29fe0966b9b2d3e093d048cae82 100644 (file)
@@ -65,3 +65,9 @@ test.must_match('aaa.out', "aaa.in\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 247339152c0794ba1553defeafd0e06614f80da1..308dd0ea019f4fe69e1ae3291a60e1562573242a 100644 (file)
@@ -61,3 +61,9 @@ test.must_match('aaa.pch', "aaa.h\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 23322d4a3b5eaab4ff0fafd0cfb54870c7f3b12c..a3ee99e10f63f14373826f382cb601578cae0181 100644 (file)
@@ -65,3 +65,9 @@ test.must_match('aaa.pch', "aaa.h\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8c5bb1406ce9f3c761dd7f411e72aa846392e752..6ffd11aecc76beeeb32fdac952aacf8b4f5302d1 100644 (file)
@@ -73,3 +73,9 @@ test.run(arguments='SET_PCHSTOP=1', status=2, stderr=expect_stderr)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e881bb58480fa15d587f458d60b965baaad0876e..babc4c7ddfef5266ea706db15cb2f851c2698d14 100644 (file)
@@ -62,3 +62,9 @@ test.must_match('aaa.res', "aaa.rc\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 96ccee09a9419709a5a89a0552ca8c0c02f14ccd..b346f4892a7f635788a0375d705d07574fdcbdd6 100644 (file)
@@ -65,3 +65,9 @@ test.must_match('aaa.res', "aaa.rc\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3776df7ef78bdf0d837ba20f9c5c2b5444992fcc..bc65f8292b8443f2e4c3a4901a1f67d3e72e98a1 100644 (file)
@@ -153,3 +153,9 @@ test.must_match('fake_cl.log', """\
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0b3c33201f4b34fee6ffe7fae304e35641528bab..40ef95e08b908f0a9a6abf4eba9adb1b890935b6 100644 (file)
@@ -68,3 +68,9 @@ test.must_match('my.rc', "generate_rc\nmy.in\n")
 test.must_match('my.res', "fake_rc.py\ngenerate_rc\nmy.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 19b9dcc2a8965e80909e6d939f54b671da019cc1..cfc61cd3eb33f001003b680a42c1941609f07e9f 100644 (file)
@@ -91,3 +91,9 @@ test.must_not_exist(test.workpath('build/StdAfx.obj'))
 \r
 \r
 test.pass_test()\r
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index fe464c4ca87b3b51b358522e260e5ef517a060b6..4ad562c5d34f7b300a3d1a91312c5f1b405f522f 100644 (file)
@@ -192,3 +192,9 @@ test.run(program=test.workpath('test.exe'), stdout='2003 test 2\n')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index feb3fd97bd584ab3d2add7ca2c85bbe36e0dfe14..053fd5a165ac85367515166849e091549d9cbed5 100644 (file)
@@ -81,3 +81,9 @@ test.must_exist('test2%s' % _exe)
 test.must_exist('test2.pdb')\r
 \r
 test.pass_test()\r
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 028b2de0570953ea0508f61893b693bda00f86a7..1ecb9a3243dbf3f00f693a420ab429e3236c2d89 100644 (file)
@@ -74,3 +74,9 @@ test.must_exist(['.build', 'test%s'     % _exe])
 test.must_exist(['.build', 'test%s.pdb' % _exe])\r
 \r
 test.pass_test()\r
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 00f3ee27f73aa16ce27a5b6d65e3a20d735f963e..d70989f0ec055b8feccbaccc6c03afab2bb17a3c 100644 (file)
@@ -79,3 +79,9 @@ test.must_exist('staticlib%s' % _lib)
 test.must_not_exist('staticlib.pdb')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 66a8a8b8f8738aaa34e1b9be8ea2275c169c6bfd..debe992e651d7a45934e98dc654aa5ee9986f089 100644 (file)
@@ -178,3 +178,9 @@ assert vcproj[:len(expect)] == expect, test.diff_substr(expect, vcproj)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3edd711eac1f77adb78b8946898bab5aa3a92a99..7c85a1682b96ce34f5e17c94ac488c7de384c861 100644 (file)
@@ -126,3 +126,9 @@ assert vcproj[:len(expect)] == expect, test.diff_substr(expect, vcproj)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 90655f45b852f72e543fd5f7a7b9506fb00be74a..c97bfc64e901b6e4008373e1d972c6ad4ee67e39 100644 (file)
@@ -103,3 +103,9 @@ test.must_not_exist(test.workpath('Test.dsp'))
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2b76db46c30d36bee45e3238e8de42970710bce2..36ce30c0f716209ce36daae98bf161c8f607926f 100644 (file)
@@ -92,3 +92,9 @@ test.run(program=test.workpath('sub dir', 'foo'), stdout="foo.c\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3e75626e70f9a42116fd3580c06d7431a0a0c153..945d6eb25e626d5743f6f43f9d94263f0c60896b 100644 (file)
@@ -77,3 +77,9 @@ test.must_not_exist(test.workpath('Test.dsw'))
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c642e4e27bf66d81df5618ccc49e6309443eda47..d248e6f7084bf2cdf8fc14042550e9543448dda5 100644 (file)
@@ -80,3 +80,9 @@ The real workspace file is here:
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bf44339768b1aeb3a535ced6c6fb692013c8ff60..8487ea981cc9c8f5d412fd9ad97281267948fe73 100644 (file)
@@ -104,3 +104,9 @@ test.must_not_exist(test.workpath('Test.vcproj'))
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5ffb35c10d6271b089e31367fb8712cbf9e7ad1a..29647bb002f715f08e424ddb97b156d7ff876660 100644 (file)
@@ -94,3 +94,9 @@ test.run(program=test.workpath('sub dir', 'foo'), stdout="foo.c\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d20b298bd17f31959ebce8b24780ad461a834212..46fe4dbd2892bd5dea3ce7efc5e965936e29b4c6 100644 (file)
@@ -96,3 +96,9 @@ assert vcproj[:len(expect)] == expect, test.diff_substr(expect, vcproj)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index eba00dc5ed6b9174564294c4b15cb612ca0010d8..cd41f01d3b56c40ad261899a7c9f5e7edf7c125b 100644 (file)
@@ -82,3 +82,9 @@ The real workspace file is here:
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2e8bb997bf64a7a36afdafd8a229392f2be613ec..1a3f3f405f82aaf44febefb592d09383a97f69d7 100644 (file)
@@ -104,3 +104,9 @@ test.must_not_exist(test.workpath('Test.vcproj'))
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0f99def4ceae8fcf295579e93d82907d382d6e41..5dd2a176badc6ef7218bdfda983b741b4bba9fa2 100644 (file)
@@ -94,3 +94,9 @@ test.run(program=test.workpath('sub dir', 'foo'), stdout="foo.c\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 35815db34a85958becb714bd8f463223b319de5c..70ee19a9a1f559586b7da06f2cc59146c1145a4b 100644 (file)
@@ -96,3 +96,9 @@ assert vcproj[:len(expect)] == expect, test.diff_substr(expect, vcproj)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f0b6ffb9a673ae18b2d04899c9b475bce8b46493..d506c9fe463dd70db65812d1ac45ab512a587817 100644 (file)
@@ -82,3 +82,9 @@ The real workspace file is here:
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4c023d0a9585aa32a9b559bbef5a6d47033fac09..d8a1d6f2757dc8dc7140eb7c29181ecf5108e332 100644 (file)
@@ -104,3 +104,9 @@ test.must_not_exist(test.workpath('Test.vcproj'))
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b43b2d4dd0a2dc3e444350ac4d83dfe7b7798121..ad61a5e514bff9e3faab4d495d5b4d02890b3850 100644 (file)
@@ -98,3 +98,9 @@ test.run(program=test.workpath('sub dir', 'foo'), stdout="foo.c\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 28e9f2a552b188623a6dcef50484735f4d237926..86dcfd257be5ee6c21be5d6e7ab881995876a6cc 100644 (file)
@@ -96,3 +96,9 @@ assert vcproj[:len(expect)] == expect, test.diff_substr(expect, vcproj)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6176981d3e0af91f3a80e486707f79aefd627126..22509cb5389860edb0e9eaac8457801db74fffde 100644 (file)
@@ -86,3 +86,9 @@ The real workspace file is here:
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a272af742a8fb7ebb75ebddc78e7ca4e927841d9..45683ddc42dcaec7df2fcb3eea6cea6b0bd2acfb 100644 (file)
@@ -64,3 +64,9 @@ test.must_match('aaa.o', "aaa.rc\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d04c5d6f79c6ebe1d1aaa78714ba8a4800dbb4a1..67957959ea40af9580f057f47c9ba3dfcdc8cc73 100644 (file)
@@ -67,3 +67,9 @@ test.must_match('aaa.o', "aaa.rc\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 144c9a6ced8061d4e4ee6c4829e2515dfcf4c9b8..f79a32af0d0d30effd3615f5480e736a72d7ab1b 100644 (file)
@@ -189,3 +189,8 @@ test.run(chdir = 'work3', arguments = '')
 
 test.pass_test()
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ba5558196b128b1b64243b4e1ef872d61a7a84c6..d83a5cdfc1c9aaf6b79c75ec333ed5beec076667 100644 (file)
@@ -95,3 +95,9 @@ test.must_match('f6.out', "f6.in\n")
 test.must_match('Move-f6.out', "f6.in-Move\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ffaeb622dadb5cba219012324c992ddab5147428..96e9f12e3da2374b6452c0acdc061afabb5c654b 100644 (file)
@@ -350,3 +350,9 @@ for name in build_nodes:
 cleanup_test()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 108960da103e47b1498934393c25533965ecd91b..406c2c11839df0927a67742f91584fee5a72640d 100644 (file)
@@ -120,3 +120,9 @@ test.run(program = test.workpath('prog2'), stdout = stdout)
 test.run(program = test.workpath('prog3'), stdout = stdout)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0373a1e5ac46c05c4d4069464aaa9c2976613800..45a741c0bd1df4337b6740dcbb4faa28156602c2 100644 (file)
@@ -73,3 +73,9 @@ e.Program(target = 'prog', source = 'prog.c')
 test.run(arguments = '-Q .')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 26d873bba63897673d52972385ebaf2791ef8033..c6c5c295dd7857c666c0bb20def3b2d742190394 100644 (file)
@@ -66,3 +66,9 @@ test.must_match('foo.out', "foo.in\n")
 test.must_match('foobar', "foo.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 43015fe894a9a5933e6c5db185dc8c2eb9bd16d4..a9d511ec550aea4b3a325b3300a28f7d9e0d4a14 100644 (file)
@@ -96,3 +96,9 @@ work/sub/f2.in
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7056db19a2b4da9e20cb790007355cdbf869707b..e6a05899b7b8e209af6d81195456592a3cf9d732 100644 (file)
@@ -109,3 +109,9 @@ test.must_not_exist(test.workpath('f6'))
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1b7a1a1d4e49374198004f1fb8cd597d5869efe6..69accaa292838da73480f5252006cd0fe4be0a58 100644 (file)
@@ -241,3 +241,9 @@ for i in range(5):
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 93b61422a480bfb0e5f3de6028831d5068b84e27..1eab1736ad08c6987fa960e69aa8951eaf48a26d 100644 (file)
@@ -151,3 +151,9 @@ after.in modified
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8ba166f5ea006957f651855e46e5aa8dd8bd000e..6473458aab0af20527e53fb65c92a7241ef30eb1 100644 (file)
@@ -106,3 +106,9 @@ test.run(arguments = "-q -Q -f SConstruct2 .", stdout = good_stdout)
 test.run(arguments = "-q -Q -f SConstruct3 .", stdout = stdout3)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9d7907d6d254d0f69387c6d34bf4567d11c50f81..12b02e25b7f4e958177edf8defd8add4d459b8d9 100644 (file)
@@ -154,3 +154,9 @@ test.run(status=2, stderr=None)
 test.must_contain_all_lines(test.stderr(), ["No such file or directory"])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 11b28e37fa0fc4c8d2210c51eeed58ca29c98f82..5a9077504c9013a39a250e9655b520221cc5e42f 100644 (file)
@@ -119,3 +119,9 @@ test.must_match(['sub', 'all'],
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 72f05b8a13e086b5d1908ef04902c03338c5db40..a8675f297d8e0d4dcda4d63ffc74e0cdbc9ef5ac 100644 (file)
@@ -120,3 +120,9 @@ test.must_match(['sub', 'all'],
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b409210ed0dfac8fde77456c73cc71344e75ac22..ee4b0b5ed75aae4bd0beb42c60a75ac2fecdaaae 100644 (file)
@@ -271,3 +271,9 @@ test.fail_test(test.read(['work', 'all']) != "import/aaa.in\nwork/foo/bbb.in\nim
 test.fail_test(test.read(['work', 'foo', 'sub', 'all']) != "import/sub/ddd.in\nwork/foo/sub/eee.in\nimport/sub/fff.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 991ac0b96004889768a9878bf5b4a8a1022d94d8..8e56f21d01d80c24980fa44148d6c3af8b538eea 100644 (file)
@@ -309,3 +309,9 @@ test.run(arguments = '.')
 test.fail_test(oldtime == os.path.getmtime(test.workpath('minasm.exe')))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b0afe2e68d6b7d7fa8c5f315fe69a7e38910b847..23068c43ea2793739804454fa812d5c7c6df7e50 100644 (file)
@@ -68,3 +68,8 @@ test.run(arguments = ".", stdout = expect)
 
 test.pass_test()
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 76aa2a46d089417806dd196d1f5812ba78a416de..8c3dd4aab02b5b37dec273042976376fd8a0a161 100644 (file)
@@ -118,3 +118,9 @@ test.fail_test(not os.path.exists(test.workpath('subdir', 'f6.out')))
 test.fail_test(os.path.exists(test.workpath('subdir', 'f7.out')))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 62bbf3c51c377bd528f353abee3d6936311ed410..9e0190f6d5c720968f957643ca9e2c3cbb4bf8a8 100644 (file)
@@ -105,3 +105,9 @@ test.run(program = test.workpath('f3'), stdout = "f3.c\n")
 test.run(program = test.workpath('f4'), stdout = "f4.c\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a54d7c16e952bef9b171015975c3c35dbd56e0ba..15fd0c342f9017b4d811ab8de0e73fd4e0bdc796 100644 (file)
@@ -368,3 +368,9 @@ test.fail_test(not (oldtime4 == os.path.getmtime(foo4)))
 test.fail_test(not (oldtime5 == os.path.getmtime(foo5)))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e45f8596cca79944bbb23e05252d7f6a04d068c5..c2b421388aeb395407aff898798cae6351c9de48 100644 (file)
@@ -64,3 +64,9 @@ if os.linesep != '\n':
 test.run(arguments = '-Q .', stdout=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 23b3e72820ed339172bbc3e560634d78da0cacfe..e31ec5628dd7f9f8bca6f228131182b02e27532c 100644 (file)
@@ -58,3 +58,9 @@ expect = """\
 test.run(arguments = '-Q .', stdout=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f0116c04b441a081c4f2d0c265404130cd41a382..6095fb0b0ef2e3826599a0657a0dd1a55f17839e 100644 (file)
@@ -79,3 +79,9 @@ if os.linesep != '\n':
 test.must_match('progress.out', expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2fcb671018e79ed0b0ae2e42dafe2c4ae56ac589..9998008f8e72af968ef511a12e317a2fcc213905 100644 (file)
@@ -73,3 +73,9 @@ mpf: .
 test.run(arguments = '-Q .', stdout=expect_stdout, stderr=expect_stderr)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 767bf2072a95854058116e85f27c050c3b07ed89..2b9923889cf0be234d602fc631f015eeea968c76 100644 (file)
@@ -66,3 +66,9 @@ stderr: .
 test.run(arguments = '-Q .', stdout=expect_stdout, stderr=expect_stderr)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4dad1a10d9ade0fa3016b51b3ce5fba600a8136f..25c53cf851da5e4ae074bad69c0d6eb2ccb42ce6 100644 (file)
@@ -76,3 +76,9 @@ expect_stderr = """\
 test.run(arguments = '-Q .', stdout=expect_stdout, stderr=expect_stderr)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c600b6759debd8a1d7a5a761fb74f298256784af..0919b445b3b3584525a3cbdff7e3ce15d6813bf6 100644 (file)
@@ -64,3 +64,9 @@ if os.linesep != '\n':
 test.run(arguments = '-Q .', stdout=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index dc5e81399c23c7116ad8a8bead6f1f1db1dd7b4a..278092167c9e61d8d97f174274676826c5719f2c 100644 (file)
@@ -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:
index a45465fc1dad4e0b014a81b1711b1d82876afc1f..4ea42bd00aaf260a7820d646db35295ac8e1f902 100644 (file)
@@ -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:
index 5656b086eb46207885a281cdaff7d8b3308c9609..87dcaf02d302228f987ce564d30839725d361676 100644 (file)
@@ -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:
index bb6b8513ed191f4137dda89c924419b1de178d52..86eb4ca762b23f3fa3dcd4136ee6253f07537734 100644 (file)
@@ -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:
index dc96317a2acbf90238646e907e41745ebe7db813..f68e1db23732cc156272631c6f8972f58ef3e42e 100644 (file)
@@ -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:
index 5bf173a51d9be14769fab9a5287370b59f368ce1..77547e703d020e1e3782133c3145b151c16e6473 100644 (file)
@@ -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:
index 991047d250e589050a466407cd44bbdb27f310e6..e01a633891cf039d5d204c9424d2280575d65071 100644 (file)
@@ -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:
index dde81c70b7c4307021eb5e603b8763d125b5ef7e..e9d2e16387e7387e5860388e80a4dfc9ed6c2be5 100644 (file)
@@ -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:
index d3426dba53f1b694dc0ffa28272b0a8729e807a1..dcab3aae2720743962a0cc966fda6e61ba26f448 100644 (file)
@@ -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:
index 1936a725c653bac6e11c94e4ec4c7b89ebe56a89..1bd7b101866e42d6f475a94fac5cb3cd488e8cdb 100644 (file)
@@ -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:
index 102facc828e8fc4eadd9d6d3a359ec18eaf5d7b4..41b1b3dc6c689bd2144d6cd5a16c06999437e1ac 100644 (file)
@@ -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:
index 336aa1363e4a9d23a28c5922a2cefa8bce948e4c..be464b93d8d398b78b527dd28f09a5ae07fc9af3 100644 (file)
@@ -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:
index 874285d278f5aa668dcb466bad85f8c2ded73a00..6cffecc547bfdb2fa7c1ade7d826ef8f091c4816 100644 (file)
@@ -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:
index 28ae16e6bb0e5ed8e1f4917fc4b3b93a1ab00ec7..fbbcac0db031b54e38b4f68d4455d7fb2161cedf 100644 (file)
@@ -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:
index ef94dd6f49d868e3fee24c75c3a32e54cf0974c5..975091bf416b72d5e292a7db65939f12f7be51e5 100644 (file)
@@ -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:
index 3cf9c0549d59c2e213c6e2f1a4530b9147b1c3e1..eefbd157ac0a54c662436ffe8d321e45578c7d41 100644 (file)
@@ -106,3 +106,9 @@ test.run(arguments = 'b' + _exe,
 test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 312216b27f0b2560801c9a042ad2c6d1668dc621..94f1997934509c4113929ecdc2ae7ca444bb8243 100644 (file)
@@ -79,3 +79,9 @@ test.must_match('output.lib', "file.1\nfile.2\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6929ac657039f3dbfe17a82f7d8c399638c7884e..b59d133d92718fa7de7df97aa805c208f6982450 100644 (file)
@@ -86,3 +86,9 @@ test.must_match('output.lib', "file.1\nfile.2\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 08ee9671c9165230dfaf2090b20f0be3a462fdd7..45fcc00cce3e80e5dfeb2afe0411e84794e003e6 100644 (file)
@@ -107,3 +107,9 @@ test.run(arguments = 'b' + _exe,
 test.fail_test(test.read('wrapper.out') != "wrapper.py\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 319a8519636917ccbf245bb822e79301de959e20..8bbeb59c24a3525ff27db3a01781b9f0388abfb2 100644 (file)
@@ -119,3 +119,9 @@ test.must_match(['sub', 'all'],
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 30a3a57b77e1bda96d3a531f0648e9c76d3bf147..576afc1dd02ffd48ea418f3578d2ca0852a0006a 100644 (file)
@@ -120,3 +120,9 @@ test.must_match(['sub', 'all'],
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9a918db439a5fa2f7e4b74243a56a7f2ff363b10..d451be0591628218cf968ea419c89c167980ac3a 100644 (file)
@@ -93,3 +93,9 @@ test.run(program = test.workpath('main.exe'), stdout = "main.c 2\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b6b10700515312ff9f4e0b36af95163fe009e072..264822a6d22948583ef898522c51f71a49231d23 100644 (file)
@@ -186,3 +186,9 @@ test.must_be_writable(test.workpath('sub', 'fff.in'))
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 46ed8b64e229509cfde4e9e3bcc86c582a5aa3d1..3e19a67956036fcaf169a8470018f9f0c96bb80f 100644 (file)
@@ -156,3 +156,9 @@ test.must_not_be_writable(test.workpath('sub', 'fff.in'))
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3223901b921588d436e1884cdddbb82e425d85b1..6677c55ff616ec3cccf6c5115261a6b4fff7d4bb 100644 (file)
@@ -88,3 +88,9 @@ done
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1aceb460f8b5e302cee37ecaa5277e3386fc7f50..397017cb4ab780bbcadf4b228bb10477fbf40b0e 100644 (file)
@@ -171,3 +171,9 @@ test.must_be_writable(test.workpath('sub', 'fff.in'))
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a0ae8c786e4595da41c9911952f9792a6a89a257..4e13bb1a133c9203e7087c6e5474ec3ec0256487 100644 (file)
@@ -69,3 +69,9 @@ test.run(arguments='.')
 test.run(program=foo, chdir=test.workpath('.'), stdout='bar\n')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9db613e3a889442dff5a6fd9fb6f46d5d26d510a..ff1dbfe346bf7b576455081c7b9b108f2bb51c30 100644 (file)
@@ -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:
index 82751c34e8aa27d4809675201058a88672210447..127c29aaa05c089cf7a9801a1d0a35a94413f684 100644 (file)
@@ -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:
index b987670cf577787991a3bc6e2bab11703b14395d..3631043873df0f2d3054ad964120e8e6de7fdfb6 100644 (file)
@@ -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:
index d0038e3978c10a4a224143e61e90810e15c8b442..5e64d55d4132a5d80a43b8d5a04297ac3fa8b165 100644 (file)
@@ -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:
index 28b94216532826388c2293eb44b4807dd8873af5..0923d887789b1b145665ef421037da656d1a36b7 100644 (file)
@@ -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:
index 2c5e30d10c198f52c4565e98983ee596565af3fd..5ad18555e6f445d83dbc8edd61b81cf10b459957 100644 (file)
@@ -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:
index 9128b6d2bdc7067d191a889db2d1d8f975350e30..ee196cf44caa6308bedbde34ed2e20ec41cb839a 100644 (file)
@@ -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:
index 0f80acef2fd45c002aa8dbbe2882aee82db89daa..0eb2da26bbded55e79283b99c41d84a67b6b2228 100644 (file)
@@ -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:
index a099e40c3fef2b35eb71e0a5da0b05d882065c05..1b63345d184e209a5f41acbb576dff0520ee02e2 100644 (file)
@@ -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:
index 09c3861867b98c0f75fe170a5665b412839f7e48..b6c9736081bedfba4e7347a51a9a891d015728da 100644 (file)
@@ -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:
index eda12021685c9b931977ecafa4e692b29451f98f..1eb18d872475f3a9edbeb0a3ae78732cee59d90c 100644 (file)
@@ -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:
index f3c412b3b38833aaf1d5d834854ceade2a3d3a32..ea48d2c91296626fcaa8b7511fc62847cb34fdd9 100644 (file)
@@ -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:
index 5f2e6b8d476dcc5a8c8ade07319e3878b60c1f3a..fb4ef08220274fa3c306b3245ddcab1c70f436a9 100644 (file)
@@ -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:
index 9643cb84f5db920f7115e58cc98adf6825b1a53f..fef2c7597d94d003e90bd56efc61d190f060c14f 100644 (file)
@@ -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:
index 6b65def69cc4567157c144b7bc436433b9db0604..fbd135e8cdc572e4e215df56a9d39b00819173eb 100644 (file)
@@ -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:
index 1cf20c35df7e004db42eed9efd9b1f8d3f21bfe6..e5c76f97d1d72d538b6151a6119ad0828986e593 100644 (file)
@@ -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:
index ea11404f19fc6292bf03c7963436bcea14094d77..0abda0bd00d945908f36b7c8c2458fd437d20909 100644 (file)
@@ -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:
index 378e32119c556503e6f626fcc2407de93dfdf7e5..5bd10e446e4ad93e517bf6c82b79cc6d93680983 100644 (file)
@@ -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:
index 4575d994d83a7a341884e23ccd109c4f02c20b5e..c52765c4017233559b9a274ad2b40962cd1d3e9d 100644 (file)
@@ -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:
index 679fa7e5ea2b7678a540b2901075808ffa72cf3e..78add900bbee35a62691214818c796cd80bd22ee 100644 (file)
@@ -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:
index ab67c9dc8164edbf7539d70606dc7c550a3097f3..8a82126a2f06e3399348fae345884d00c53a776d 100644 (file)
@@ -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:
index 95b1749f3bd98c47a14687f1f7ebb594161b8479..d7f570c42238e7b002ac19adad38cd63fbe77ce8 100644 (file)
@@ -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:
index a8ec7cab78a5986b1c94a562d44b44729cee3036..dc45825be249b6021d77efbbcfa5a6f5eaf1dfcc 100644 (file)
@@ -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:
index 1d440eb0886cd6bc08de220b197141a054529bf3..ea989c277a862955d6c489dab99b24b8318ab8de 100644 (file)
@@ -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:
index 4615104761130fe0f211e47947c386095eb674de..aec9418373a2377f6dc9d18e415b29e6a3387b9e 100644 (file)
@@ -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:
index c6793fcbc2fc51bc7eba6222026cac172e9d2aa7..220baadf9fc301b4564e95d17e8328f9939901b6 100644 (file)
@@ -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:
index fd3618287eb1a5d2f15e8d069685a5a4ded20ead..2c00b34aeb7d19096500e72b68f51869a52c75e6 100644 (file)
@@ -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:
index 283904687dc73f3082a4300b31956ee01053965c..d39504789c57e18b0d2642dabce9ab22bc3f9054 100644 (file)
@@ -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:
index 4dccfd55a45b224e2849473d94964dcb3f2f2336..d8ed9e240b1a22b8577a5f0c28f2b064bd1f9437 100644 (file)
@@ -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:
index a85d095ef18aa280876481bf8a4231186de2d9cc..e8c07a7850c2fc3e7ea0e389444bf0defd4453e0 100644 (file)
@@ -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:
index 0b7e844b721e082fbc1c6cf3ac955b6028b55c71..6bcc2fae24c7805dee4871b974ac77ee2c649801 100644 (file)
@@ -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:
index 59cdd37d725fdeb1ce7ca04e02837e449c492575..548e6b2ae3f96a842d7e502732af81b3194929d5 100644 (file)
@@ -93,3 +93,9 @@ test.must_match('file.out', "file.in 4\nprereq.in 3\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8edb7b7e37ae124a8948702c02553a7381a8126a..7430ba73b29a2f15b3e4db9e340cc23b36d96247 100644 (file)
@@ -149,3 +149,9 @@ int main(int argc, char **args) {
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5bf14ceec11a163336b1f87c28481b87ae320eb8..7da011199bd4347923a3ca497688f04d48cad440 100644 (file)
@@ -83,3 +83,9 @@ test.must_match('rpcif_xdr.c',  expect_xdr)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f18dba2764d575a0bcd5b546f6ed3033784cf6ee..8f70adf9c1752a56a2dbbd656bd1bfc66a1fc679 100644 (file)
@@ -82,3 +82,9 @@ test.must_match('rpcif_xdr.c', expect_xdr)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c1eac5a4c89eaade79eb1460970c0c5363fca8c0..840973fa9a5c696a2d927265a8c2d63452a7d185 100644 (file)
@@ -83,3 +83,9 @@ test.must_match('rpcif_xdr.c',  expect_xdr)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bf88a246c023632ee63ceec352d18e132b6f82f5..db8f354d38bedf9cb2edb9b289a4d6d8d46d711b 100644 (file)
@@ -83,3 +83,9 @@ test.must_match('rpcif_xdr.c',  expect_xdr)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 85ec6dc672ded1759c5112a7b0b13d35f03514e1..d185bcf89d324867522181963fb86813cd3e1665 100644 (file)
@@ -83,3 +83,9 @@ test.must_match('rpcif_xdr.c',  expect_xdr)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f7a210c153854842d7e1d6bbc6d7720c10b2b29d..771b773667c2d5cc57751204af778fef76ef1f95 100644 (file)
@@ -119,3 +119,9 @@ test.must_match(['sub', 'all'],
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index be5d8078e6934e8ad905a73310268034b337d536..162fe3cb4068ade3ed942a0cd6a385e069d9c786 100644 (file)
@@ -120,3 +120,9 @@ test.must_match(['sub', 'all'],
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1845dc31fab4986b01da039b0a433d620c535e55..8d30d332ff3461918870a729df3d930a55468dfa 100644 (file)
@@ -140,3 +140,9 @@ test.must_not_be_writable(test.workpath('sub', 'fff.in'))
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index dbfcb5139872832e7824a945eb5001d0fd991512..f716dd0978900f0c70d0fda4562d5a4d20accbbc 100644 (file)
@@ -126,3 +126,9 @@ test.must_be_writable(test.workpath('sub', 'fff.in'))
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index aa5501fc9cb22dd6849ef2f3fd5fd24a82a339f5..79eaf06b2118a4376bfe41080ea3b6f7c9229f78 100644 (file)
@@ -80,3 +80,9 @@ test.must_contain_all_lines(test.stdout(), lines)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 82577d21767b0755c9e9e372389e310dd4f3a8ad..adc0fe106676d7368a60156d92324e292cb7f1b1 100644 (file)
@@ -126,3 +126,9 @@ test.must_not_be_writable(test.workpath('sub', 'fff.in'))
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e64e68733dd935ebb7939560f64d1104d6440a76..387cb264f5ccb008833dba4887513c7df3bf3d18 100644 (file)
@@ -74,3 +74,9 @@ test.run(arguments = "-H", status = 2,
          stderr = TestSCons.re_escape(expect))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e784e2b63dedd34011d46d137c71d014e438849a..95a377a9f6d6c902fc8f09a0cc7b26e25e55c696 100644 (file)
@@ -47,3 +47,8 @@ test.run(stdout = expect)
 
 test.pass_test()
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2ef4559d19072223675f5e6ddae9c04914964c1d..a810c7c85273b5dc56f21bd56fbef6f2243ba40d 100644 (file)
@@ -103,3 +103,9 @@ bar = bar
 test.run(arguments = '-q -Q', stdout=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 268c48e20964f79b32b2de1cfb2bc506d647df23..fa7e9144cd3b6b65444236caeb5c71dc80cb3a9c 100644 (file)
@@ -217,3 +217,9 @@ test.run(arguments = ".",
                                    build_str = "scons: `.' is up to date.\n"))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 348f87e7b9e801f47198daceab2f9e1cb5dd9156..99810e3c33c58b55500750eeb3a5f0d5ff4c9abf 100644 (file)
@@ -82,3 +82,9 @@ test.fail_test(test.read('test.txt') != "This is the dir3 test.\nThis is the dir
 test.fail_test(test.read(['dir4', 'test.txt']) != "This is the dir4 test.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0ad0561964f000137fa74fe2fa7f0a3fb8df960a..42963ff98e817b9af2bcf587d97d6dd48c966d7d 100644 (file)
@@ -88,3 +88,9 @@ assert SCons.Script.SConscript.sconscript_reading == 1
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6e48e068d3cf6c2bb53e7f0e4aace53013dca601..1a3a3df9432fe0ace1ce83bcf95aeb7405cb7602 100644 (file)
@@ -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:
index 34f52a0c3ee8b68ace09f4f772403e5c79399423..dd51155cdfdcb3193abe6389810988ca9e2679b4 100644 (file)
@@ -167,3 +167,9 @@ assert y == 'zoom'
 test.run(arguments = ".")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 87eb701e3f1081df53e9e287c3af8f0b6fb04fd2..06acea8a472e48a963dad0f1ff3018217cd96bc2 100644 (file)
@@ -48,3 +48,9 @@ test.run(arguments = ".", stdout = expect)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 348f87e7b9e801f47198daceab2f9e1cb5dd9156..99810e3c33c58b55500750eeb3a5f0d5ff4c9abf 100644 (file)
@@ -82,3 +82,9 @@ test.fail_test(test.read('test.txt') != "This is the dir3 test.\nThis is the dir
 test.fail_test(test.read(['dir4', 'test.txt']) != "This is the dir4 test.\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2e76c3db97d7f51532b6b3b069e6a23c0f364670..f38aec8d7cdb74238a16a1153e0fd02f7aeacd84 100644 (file)
@@ -80,3 +80,9 @@ test.must_not_exist(test.workpath('.sconsign'))
 test.must_not_exist(test.workpath('subdir', '.sconsign'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1c087ac0f93147614bd8871469c5b0315825acab..33963c27c3315a8848ce8d939c53bbf83094735a 100644 (file)
@@ -80,3 +80,9 @@ test.must_not_exist(test.workpath('.sconsign'))
 test.must_not_exist(test.workpath('subdir', '.sconsign'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 46f4da0fbbcf633a1f0b7af626dff5654225b731..50bab7989dc957b0b2dfaa090481f9cebaa7799f 100644 (file)
@@ -65,3 +65,9 @@ test.must_match(['bar', 'foo.txt'], "Foo\n")
 test.must_exist(['sub', 'dir', 'sconsign.dblite'])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b3fe9a01ee1eb662f622a2432483939267d68465..4b80f3e00b4cb56881a98ae2faf34b9a74980e52 100644 (file)
@@ -69,3 +69,9 @@ test.run(arguments = ".",
                                    build_str = "scons: `.' is up to date.\n"))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b946189b89ca49fa8403e457d2fd94915843d5b7..fa1ae78e3a2fc78034bca9822bef02dc25c8fd08 100644 (file)
@@ -81,3 +81,9 @@ test.run()
 test.must_match('file.out', "file.in\nextra.txt\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2a3632eb5e227d8e862e2f166033118792a702cf..c7cd4e415ced52a1ad422f67a8399f147b741c87 100644 (file)
@@ -85,3 +85,9 @@ test.must_match('file3.out', "file3.in\nextra1.txt\n")
 test.must_match('file4.out', "file4.in\nextra2.txt\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 491cb7c7483496ca8901ad8b8d520e2261eff52f..d76ef6487e8b176e20b1270a1c9acbe9cdf327f7 100644 (file)
@@ -100,3 +100,9 @@ test.must_exist(test.workpath('test3_wrap.cc'))
 test.must_exist(test.workpath('test3_wrap' + _obj))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 20d2d5d27b24a8d3da0068762ff9f8e95025d8e9..d1d77763482cc79f81ef106f9090d78124821f9f 100644 (file)
@@ -64,3 +64,9 @@ test.must_match('bbb_wrap.cc', "bbb.i\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b991d774668448d8c60a6dd86be1c74c5d9ffa56..739c78115c508d3f54cac4b8ca0f4119ef4ceaf4 100644 (file)
@@ -69,3 +69,9 @@ test.must_match('bbb_wrap.cc', "bbb.i\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 27fa5e3c2177e092dfce437d6893d3263fab3bf3..88f51849d28029708a11c38b4caaae61bc1b921d 100644 (file)
@@ -65,3 +65,9 @@ test.up_to_date(arguments = "foo_wrap.c")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index dedc03ce2dc7890f3f929b4f619af2b613973229..fe5b8a0979991b44d6f480bd75352f38e2011728 100644 (file)
@@ -83,3 +83,9 @@ test.must_exist('java/build dir/foopack.java')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index dd2db47ea52f52eb48622fd69649ae464207bead..4832814c732f88be18196716955351683a0cbb39 100644 (file)
@@ -89,3 +89,9 @@ test.up_to_date(arguments = "dependent_wrap.c")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1bee0c2e1c297bb56a57f017d24331ecba9105a7..5fa3cebe4ce1cfe5a4b72f789597a4657550fe90 100644 (file)
@@ -168,3 +168,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:
index 99aa59c7af93d66c81e681801f601440db824c26..49f9cc75ebdcbf94cdf617dd04e8cfe0405705b9 100644 (file)
@@ -70,3 +70,9 @@ test.not_up_to_date(arguments = "dependent_wrap.c")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1c19e30d09b9f84314b4e272f1e28dac1c522ed8..0caa9b5d995005aa5b5afd884feff8847a81a55b 100644 (file)
@@ -178,3 +178,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:
index 7b48a76422dfab72c9ae8526bc0d2717525fc9fa..f80e10c43db9ae11a0ccbc7fdd523eac85a883d2 100644 (file)
@@ -115,3 +115,9 @@ test.must_exist('test2_wrap.h')
 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:
index 97a38b04524a4cd92c8a199a0b82a8786e13b362..2001582400b3c55b5736b4cefdf67ea9479bc412 100644 (file)
@@ -90,3 +90,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:
index edbffb19fa7047291ee2308d51bcbdb02aab071f..0d109b85f9e7a8072ea6899e1a0e23ad33423e41 100644 (file)
@@ -88,3 +88,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:
index fad85778577dbe58e35b16d7191d737885a37436..e0e91da82ec1b1b4739585c73d8d84137e325d40 100644 (file)
@@ -95,3 +95,9 @@ test.must_not_exist(test.workpath("modulename.py"))
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c3c8cf0d75b2870316e595d64fe8f661ffbe054d..6a746f36d3374e9992f9b68f646dfec6596d4ddf 100644 (file)
@@ -112,3 +112,9 @@ test.run(arguments = '.')
 test.up_to_date(options = '--debug=explain', arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0b5dbd719d740a7999b0f1873844702c3c8c7e7e..423a717e2d19ff4d7dbb4131943302effe4a98c2 100644 (file)
@@ -57,3 +57,9 @@ test.run(arguments = '.')
 test.run(arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bb8f929694981802da36757e05d2b8f987d2bdd8..9f0e53571658f866eb6b788c3fc1e045e8b643b4 100644 (file)
@@ -148,3 +148,9 @@ test.must_match('foo', "foo.k 1 line 1\ninc1/xxx 2\ninc1/yyy 2\nfoo.k 1 line 4\n
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 80eab03a7770414a6ed9d0183edd9675f331f3ec..4c84069fad10ebbf543038dd69f6ca227835ebd4 100644 (file)
@@ -238,3 +238,9 @@ test.must_match('moo.ork', "xxx 2\nmoo.lork 1 line 2\nyyy 2\nmoo.lork 1 line 4\n
 test.up_to_date(arguments = 'foo')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b3baaa3252059fd6de582f08774ebdcc3a2447ba..a65e7772aca440fcf32f0f0c66b0b6d50f07eb50 100644 (file)
@@ -197,3 +197,9 @@ test.must_match('bbb', expect_bbb)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2112fd83166254f89ec4c3480fd9af07c3f88450..03232409907cc93a4defcfc2e57ed8241e835454 100644 (file)
@@ -79,3 +79,9 @@ test.run(arguments = '--implicit-cache .', stdout = expect)
 test.up_to_date(options = '--implicit-cache', arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ceaca14ff64f7da419e2fd80fae246d30bc4577d..4e62f8f39e17d154059f19a5430c631e54d0fcfa 100644 (file)
@@ -111,3 +111,9 @@ scons: *** [foo] Exception : kfile_scan error:  yyy 1
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index df7f20a4e7c75d952aeb3294029aa60483aaa628..f2d1955511f84a51e34fb0758b1bb8aec02a92ae 100644 (file)
@@ -420,3 +420,9 @@ libg_w.h: 1
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c64f970dff0c3346ccc225c2005144c503e86cfc..3d9a62a5a82c04964dbafa28befb210233ec6a6a 100644 (file)
@@ -114,3 +114,9 @@ test.must_match('frog.1', 'croak\ninput sound2\n')
 test.must_match('frog.2', 'include sound1\nrudeep\n')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b5706e3f0b973081664da41ff218223eef499f22..a780de1f34184ae2ed463f9ed5bff1fad74ae14b 100644 (file)
@@ -134,3 +134,9 @@ test.must_match('list.out', """\
 """ % locals())
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4a1f27e94389cba14b2ade5e2e132603e0c9a822..9f8e3f141b29dec580af4164cfb63738874379d3 100644 (file)
@@ -70,3 +70,9 @@ test.run(arguments = '-j4 .',
 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:
index 7e02dd272838fbbe617623cb7e7178638e70b023..d68f91883d2555b90bca104136895d51c46d6c2a 100644 (file)
@@ -92,3 +92,9 @@ create file4.x from file3.x
 """))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5c0a89f9661d7ab12c0dfb36e6f10e92f326e640..f7963681f9113e66be6fd2e1b3fe9e8894fdea58 100644 (file)
@@ -216,3 +216,9 @@ test.must_match('ddd', expect_ddd)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3df980ff6dbb850335ebd39e60aa4d38cd229498..2e1b6092a55a8eb8fb7b835e471d7e86290e3967 100644 (file)
@@ -105,3 +105,9 @@ test.run(arguments = '.')
 test.must_match("file.out", "file.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f0754309c118379ef58b6042c16ad5d2c8cadea9..0ded6b69757b9b58384bf768453f7dad58c308e4 100644 (file)
@@ -105,3 +105,9 @@ foo.in -> foo.out
 test.must_match('log.txt', expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ec4f261500b40875007f00a1ef86829dbe32e8b0..23f50afd73d79103f0ca0ab2ae1f34c05b19601b 100644 (file)
@@ -71,3 +71,9 @@ test.must_exist(test.workpath('log', 'bar.out'))
 test.must_exist(test.workpath('log', 'blat.out'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index de4f578bb7678dfcdd73ce1aa4d0541d6a619642..ff883c479fbc8a3fbea5fbc9bbaca7ac768b9755 100644 (file)
@@ -97,3 +97,9 @@ test.must_contain_all_lines(test.read('log.txt'), log_lines)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 44fbd799bc45ab1e1ab835a1f30394111793c6a1..cc7b8e9814d4c1d7fb5dcf5f654b6b6ff20fcb2f 100644 (file)
@@ -75,3 +75,9 @@ bar.in -> %s
 test.must_match('build/log.txt', expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 85657350d2a891c5fcd5d1cb540b53f2bd5e0d25..1ae118b7e3aa103fd09d371d4a47d8476e7e8da3 100644 (file)
@@ -60,3 +60,9 @@ scons: warning: The SCons.Sig module no longer exists.
 test.run(arguments = '.', stderr=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2c01158e91f0b630c6c7a0c69f57f1dd952ee520..0f8a5c1ffae6a5096ca0d6900e8d825232c1fc5f 100644 (file)
@@ -103,3 +103,9 @@ test.must_match('all', "sub/sc-aaa.in\nsub/sc-bbb.in\nsub/sc-ccc.in\n")
 test.must_match('ddd.out', "sub2/sc-ddd.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9902bba8c8693f8b07b3edd971594568e0941dd2..e98e299a97959fef07818d70f36d12c804d77962 100644 (file)
@@ -61,3 +61,9 @@ test.run(arguments = ".",
                                    build_str = "scons: `.' is up to date.\n"))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5709428e9923407f885537c4c43c2a65c3bdaf33..6401f7e7115a49067732314315a668e414ca2895 100644 (file)
@@ -91,3 +91,9 @@ test.run()
 #print test.stdout()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b37cdf4b7146d126b183b0d09d584fd88ecb3294..94be46803b4d48d86cea6b2db2eecc3fdf134f15 100644 (file)
@@ -72,3 +72,9 @@ test.run(status=2, stderr=expect)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d042b6de423e0bb18eba089f16243ba6bdf16240..ed000fd107bf1b1d5456737eeab0f0ff5d4bde2c 100644 (file)
@@ -90,3 +90,9 @@ test.run(status=2, stderr=expect)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ac3ffd87bb58583ef7853a6174e84c6c64a69f69..64a0b5ba092259857880d010c2026f8b562af949 100644 (file)
@@ -61,3 +61,9 @@ test.must_match('out1', "file1\nfile2\nfile3\n")
 test.must_match('out2', "file1\nfile2\nfile3\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 74ff86c0b03f37a71b0678d9cd179126b9867ad0..b164d8e9d83c026ce5b6e0d7a97535180224b408 100644 (file)
@@ -167,3 +167,9 @@ test.fail_test(test.read(['work2', 'all']) != "import/aaa.in\nwork2/bbb.in\nimpo
 test.fail_test(test.read(['work2', 'sub', 'all']) != "import/sub/ddd.in\nwork2/sub/eee.in\nimport/sub/fff.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8a9a197706189cd50e3cbc3a91707d389befd0ec..f56a5e95de88cbd9243b19eb593587f2520214c5 100644 (file)
@@ -161,3 +161,9 @@ f5.Tar(target = 'f5.tgz', source = ['file23', 'file24'])
     test.fail_test(test.stdout() != "file22\nfile23\nfile24\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a7313b37cf693f94788458d70e34b14a530855cc..fcf4588734611b2ce08b4e1f6258cce53a8b300d 100644 (file)
@@ -65,3 +65,9 @@ test.must_match('test1.tar', "test1.in\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index eee9b16f2df03aa469978fe01c911518ba725aaa..70b6c69955747dc327852ae2198aded1b1025c36 100644 (file)
@@ -65,3 +65,9 @@ test.must_match('aaa.tar', "aaa.in\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f2973b48245ed0f62ff530dd1b4bd8ccd1441aa6..40031ce641746c65cd75476ceb78bee4c47b4ef9 100644 (file)
@@ -138,3 +138,9 @@ bar.Tar(target = 'bar.tar', source = 'file15')
     test.fail_test(test.stdout() != "file13\nfile14\nfile15\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7155f9318ebf002ab3a6fce39eef0b21e2300b0c..d56127d8caf6072a2f2db68d24083ddea45d83d0 100644 (file)
@@ -88,3 +88,9 @@ test.run(program = build1_foo, stdout = "foo.h.in\nfoo.c\n")
 test.run(program = build2_foo, stdout = "foo.h.in\nfoo.c\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d2520d5711ee3ee38a0902bda4873c079692e642..bf278aaf587c6199297e49f73853a0f0ba172883 100644 (file)
@@ -138,3 +138,9 @@ test.run(arguments = 'command_line_target', stdout = expect)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7fabb7c80a5c784877c73c77a1768d9159fcac0d..f9b3240f46fdd1e1223140f69b35ad5f7c4f81b1 100644 (file)
@@ -68,3 +68,9 @@ xxx.py -via\\S+
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 704443a5e6e9a0b9d8f3e6e4eb89dbeebdf07286..a45b032b0c25f6d0d7e98b38d5bf0fa4a99554c4 100644 (file)
@@ -201,3 +201,9 @@ This is the include file. mod %s
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b67c2b1ab71270389d62c78474db7026ff374323..9e4145c0d71a2147ea2ac6bb77f2e57668089b99 100644 (file)
@@ -121,3 +121,9 @@ This is the include file. mod %s
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index dee78e92ad470e6d5bcd0bd709b29580b5ace9a7..81ab3debed7e5ea6cb409a9c3a81d01b5af90551 100644 (file)
@@ -66,3 +66,9 @@ test.must_match('test1.dvi', "test1.latex\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 043bab56f8f498b260684429800271ec168ff946..0a212fe8a99ed72d2f2f64cb6bd243efd23f41e2 100644 (file)
@@ -70,3 +70,9 @@ test.must_match('test1.dvi', "test1.latex\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 568d2a8d60871403f3aa90d6284c3427f6259930..ff1bf5265d7e49ef607e1a5214ff5a05cca87ee6 100644 (file)
@@ -122,3 +122,9 @@ This is the %s LaTeX file.
     test.fail_test(not os.path.exists(test.workpath('bar.dvi')))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index af8031a6039b6460f479f9b0c2c4683c10117ae9..1d7f4499d6338a2dcd1f28f44f688e9b91be2a59 100644 (file)
@@ -140,3 +140,9 @@ This is the %s LaTeX file.
     test.must_exist('bar.pdf')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1887fb05adff81b570e4caccb6b5efa8e89fdc48..b05052ac000f5b8f7307ff5b74cf1443f9563526 100644 (file)
@@ -66,3 +66,9 @@ test.must_match('test1.pdf', "test1.latex\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6b08d0811f51d3db193eca28d278a98db1b24ef8..2e9ba8a7759369d1013ce1ee63c76ac2e2579f48 100644 (file)
@@ -71,3 +71,9 @@ test.must_match('test1.pdf', "test1.latex\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 07a1d54129421df3f8c183d3c1b4dccf59219927..f007277f74675759faf546c6de7eac2fe606b1ad 100644 (file)
@@ -122,3 +122,9 @@ This is the %s LaTeX file.
     test.fail_test(not os.path.exists(test.workpath('bar.pdf')))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b3951f93924cb41fe140d1b28ac1755be3c3950a..61fac1e9bf3f16fa5a83422069b70ca72be16fc4 100644 (file)
@@ -125,3 +125,9 @@ This is the %s TeX file.
     test.must_exist('bar.pdf')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6c4b6aee06605e633952afdf5ec092c7097b1700..b6b58753010e5253a47fcf276bc3f7b1bcb2c93e 100644 (file)
@@ -66,3 +66,9 @@ test.must_match('test1.pdf', "test1.tex\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1332b6476a3b4613ede8345199177f99bc7928f9..e1fbc5c8deff5f9eda0aca880c8504f8ac9612e3 100644 (file)
@@ -71,3 +71,9 @@ test.must_match('test1.pdf', "test1.tex\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5ae18255eb9e51e05941b098fd5199e2598ed51c..eb78ec8f52d0ee861261a7ad6986383800c2d7c8 100644 (file)
@@ -113,3 +113,9 @@ This is the %s TeX file.
     test.fail_test(not os.path.exists(test.workpath('bar.pdf')))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5d46605533785e7126bab36190ac9031cc59124b..aefdd3e1a2b5a9bb912760c1905211c7057db216 100644 (file)
@@ -135,3 +135,9 @@ for f in files:
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c78ad18a6960c281525335a761462e5cb8399e99..3b2a6bece8c64df8d5518aa21887169d7cfd03ea 100644 (file)
@@ -189,3 +189,9 @@ Run \texttt{latex}, then \texttt{bibtex}, then \texttt{latex} twice again \cite{
         test.fail_test()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c7a1b9ac55e4c4b898cbc1e7f6248a44102566f5..0224341bc7f3fd2a8d625ee51bd7548f61f58a4a 100644 (file)
@@ -66,3 +66,9 @@ test.must_match('test1.dvi', "test1.tex\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 124868bf8e3fdb95123c14f9bb61b3a27dbb3050..6c0e1f9da7d3a04d3f875db1b25b12077e382156 100644 (file)
@@ -70,3 +70,9 @@ test.must_match('test1.dvi', "test1.tex\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6dcf95d2e7a26fd232e4ff58d93616030756c66f..1f9a2e1eb28d1406b9c024ac7a0e211031f915de 100644 (file)
@@ -113,3 +113,9 @@ This is the %s TeX file.
     test.fail_test(not os.path.exists(test.workpath('bar.dvi')))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index aa41663a95d42cdeab30ff917a2e54ce3c8d469c..f69b6e66c930e3d1235f3c4154c27c1a4bca72f5 100644 (file)
@@ -165,3 +165,9 @@ if ps_output_1 != ps_output_2:
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1e09af2f533289490c80d0bb12e47b711c54f331..158fb92b78da27fe98bafc950fe82f671cc06d30 100644 (file)
@@ -207,3 +207,9 @@ test.write('d-toc.tex', r"""
 \listoftables
 \cleardoublepage
 """)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c82e4ead67edf8f4a3fba4d82587fdab24fde503..1094f639871948b0eed00a8331b688f0d9e494d5 100644 (file)
@@ -121,3 +121,9 @@ if pdf_output_2 != pdf_output_3:
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 499cf5b3110dd93de13a16471af6c0db2bd59ac1..d7be478d331e4f9a696a7b165ec5de13044e16eb 100644 (file)
@@ -95,3 +95,9 @@ test.must_not_exist('comment.cut')
 test.must_not_exist('foo.out')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 23e317c44eb34a09effe42e0d3191ceb7e0b6593..0ac261ca650634092ee7a91b3c8a126ded833140 100644 (file)
@@ -86,3 +86,9 @@ test.checkLogAndStdout(["Checking for lmodern..."],
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index cf7f9baf7367aa1492503266485f725b39e82a40..bf1088f60f4bce69f28793b5a9f4d490103c2455 100644 (file)
@@ -63,3 +63,9 @@ cd . && latex -interaction=nonstopmode foo.ltx ...
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a0278f96bd4012dd2ce08423740c4f43e1c809b2..24832a886b1412d42122d294a92e59072adfbfe7 100644 (file)
@@ -185,3 +185,9 @@ for f in files:
 test.must_not_exist(['docs/Fig1.pdf',])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a41c9a7ce9a7ede04b592db9f1a411a9a4e1cd12..038c3f668576b6031221c535aae8fcf3d2c01da2 100644 (file)
@@ -103,3 +103,9 @@ test.must_not_exist(test.workpath('simple.ind'))
 test.must_not_exist(test.workpath('no_index.aux'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index acca069a257f0d6ca5a6ceae756be5d4986c5235..439699e38e455ee3c1a5dcd44ef9f664ff239f4e 100644 (file)
@@ -217,3 +217,9 @@ env.DVI( "foo.ltx" )
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index acace43df294d97315d529ff0b6d08efd0e0933a..76225cad3e84cb9e938fc76eb996dc43948fcc95 100644 (file)
@@ -230,3 +230,9 @@ for f in files:
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8f614654ffea7b7538387e43424bbb6f7766de15..ca6190dc084cb4d75c54c4333fe9e2bf9d0150a9 100644 (file)
@@ -230,3 +230,9 @@ for f in files:
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 11b4ccf27eb2de16ccbe9d6d557a38b425aa1613..678d6da84214224caa38e2525e9ee7f8d1475d11 100644 (file)
@@ -74,3 +74,9 @@ test.must_exist('bar.xyz')
 test.must_not_exist('bar.pdf')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a0bb7ee3b32fbef507f5c84475b47c7eac9ee38f..98fb942f88f54b79455f07e41f15053a92c9e9fc 100644 (file)
@@ -88,3 +88,9 @@ Sub-document 2
 test.not_up_to_date(arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b6633594cd27a59bdc8ad8f3582fd2b4c972b283..77a9d8cd82e9dd3b0591b88f3a60c4e372531e6b 100644 (file)
@@ -127,3 +127,9 @@ test.not_up_to_date(arguments = '.')
 #test.up_to_date(arguments = '.', stderr=None, stdout=None)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e23a8fcb416b0904a32767ab07753546e1eee65b..136864c860deaa71cf35d6c3af09a932fdf8b1d3 100644 (file)
@@ -70,3 +70,9 @@ test.not_up_to_date(arguments = 'foo.dvi', stderr = None)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 084fb2b06dd97445cdc2d48e063c7bf62e848d3d..2fcb96a3ce78aa55cf0523724b10fafc23600f36 100644 (file)
@@ -259,3 +259,9 @@ for f in files:
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b03e89cf5be9a3c4263cfd5d5d7ec14bf3e8b04d..0d4f4a93a1ae1c340737ebeeea462075e9d83688 100644 (file)
@@ -328,3 +328,9 @@ for f in files:
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index dd5ea06b63a8adf10ccd2c56577c2b76107644eb..82e0371f1f2035842f27b84fc085a82fb0aa7a67 100644 (file)
@@ -103,3 +103,9 @@ link /nologo /OUT:foo.exe foo.obj
 """))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index fc7c3f88795191ff0a9614d1495834b99d78ce4b..bf85dcb787b97eaced872fc07660574119f1f2ff 100644 (file)
@@ -127,3 +127,9 @@ test.must_exist(test.workpath('f7.out-Touch'))
 test.must_exist(test.workpath('f8'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ea6e682c2ee058d466c77a9e63a5b65fbde87b81..f4ed21952f4782c95b03a9231d7de72198404406 100644 (file)
@@ -142,3 +142,9 @@ for source_signature in ['MD5', 'timestamp-newer']:
     test.must_match('f5.out', "C=/var")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2ebe7072d733dfd114709cd8de04b6aeba6245a7..3630fc891e816d4243ac07d5b259424d1c802800 100644 (file)
@@ -88,3 +88,9 @@ test.run(arguments='warnings=irgendwas', stderr = expect_stderr, status=2)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4d09587a6d3f72c289872faa1645ca317228d632..241a9b93ff69b233186bbe526799e5d7fa40b7ad 100644 (file)
@@ -103,3 +103,9 @@ test.run(arguments='some=IrGeNdwas', stderr=expect_stderr, status=2)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8c6c777b8d9f1238483a7aecf68b77055c95017a..2dc7d4bfed6e905b57cb598eaf49f708e0c0d2f1 100644 (file)
@@ -174,3 +174,9 @@ scons: Nothing to be done for `dummy'.
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 433844983e50abc19389558f38725343dbb19ae6..d6260556d9ae4bafa7beb9634e72c87f0bc4be4c 100644 (file)
@@ -91,3 +91,9 @@ test.run(arguments='x11=/non/existing/path/', stderr=expect_stderr, status=2)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 96da82f1f7c9460f35ee79f563b61a0ac4ae3529..447d36991a8338f69daee1313c2b786654d91026 100644 (file)
@@ -286,3 +286,9 @@ test.must_exist(non_existing_subdir)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8f32f61c4b114d2434cc5aefdc1d8c999732104c..eaac22dd81a11b2120f65a951812d03ca29bed43 100644 (file)
@@ -362,3 +362,9 @@ env2 = Environment(variables = SCons.Variables.Variables())
 test.run()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 87e9657c8254e002ac20cd58444af7a86f45fb91..711957c31023a7137d8cf93bf55d1c9fa6b6c5f7 100644 (file)
@@ -68,3 +68,9 @@ VARIABLE = 'opts2.cfg value'
 test.run(arguments = '-q -Q .', stdout=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index acfdbd6707ab29cb75af7a29e0fd5e64a7dc2d12..0a0a9691fc8a55bbb3f84fc25ccff246e9432a69 100644 (file)
@@ -148,3 +148,9 @@ Use scons -H for help about command-line options.
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 182ed263fef61022987f0dcd8cff210e20c00f12..7cdd27416531e3632b29f26591bab255744bd08c 100644 (file)
@@ -66,3 +66,9 @@ expect = "VARIABLE = bin/local_options.py\n"
 test.run(arguments = '-q -Q .', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 25ebb40103e98bde6254239718b0dcf5dec134b6..2f410944e4a910c60d89db6a945b6a607ec2c683 100644 (file)
@@ -69,3 +69,9 @@ test.run(arguments = '.',
          match = TestSCons.match_re_dotall)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3f065e5dc2593b59841bb5680db2c72211060db7..d1e0bb847f1683244396a06b95271c70e0257c50 100644 (file)
@@ -69,3 +69,9 @@ test.must_not_exist(['build', 'sample.out'])
 test.must_not_exist(['build', 'sample.junk'])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ea4e61b9240cb178fe29522fcfb19b54e9d1cf43..725404ce4d0bf092a75828b7c84d99e2848287c3 100644 (file)
@@ -68,3 +68,9 @@ test.must_match(['build1', 'f2.out'], "f2.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:
index cba6c2fcdf1540baacc52f0cac7fedd0d7c647c4..088ead2137e7b0515a1d1db181143a714de84a3c 100644 (file)
@@ -270,3 +270,9 @@ test.run(chdir='test3')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 813bb2f1d41a6d288dcaba0c42e5349009db6af8..f2c0a7c9d0baa475aa5f07eb8f2c9cc4d2c9611f 100644 (file)
@@ -404,3 +404,9 @@ non_existing.h:
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 80f47d53134d50ef15cd1bf0fcbfe96009882e84..f31cd71c85ba8638e23226a3f25fab2176580de3 100644 (file)
@@ -171,3 +171,9 @@ test.run(chdir = 'duplicate',
          stderr = expect_stderr)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 672e157088f2c0341a2a03b53080634ff5a7cb7f..294253bb7d02e6ff6f3b58bce3b0b80f1feb3509 100644 (file)
@@ -67,3 +67,9 @@ test.must_exist(test.workpath('debug', 'src', 'test.obj'))
 test.must_exist(test.workpath('debug', 'src', 'test.exe'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7623b925bd023634084c62cf3b7488ccaacb7797..5ddd623a56ac7aff35e344ae0a27b578c65b23a9 100644 (file)
@@ -74,3 +74,9 @@ env.Program('bin/main', o)
 test.run(arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c1d1557bf044d897f7884bc94d854306a2972c41..8782e415b494ce92eb2a02ad3a00caf4bdb02458 100644 (file)
@@ -62,3 +62,9 @@ test.write(['src', 'md', 'test', 'SConscript'], """\
 test.run(chdir='src')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2006b31bb7646b529f8876ffaf68998ec8a93b45..94bd5cbee6ca8067be92dd142e71b4e71bf8fb4a 100644 (file)
@@ -65,3 +65,9 @@ Copy("%s", "%s")
 test.run(arguments = '-Q -n', stdout=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d231fa9daffb5005bf799c44033c3c65103503d5..51a1bc8ae42cc604c34d2bdf73d5d93825808eb7 100644 (file)
@@ -134,3 +134,9 @@ test.must_not_exist(['dir1', 'dir2', 'dir1', 'dir2', 'foo.h'])
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9f1674052aeaca0202e48648cad1e7f249e300ff..113f667601f5262bdc03c18f97c26678c519f184 100644 (file)
@@ -97,3 +97,9 @@ test.run(arguments = '.', stderr=None, status=2)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 355f2b395f72128c907d4552cff94df19ce7237b..2508db580481b260a793df8ebd8ef571da3e009f 100644 (file)
@@ -92,3 +92,9 @@ test.must_match(['work', 'build4', 'file.out'], "other/file.in\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a2c5b012502f672f6aec85c978efdae710bcce96..7a93af4fd58d389f1684822b67c27b0c46e9212f 100644 (file)
@@ -141,3 +141,9 @@ test.run(arguments = ".",
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5b473bcf8d2b414e8a663b00977801b5194b7f2c..513f7fa7ec329c38bf328f5d253762e776322811 100644 (file)
@@ -105,3 +105,9 @@ expect = "scons: *** [ddd.out] Source `%sno_source' not found, needed by target
 test.run(arguments='ddd.out', stderr=expect, status=2)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9c17c196e0afc4af1c9481f3eb5717c9a3ce35ff..84e6389f4f66def3ba644085a87925ffd36efc43 100644 (file)
@@ -67,3 +67,9 @@ test.run(chdir = 'src',
 test.must_match(['build', 'file.out'], "src/file.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index feb5373a9f592263598e6805f27806c4b102bc59..969ccfbf4898e9a6617f201f235a5439b94ed519 100644 (file)
@@ -200,3 +200,9 @@ test.run(arguments='test.exe', stderr='.*')
 test.run(program=test.workpath('test.exe'), stdout='test.cpp2\nshared.cpp2\n')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d39858b8298a8f654b89b14640f3dfd42b8c47ee..d772132a9d2039b80e97486a620648581ba88bf2 100644 (file)
@@ -82,3 +82,9 @@ test.run(program = 'scons.bat', status = 7)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index df350eb110dcbc23dd079e71a6c0c884bb6b823b..875d959882ec2383d20767cfd32571dc68adb8f8 100644 (file)
@@ -146,3 +146,8 @@ scons: .* is up to date.
 
 test.pass_test()
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a00d640d3276b2c6057a5ba712dadfaff22f43f7..c0a0f347b771c664d5934da65f0c21232c86a430 100644 (file)
@@ -86,3 +86,9 @@ test.must_match('ddd.m',        "ddd.yacc\nmyyacc.py\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1425eb838447db96778a0150657238b5f0a822f9..14c4f010eb46a6e88520be2278a628c9627719e6 100644 (file)
@@ -64,3 +64,9 @@ test.must_match('bbb.c', "bbb.yacc\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b2c128d12b0cd0fcac428181a929ea376c453705..f9204401b3cc1fd365fe8195b417d98398b9570a 100644 (file)
@@ -69,3 +69,9 @@ test.must_match('bbb.c', "bbb.yacc\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 39b510aa43705c81f1a844e8ef6ea8ed54f09725..e0f5e5ae6dcd581228fdac4b4f9bfa73cb3b70bf 100644 (file)
@@ -82,3 +82,9 @@ test.must_match(['out', 'aaa.c'],     "aaa.y\n -x\n out in\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 231472dfb5e5e82cb39c35a5e620924f5fa70754..ee554b6baa8dbf1f1e37eee78daff543f2bb1a92 100644 (file)
@@ -80,3 +80,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:
index 182f08b651fae5130775a255704c77b22f6db9ad..933fbc5071824ca71735e1c5ba3bddcef310d8bf 100644 (file)
@@ -76,3 +76,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:
index b05471a32956ad9557d8bfb3ce976f43d007ec2e..655cc443f93360a4dffb3339956cdbc552e36b45 100644 (file)
@@ -85,3 +85,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:
index 88cbafbe5c60cbd16d359cb8865bb92cd9f0d303..4922c6a7e9ca3eaf48e81228c8e26bd9cc8d85c4 100644 (file)
@@ -172,3 +172,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:
index 10f0efd839ff656024bd6df6d23ce28308d8ad4f..fffb493bd5c050541d905fb26431d8e33bb2b7d6 100644 (file)
@@ -178,3 +178,9 @@ except ImportError:
         test.fail_test(f4stored_size == f4deflated_size)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 37af7583459657dcfa73de46020f9553a9edd979..c1f6761c25c4dc5282983c66ef299df152409aa8 100644 (file)
@@ -65,3 +65,9 @@ test.must_match('test1.zip', "test1.in\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5284d0a0bf890efb3d5b33dfed36a77d93f1a285..acc77c71e7a73bf5909b0dc94d323d893b858e12 100644 (file)
@@ -65,3 +65,9 @@ test.must_match('aaa.zip', "aaa.in\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b2f78262e7ec4f8e9c49cc742fdc510464fe5dde..ccf5e792b159f663ca88e7980c251bebfa31fdaa 100644 (file)
@@ -53,3 +53,9 @@ expect = """\
 test.run(arguments = '-Q -q', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0618c5ebd905ea7561c05773e3cf51795a364741..11f2be1af7275ea850ee935fb5068b3e955c47a0 100644 (file)
@@ -66,3 +66,9 @@ scons: *** Illegal construction variable `foo(bar)'
 test.run(arguments='.', status=2, stderr=expect_stderr)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d463cce544be7d9e87d2be5092e68f8dac70db93..55a0f247b05bdd35ed7e76eed4e5cfedd1311df5 100644 (file)
@@ -66,3 +66,9 @@ test.must_match('t2-f1.out', "s-f1.in\n")
 test.must_match('t2-f2.wout', "s-f2.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 88260c05a86d1411f3c6884b0897432311b72807..733b539f81fd42f8a5744baacaa24a3a30d853b9 100644 (file)
@@ -204,3 +204,9 @@ test.must_not_contain_any_line(test.stderr(), ['Exception', 'Traceback'])
 
 # No tests failed; OK.
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6ec9d1cb647299ddc6225fa5cff4b000f84bdb48..c3351e112064a2a124a138ea4feef61b264eaf2e 100644 (file)
@@ -97,3 +97,9 @@ test.run(chdir='w1',
          stdout = test.wrap_stdout('build(["foo.out"], ["foo.mid"])\n'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1a1a2d72eef766703be203179dd79c8c0bd97251..c4d392e3c4a193d9bfd1c0a00238424018882932 100644 (file)
@@ -277,3 +277,9 @@ test.must_match(work2_sub_f1_out, "work2/sub/f1.in")
 test.must_match(work2_sub_f2_out, "work2/sub/f2.in")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ee8f9ef00afd5d68d0b6cedcabeac65f4b4ffe1f..ac7a6ea2cda60ecaead894e17cbe1ed9068c531f 100644 (file)
@@ -57,3 +57,9 @@ NO
 test.run(arguments = '-Q -q', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index cab191cf9b8777e931ccd20ae65d974bcdc71b82..3c0380731bfb770d47bce7414b272c75738431df 100644 (file)
@@ -55,3 +55,9 @@ NO
 test.run(arguments = '-Q -q', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 987c12efcf31963e702dffb1c2457a6f19b07a51..9d0e64bcfb5939c85aa18f4dd9a8471920deb0e4 100644 (file)
@@ -52,3 +52,9 @@ expect = test.wrap_stdout(read_str = "mypas1 mypbs1 mypcs1 mypds1\n",
 test.run(arguments = '.', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3cfe6975b7e5a69910193e95436ebf92e6a3ddbb..42c9392c614d412b8ab4dfa51372baabc200f71e 100644 (file)
@@ -62,3 +62,8 @@ test.fail_test(test.stdout() == "")
 test.pass_test()
 
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7e099c187b971e5c7089408677ad8e3ced4f3254..adbeea1e02aefd116850132e5631dc2087a135e6 100644 (file)
@@ -77,3 +77,9 @@ test.must_contain_all_lines(test.stderr(), ["found where directory expected"])
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8d517e507f1f85a01a7471d67b301a471de96e07..03b5686164e490f01e04234d6ba31398f3d466fa 100644 (file)
@@ -53,3 +53,9 @@ test.must_match('out.txt', "f1.in\nf2.in\nf1.in\n")
 test.up_to_date(options='--debug=explain', arguments='.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b76db7c90b895f510f076298509bddc6a1e52fbb..78de13e17302034696eae8c79b63dd825810c2c1 100644 (file)
@@ -99,3 +99,9 @@ test.must_exist(test.workpath('src', 'emit.1'))
 test.must_exist(test.workpath('src', 'emit.2'))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b51c1eac3899a76e45669ccb2c63251b7445198a..12a343092dc49fbb64a571618e91b06ed5877b47 100644 (file)
@@ -125,3 +125,9 @@ test.must_contain_all_lines(test.stderr(), expected_stderr_list)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 742ac9f20dd86abf916ee4e785b8ccdb15769601..3fc13228a39db8f1e3a10c514fe3fca4269a1c7f 100644 (file)
@@ -68,3 +68,9 @@ sys.exitfunc = f
 test.run(arguments='-f SConstruct .', stdout = expected_output)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b438ff4ae4eb1f42d4bc3026604e621516a8a54c..80c97062547d0d88b0379afd1efbd916d88e6aa1 100644 (file)
@@ -113,3 +113,9 @@ test.fail_test(not os.path.exists(test.workpath('sub', 'foo4' + _obj)))
 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:
index 78f96426f8177f058244fcd811ed51e053767fb3..3eed275b13375ade4c2496be4ad9c3e9dc5dcade 100644 (file)
@@ -79,3 +79,9 @@ test.run(chdir='src', arguments=args, stdout=expect)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1888b5d17c64c24bb9b6515cdf81495c302cbbda..93d761b5ee269459c7c63d4cd0cd2daaf510c080 100644 (file)
@@ -422,3 +422,9 @@ test.up_to_date(chdir='src',arguments='.')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7e6a2d4d0b184f709dd929e0114d950e273c21e6..e5f9ba82d671d06cdde06313799948a043b410a5 100644 (file)
@@ -95,3 +95,9 @@ ChangingCopy(["f2.out"], ["f2.in"])
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4bf49811cb434b59f7c3b2c866f5a869bd07031c..d35a31526cb202fc43d1196429824f16bd48a6fc 100644 (file)
@@ -73,3 +73,9 @@ test.not_up_to_date(arguments=args)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f6ff39a2977d5ac54d4418d77e5ba87ee04cf875..d2ffc7de02022b21cb613f4e337e71b850271d2b 100644 (file)
@@ -206,3 +206,9 @@ file5.k 1 line 4
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6f486c912ff4b043c9f409febe43b40af1f0a381..b7fd043e13740b5c18c5916d739ed0f9028a1b06 100644 (file)
@@ -91,3 +91,9 @@ for i in range(1, 255):
         test.fail_test(test.read("out" + c) != contents(c))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bf0cb5a694edbaf031b6801f7c453197a466c804..ee082e3db98eb969866e3bbadb22e92e564c26ef 100644 (file)
@@ -143,3 +143,9 @@ testObject(test, dll('cpp-only'),       'g++ -shared')
 testObject(test, dll('c-and-cpp'),      'g++ -shared')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 17ab4d046645e86cec4468a45895d7c73e2194a4..0b5429a7371bc01fc361f3f8aa665fa96430cafd 100644 (file)
@@ -81,3 +81,9 @@ test.run(arguments='.', status=2, stderr=None)
 test.must_match('f1.out', "f1.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a2afcc5f52593ba6824980b780525692a6b26ede..f0694b10ba67ee511697d88e058e9f5c2b1abe6d 100644 (file)
@@ -133,3 +133,9 @@ test.must_not_contain_any_line(test.stdout(), ['Copy'])
 
 # Then only of the targets using --implicit-cache
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5915cca67c939781a01d529327c987591c967f6c..818784a9fef6c1631e3a74e4f59abfe74cd7582d 100644 (file)
@@ -51,3 +51,9 @@ test.run(arguments='--implicit-cache')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ee2afa5c12b9bd8abc07990dfb569a1f399084a7..41a7fb6a40dc2e160f0b3525c7f7e51db6fd285e 100644 (file)
@@ -68,3 +68,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:
index d682d4391316b462e94bb2e780d3023329a3df8f..a3a6546200280ff4e7236a56e3d98488c8e85d05 100644 (file)
@@ -336,3 +336,9 @@ test.not_up_to_date(options = "--implicit-deps-changed",
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9a018a3df9dbdada862d8315ed2121cc55ce5d7f..272be146d66d35c271f4a7aad3485493b1b48e46 100644 (file)
@@ -128,3 +128,9 @@ test.must_match('fileQuote.out',    expect_extra % 'fileQuote.out')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d10f823c11ee5dc7d245e4168d43ef00e6b7774a..fac8ef561f86fdeb1c0ddf101609a8cf1d2b61c0 100644 (file)
@@ -87,3 +87,9 @@ test.not_up_to_date(arguments = 'two')
 test.up_to_date(arguments = 'seq')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 99a16acdc7382b801fc9fdb0db725cd0c9041f93..6321b8294c6239a56b05da5d8e0c515f00d57402 100644 (file)
@@ -140,3 +140,9 @@ test.pass_test()
 #clean(1)
 #
 #clean(1)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a0ab0fbfa17d24dd03ede6fb01074b059444f834..c617d0b232c886ee25561c524674c382f0a264bf 100644 (file)
@@ -252,3 +252,9 @@ for tool in tools:
 test.fail_test(len(failures))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 916740a54d79c962ce1df9e58190bcacac5fdc26..e8b4a3880f67f8ce40716c5733160303cc80d70c 100644 (file)
@@ -132,3 +132,9 @@ test.must_exist(lib_static_lib)
 test.must_exist(lib_shared_dll)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index cc8f3e284504c103c703935e24a703095050deae..a8bd0589747521d782b4bf51458fdeb533de9abd 100644 (file)
@@ -88,3 +88,9 @@ test.must_match('file.out', "file.in\nFILEFLAG=second\nTIMESTAMP=20090208\n")
 test.up_to_date(options='FILEFLAG=second TIMESTAMP=20090209', arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 59eba6047b77f3e08fd9e3edd9f9d3375d60d668..18fc9b59c3d9132d2a6cd67e33c0a2809a46ba75 100644 (file)
@@ -66,3 +66,9 @@ test.fail_test(test.read(test.workpath('foo3.out')) != "foo3.in\n")
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 602ef802a2ea62abc8e34324301d4cf70d0a630a..46c06fbd239c179229b1f366dca2884d8d02bde7 100644 (file)
@@ -59,3 +59,9 @@ test.fail_test(test.read('aaa.out') != "aaa.in\n")
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index eb3e6093ea52f44f1cd046f1e2c9c677e8ebfdeb..18b674c971917add2667d48fc647151bb109497a 100644 (file)
@@ -166,3 +166,9 @@ test.must_not_exist('build/dir1/x.cpp')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bffacc291bae495b449cb9acdd10216f7b510ef2..6c9101349d5f5812613261e58ab4db5618d31f58 100644 (file)
@@ -69,3 +69,9 @@ test.fail_test(test.read(['subdir', 'ccc', 'ccc.out']) != "subdir/ccc/ccc.in\n")
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b130a1a12fc45360fb843def6a80b1b85509b0e3..0a6947cc008b619cf34a84280a671795797746a8 100644 (file)
@@ -95,3 +95,9 @@ scons: Nothing to be done for `xxx'.
 """))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f6a16a208defdaffd1f46d0fc581378830fd7752..78bb8d229b3392e7db2bb0834ceed1c66d6a4365 100644 (file)
@@ -59,3 +59,8 @@ test.fail_test(not os.path.exists(test.workpath('-f2.out')))
 
 test.pass_test()
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8ce52a91fced83dee07d28eb2cc482fcf9d8fa9f..fac754864da7dd8ac8c09dbcc9e5d1a2619d5820 100644 (file)
@@ -88,3 +88,9 @@ test.run(arguments = '-C %s -C %s .' % (wpath_sub_dir, wpath_sub),
                                    build_str = "scons: `.' is up to date.\n"))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b7cc1f42a302395eb312ded1251af0be08afae95..d65349a0c1c22e66b761981e8a1607a3eee413e6 100644 (file)
@@ -59,3 +59,9 @@ test.run(arguments = '--include-dir=sub2 --include-dir=sub1 .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ce9a161bafd5722ae13dfbf0f7c3a65f82fea952..46a047ec3a0ba474ad4cbfe9f514997b27a49595 100644 (file)
@@ -66,3 +66,9 @@ test.fail_test(os.path.exists(test.workpath('f1.out')))
 test.fail_test(os.path.exists(test.workpath('f2.out')))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7208e904a739134a9b781a4d6975c21b497af11f..5fecc670a88214f08228dccd86265b6f3edf22bd 100644 (file)
@@ -38,3 +38,9 @@ test.run(arguments = '--no-builtin-variables .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 719241d4f62ed0562be1c315d65970fd8fe4c108..e95f14f4806eb5828d5159354f1180e93e73fa16 100644 (file)
@@ -39,3 +39,9 @@ test.run(arguments = '--stop .', stderr = "Warning:  ignoring --stop option\n")
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8c4a6167fcaaacd9e39b5b95bc24cf10d6f3dfd3..9f6fbe4960d87ed4a217aca58326d61b004d8359 100644 (file)
@@ -44,3 +44,9 @@ test.run(arguments = '--assume-new=foo .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 99d6939823e1200c36a8b83e63b8404b36197785..69951c0bf57bec83b94d570443652551544bd88c 100644 (file)
@@ -310,3 +310,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:
index 6c631b318cb85502c35e2bcba442ccd78bbe80bb..642589e53affe4b25a57c3bb82172e5e85f13730 100644 (file)
@@ -115,3 +115,9 @@ SCons error: `nonsense' is not a valid duplication style.
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index af038e423f5cf4c24bd7c38267872084bae72ee7..ce3aed4a141e2f80f037abb099d357c7b67be061 100644 (file)
@@ -35,3 +35,9 @@ test.run(arguments = '--list-actions .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ad39d9027dc57deab22f2d9247c6f04d46db7da0..2145de59b409ce3f3fa9d6f5f3ecf1ba8d9e93c8 100644 (file)
@@ -35,3 +35,9 @@ test.run(arguments = '--list-derived .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6a8f07af51e2039f9fed7c4bd728e9dd2eb918a5..cafcb57f4b579c095c8ffc052a70c6200a882143 100644 (file)
@@ -35,3 +35,9 @@ test.run(arguments = '--list-where .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6d820fe1ff974a855b4e093e681e5b2e3d30cec7..87a5ffe59b2c49ee4c3fe1e871708faaaef6a031 100644 (file)
@@ -120,3 +120,8 @@ test.fail_test(test.read('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:
index c34591641756067554e4876c872b56dfc9f341dc..42a92ada0990cc33585a6dbf32e693c6c2b7d6be 100644 (file)
@@ -35,3 +35,9 @@ test.run(arguments = '--override=foo .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index eebd34eed42116b35286ef7e502104f2739ce1d9..0e5cc6686f68b5987279c6c19f5f9292c122f378 100644 (file)
@@ -116,3 +116,9 @@ test.run(arguments = '-c --random .')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 760a5cda9f1b9e8eea4e28e484fa0ce6c630717f..7e8cfa7f141d716c041388546d3f265ca6e169f6 100644 (file)
@@ -35,3 +35,9 @@ test.run(arguments = '--write-filenames=FILE .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 34567465d544e36f6378a92cdcf98d0a09f3966b..b08567f62ec193df5e5267ab168f227d2eb2a07d 100644 (file)
@@ -43,3 +43,9 @@ test.run(arguments = '--warn-undefined-variables',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 495e933dd1ee4d452b92f143b0a98c4a36b24255..5a1e6452fb19a7e49844b6f2f2b4a893993299ec 100644 (file)
@@ -35,3 +35,9 @@ test.run(arguments = '-b .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 323c89dd811113f6e9c07aadbc76bafa2c96f253..6ea4e58aea3abd426c550b6e79cd9d732a667038 100644 (file)
@@ -316,3 +316,8 @@ test.must_not_exist(test.workpath('foo.out'))
 test.pass_test()
 
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8fb585c52ad7cb93e0d8617ae1c0d924b15b6ada..2a238d3aaabb4596433fead4c2e32244a559c16e 100644 (file)
@@ -102,3 +102,9 @@ scons: warning: Ignoring missing SConscript 'no_such_file'
 """ + TestSCons.file_expr))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a4ea4ac52f71278e1528144a9899a7b8737c9f13..a1b3a98f29b39dbeaf63e078c23be3489f677d23 100644 (file)
@@ -92,3 +92,9 @@ test.fail_test(test.read('bbb.out') != "succeed.py: bbb.out\n")
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4a3669bbc82e9ca1266596f0019a1abe1388d918..316340e54b7d9bc150cdaed47c0bb6c85e9cde0d 100644 (file)
@@ -220,3 +220,9 @@ test.fail_test(start2 < finish1)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4a460a2b2fec5efdfea3cf33da93b467d7e18eb9..588b3310f4c314496646160f9756a930a43b4361 100644 (file)
@@ -293,3 +293,9 @@ test.must_exist(['work3', 'ccc.out'])
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 57659e4ed772252dc9674d65af052955efc80bda..eedb01e76a7bb07d682d7f81f8d7414a2495464a 100644 (file)
@@ -41,3 +41,9 @@ test.run(arguments = '--max-load=1 .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f44f6f3e0ebd7c41e3bcc9ec16866d0a985cb1f6..319b4f7bba4249cb21bd874ec389818a147312fd 100644 (file)
@@ -35,3 +35,9 @@ test.run(arguments = '-m .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9f7391e393c06eba404431e385ffdc0bfbfb9fb0..6fb80580404b743b5db3dfd7a4e08fa8c75f3f73 100644 (file)
@@ -235,3 +235,9 @@ log2_mtime = os.path.getmtime(test.workpath("configure","config.log"))
 test.fail_test( log1_mtime != log2_mtime )
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d73ca516d60b5d67f4e3b02c1d944a1b2ac483cb..23f102b8c5f44ff02c8e7fb20331f3f6d7537dfd 100644 (file)
@@ -41,3 +41,9 @@ test.run(arguments = '--assume-old=foo .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index beb3a2f08244e103596edfa9c12524d0fa41faab..c4c5d7536d87b26058fe83d1703b700f53221e03 100644 (file)
@@ -35,3 +35,9 @@ test.run(arguments = '-p .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 42c08c450ac467341c7288873cd8e68746da1b0b..0c124d121ea4ad68880744c353ea0cca54d7ee68 100644 (file)
@@ -38,3 +38,9 @@ test.run(arguments = '--no-builtin-rules .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 20f39fb736b8c0a7fc6bdf8d255b98acbaa9e1e9..c875495ce56d3674e3868bc485f2280d8cad1e5a 100644 (file)
@@ -70,3 +70,9 @@ test.fail_test(not os.path.exists(test.workpath('f2.out')))
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 905f7d301272f9857e6f49e11213f6a9ccd69795..f7ec081e98bcf6527eab70b121ab9d3d14da7718 100644 (file)
@@ -38,3 +38,9 @@ test.run(arguments = '--touch .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bfe4cd8cd37fcb1c1de402e86e5c79ea1eb05518..cbda8dd4b67aee35f9b8eff8ac3387e876e2f66c 100644 (file)
@@ -45,3 +45,9 @@ SCons error: no such option: --ZizzerZazzerZuzz
          status = 2)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b91e4d9b00dd83722648ffdf5d3ebb88ea4109e3..5065eda221aa9775a4aa6daaa00ab4c8b4f61191 100644 (file)
@@ -64,3 +64,9 @@ if not test.match_re(stdout, expect1) and not test.match_re(stdout, expect2):
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0f8a9a55dba3a8714b5992189335af8471eee5f9..055769a9f3989deb1eeddde9d5d859c097e6da60 100644 (file)
@@ -142,3 +142,9 @@ test.run(program = test.workpath('subdir/ddd'), stdout = "subdir/ddd.c\n")
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 11ad66f151e8e7da64c8ac2087f55786cdd8a441..a52e2014eaceb6d0feda28304e40f890e12cab7d 100644 (file)
@@ -94,3 +94,9 @@ test.run(arguments = '--debug=count -h',
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 70fa5b819021cce0ecf5d51e786ce76e977eeee6..ce9719983a6ce554eac2113be5d706eec1dda3a5 100644 (file)
@@ -202,3 +202,9 @@ test.run(arguments = "--debug=findlibs foo.xxx",
 test.must_match('foo.xxx', "a.ooo\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1b7d363db4fccbaf8c0260c41894c0893ce19661..0982a20f9fee5fd218e7e0e19fde910b52c3d3a1 100644 (file)
@@ -119,3 +119,9 @@ test.run(arguments = "--debug=includes foo.shlib")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ff511488d2787d228c1884cfc1a376201fa35a43..f8e4cc3d3b5de7a125ac0674ecb76c6f2a9555af 100644 (file)
@@ -118,3 +118,9 @@ test.must_match('file.out', "file.in\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b130ab9aa1d7c4dc702bf13084e7f5a46370bb09..08385015050185b18260bec8535aed9997193f12 100644 (file)
@@ -79,3 +79,9 @@ test.fail_test(re.match(r'Memory after reading SConscript files: +\d+', lines[-2
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1d3829a2d050a61f9f0f6070b5426aa0896e6740..6a919a4ec537c9e0ed1ac1b3a837f280835f5b4d 100644 (file)
@@ -56,3 +56,9 @@ test.run(arguments = "--debug=objects")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bd79d7f740212af26b44d8a8f8fb816df19f909d..d4d285c203de3d45b6648e3941ec81b5ae19ee91 100644 (file)
@@ -36,3 +36,9 @@ test.run(arguments = "--debug=pdb", stdin = "n\ns\nq\n")
 test.must_contain_all_lines(test.stdout(), ["(Pdb)", "SCons"])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index cdbefbd3c9668d270dd9cd67273523dd5443eb77..b5038215908c37ea430a0f0ce6c6b534333203f9 100644 (file)
@@ -201,3 +201,9 @@ test.must_match('file18.out', "file18.in\n")
 test.must_match('file20.obj', "file20.c\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 80915fd05df6f59e0332759a58f6eb9cd9bceabf..b29b39d06659ae08d595cefaf419e540119d8c91 100644 (file)
@@ -111,3 +111,9 @@ test.must_contain_all_lines(test.stderr(), lines)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8a975a372cdd154737f92a599133db37eba4cb5a..edd3ea5e49ba4bcc27e4262e2c282aed09dd76b1 100644 (file)
@@ -203,3 +203,9 @@ if command_time != 0.0:
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 078bfeaeeb830a14a03e81ea721838031419b38d..8680e2cbfba17eff6a732bf8616c4ffbb0e399b6 100644 (file)
@@ -42,3 +42,9 @@ test.run(arguments = '--environment-overrides .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f9213334752bb89e1c1e8c173f5a85f896a603c4..adcec3aaebc7959bb5a336f0e8f3277e4e748edd 100644 (file)
@@ -55,3 +55,9 @@ test.run(arguments = '-D -h')
 test.must_contain_all_lines(test.stdout(), ['-h, --help'])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f33ae5244da7888ece55e8d152ef4cd48a6d5136..9a87306885690dcda9579a63155b0c6e08653b71 100644 (file)
@@ -69,3 +69,9 @@ if lowered != sorted:
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8c294801866ce39fe428f6b846764b6490e01aec..43faf933bef20db46997bf518c3080213324805e 100644 (file)
@@ -119,3 +119,9 @@ env.Command('test.stat', 'test.big', Action(get_stat))
 
 test2.run(arguments='--md5-chunksize=128', stdout=expected_stdout, stderr='')
 test2.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bb0abbf697b84c8b9a2e5fb227927a593ce3304a..850a48400c994f4e804df58c6daa6e254ff15066 100644 (file)
@@ -39,3 +39,9 @@ test.run(arguments = '--no-print-directory .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a5d8fcf677a1e6e883211c55439b6c861b701b55..96d9d7be73f569c2dd8a46eda72520566a02e37b 100644 (file)
@@ -42,3 +42,9 @@ test.run(arguments = '--print-directory .',
 
 test.pass_test()
  
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index aafebda1de70b317f34fcde725c94864daa965bd..ed5bc0aae9e57eabb96017eefd79754499a470e8 100644 (file)
@@ -104,3 +104,9 @@ test.fail_test(len(memory_lines) != 1)
  
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d30cbec4013f3af4fbf3e176cfebdd8b3ba9dc4e..a71e71e8abe118c1ac42aedc4b0510a940e62c38 100644 (file)
@@ -59,3 +59,9 @@ test.up_to_date(chdir = 'work1', options = opts, arguments = '.')
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b6bcc593de0cb3e70584ef03812d5d35f181e158..0a92f1318a9766cb7b1607af7affaff2167b7bcc 100644 (file)
@@ -59,3 +59,9 @@ test.up_to_date(chdir = 'work1', options = opts, arguments = '.')
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 495f86dd2ec12a1495c20b83318b8a3ae618c7a5..9458356c3f409bfe3a15a2f9536affd74db80ce3 100644 (file)
@@ -355,3 +355,9 @@ else:
     test.must_not_exist(['work2', 'f2.out'])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 23545c1f36aea1c4066d1b7770b26dcdab8e04dc..28f4574bcb486c8a3602f99c3686ba6ad4b794a5 100644 (file)
@@ -221,3 +221,9 @@ Taskmaster: No candidate anymore.
 test.must_match('trace.out', expect_trace)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index aa92936945a958bf1bfca982854946f18d9a87af..0bd1717511a11d45f24cfef2fce42e46e8126017 100644 (file)
@@ -227,3 +227,9 @@ if string.count(test.stdout(), tree1) != 1:
     test.fail_test()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3ec33d79805675ed3f36af33d13e7ba8999c8138..8490612fcbc1fdf9bffaeb9e549a852810842d75 100644 (file)
@@ -139,3 +139,9 @@ test.run(arguments = "--tree=derived foo.xxx",
 test.must_contain_all_lines(test.stdout(), [dtree1])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c9293c282874466feec227d4279ab907b4d402a6..272134498d14c4c15791ae369929b0d4270da222 100644 (file)
@@ -80,3 +80,9 @@ test.must_contain_all_lines(test.stdout(), [expect])
 test.up_to_date(arguments = 'foo.h')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b849bed86bb0974f1ceec0e58943236e16344313..c0562780ae355f0a78092ab607fdb808afee7f3d 100644 (file)
@@ -71,3 +71,9 @@ test.run(arguments='--warn=no-dependency --warn=all .',
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 90a75067cafe8a6b70d4a66471515ef547e4cd56..a1c156bfce6a95299b4d5ae14a62c60091bbac6e 100644 (file)
@@ -78,3 +78,9 @@ test.run(arguments='WARN=no-duplicate-environment file1.out',
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f92ccb0f90df7296d58e1978606c44a07f6e4126..e8b6358f61ac7671da147555ed4c531a023f6e82 100644 (file)
@@ -77,3 +77,9 @@ test.run(arguments='WARN=no-misleading-keywords .',
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f0aab0457fa1a3ed0986c9ff131c2277e0db07f5..9dc5eee9c574794ec47e14d1d754d685a295f0e8 100644 (file)
@@ -67,3 +67,9 @@ test.run(arguments = 'WARN=no-missing-sconscript .',
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ac936d5816ed1881a36f27b7811a79b4222a4f8b..d706ab7646553e90f4d256ab9666871b252e0415 100644 (file)
@@ -127,3 +127,9 @@ assert test.read('goodbye.not_exe') == 'this is not a program!'
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6eae270d1bb5daccc64fbca887d455b9ce297321..9554383935e09e22b068707c081617324e60a9d7 100644 (file)
@@ -74,3 +74,9 @@ expected = test.wrap_stdout(read_str = expect_read, build_str = expect_build)
 test.run(stdout=expected)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9c912480786c045cc6b1818993fcfb27c6fbc41f..9c85b9a03d32c24bd0e2b1f00463662283ba3a15 100644 (file)
@@ -103,3 +103,9 @@ test.run(stderr = None)
 test.must_exist( 'libfoo-1.2.3.tar.bz2' )
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 62ce628e78fe6d8b1a3bc15dafda71a79fe62416..08889a9b846b8a890a7ecf8e9cfdba4003281ad2 100644 (file)
@@ -127,3 +127,9 @@ test.run(arguments='', stderr = None)
 test.must_exist( 'foo_0.0_arm.ipk' )
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e7b0c2d09b8fc41290940f65567889495faba144..bc786eef7f9ff4c1ae6df36398c7ffc07e29b12d 100644 (file)
@@ -89,3 +89,9 @@ test.fail_test( not Package.attributes['Description'].value == 'balalalalal' )
 test.fail_test( not Package.attributes['Comments'].value    == 'this should be reallly really long' )
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c2aaf35654e964ffde1801bfbac00168ea5bb5c1..2cc9e618f8f2e103ae756034b2a406eaa86b9f84 100644 (file)
@@ -170,3 +170,9 @@ componentrefs = features[2].getElementsByTagName( 'ComponentRef' )
 test.fail_test( not componentrefs[0].attributes['Id'].value == 'file3.dll' )
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3fb4e6eef888854e3847540eb87927fde153f51e..0de241ed849cc8b7ac1afe17f3de1bd3906bee01 100644 (file)
@@ -138,3 +138,9 @@ test.fail_test( not elements[4].attributes['Title'].value == 'Java Part' )
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bbf273f9deb682641e11a42d160bbf0aa40a5987..8c3f72de8399f28ad7f86b3d5e40427a0fd6d19d 100644 (file)
@@ -97,3 +97,9 @@ test.must_exist( 'src-1.0.tar.gz' )
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 80758abd08257a6bf721f641456ad7914d55c430..66b81a36b16e140ca9f351e106f62bfd35a8ec31 100644 (file)
@@ -78,3 +78,9 @@ test.must_exist(['two', 'two-1.0.0.tar.gz'])
 test.must_exist(['three', 'three-1.0.0.tar.gz'])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ce16e95274ccc4999f80e1dea9c3f235bc3b22ec..c1d6720d88d03e06c9606c88c97cd7efd7b16652 100644 (file)
@@ -86,3 +86,9 @@ test.must_not_exist( 'bin/main.c' )
 test.must_not_exist( '/bin/main.c' )
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 66bdd5398098a7e44eb5fe202022816fa0694973..f7224ba8e912b27faf46182144d00f98d96be6c9 100644 (file)
@@ -106,3 +106,9 @@ str = os.popen( 'tar -tzf %s'%test.workpath('libfoo-1.2.3.tar.gz') ).read()
 test.fail_test( str != "libfoo-1.2.3/src/main.c\nlibfoo-1.2.3/SConstruct\n" )
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 11f6645c4562b236add6522fe4ec9550ffdb402b..7ae5473b06254d5c843e5498afc7b79a788ff508 100644 (file)
@@ -105,3 +105,9 @@ test.must_not_exist( 'foo-1.2.3/src/main.c' )
 test.must_not_exist( 'bin/main' )
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2949a2feab17811dd56f04d6000f55ca26e55999..c383b574de4886d5b4e8899caddde795b0a62f99 100644 (file)
@@ -86,3 +86,9 @@ scons: *** Setting target is not supported for rpm.
 test.run(arguments='', status=2, stderr=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 24d8ddd7b172ae2a91465af7646811c923a8ed31..e9fcc128cf80fc62bf5c8d55065681fb5a33b6e1 100644 (file)
@@ -179,3 +179,9 @@ test.must_exist( src_rpm )
 test.must_exist( machine_rpm )
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5b85db3127bf4538f2d263d8d11776ef5be622a5..c3f1f4e2dceb4079d5477c6c9e547e0c652c4de6 100644 (file)
@@ -113,3 +113,9 @@ test.fail_test( not os.popen('rpm -qpl %s' % machine_rpm).read()=='/bin/main\n')
 test.fail_test( not os.popen('rpm -qpl %s' % src_rpm).read()=='foo-1.2.3.spec\nfoo-1.2.3.tar.gz\n')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 2a372658a4dc9754a34dcf442f015720078899a2..14da4bb277af59581c12c367a8c2d27c63f8082b 100644 (file)
@@ -92,3 +92,9 @@ test.fail_test( not os.popen('rpm -qpl %s' % machine_rpm).read()=='/bin/main\n')
 test.fail_test( not os.popen('rpm -qpl %s' % src_rpm).read()=='foo-1.2.3.spec\nfoo-1.2.3.tar.gz\n')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c08b4ef5f77514ea6bc2805186f6cfc291081634..6a242c6e3f27e0b0f9a70d50223691bf9e2d982f 100644 (file)
@@ -99,3 +99,9 @@ expect = '(0755, root, users) /bin/main'
 test.must_contain_all_lines(test.read('foo-1.2.3.spec'), [expect])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f82940bf57b53e7ae0ef1380424dca59243e21b8..7110c875d0b6f1a32432d06f4f62396ebf372074 100644 (file)
@@ -71,3 +71,9 @@ test.must_exist( 'libfoobar-1.2.3.tar.gz' )
 test.must_exist( 'libfoobar-1.2.3.zip' )
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ec4022015a84bdd18f718b88007d250f895fc267..92f0361aae55b76622cd4488f007d30569e84348 100644 (file)
@@ -63,3 +63,9 @@ test.must_not_exist( 'bin/main.c' )
 test.must_not_exist( '/bin/main.c' )
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3a12a9be12d4694e9897ab78d7b6064813ba168c..d37de001fa0b7319defa845a5a0d9eb3678b0298 100644 (file)
@@ -61,3 +61,9 @@ env.Package( PACKAGETYPE  = 'src_tarbz2',
   test.must_exist( 'src.tar.bz2' )
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6582ed26b8b37e46aecca5919dabe28b20a79758..052adc279086f3ce633ad33ee50771b374bf048f 100644 (file)
@@ -61,3 +61,9 @@ env.Package( PACKAGETYPE  = 'src_targz',
   test.must_exist( 'src.tar.gz' )
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4d7e887a8c02c4766bdf6afb3d1ea40d1ee62f57..76b973798ddd4ac5678eafa9612e662a595cd73a 100644 (file)
@@ -91,3 +91,9 @@ test.must_exist( 'temp/libfoo-1.2.3/src/main.c' )
 test.must_exist( 'temp/libfoo-1.2.3/SConstruct' )
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a2406e6f9d73c7647d1892acb0d9b9d50cd88307..89f3074e42d95c706570c33305ea54639d9697dd 100644 (file)
@@ -63,3 +63,9 @@ test.run(arguments='', stderr = None)
 test.must_exist( 'src.zip' )
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f7abc4cd8bf0366b324038048bdba04a447432fd..cd0b3a37255dad687e2c2f448d76a28f5d4537bb 100644 (file)
@@ -60,3 +60,9 @@ test.fail_test(not os.path.exists('aaa.in'))
 
 #
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 56f65b2bc7de2cc81f0d497bb9e6426c9a13b076..fbebf8da0fb9e9ee3a1799e454c13f1a1eab6318 100644 (file)
@@ -72,3 +72,9 @@ else:
     test.run(arguments = '-f SetOption-python -Q')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index aeaba8ada90c9b53a4ea2e9f417faf1190915d4b..88b07843060b476f0a8636bb4ff2ac7eaa7b3506 100644 (file)
@@ -112,3 +112,9 @@ log2_mtime = os.path.getmtime(test.workpath("config.log"))
 test.fail_test( log1_mtime != log2_mtime )
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index dc07e48f4dfc30420b9d69d9606e4353adda86a3..21e6206325678b7b28bc6ebde08423f182fb37f0 100644 (file)
@@ -73,3 +73,9 @@ test.must_match('bbb.out', "bbb.in\n")
 test.run(arguments = '--question bbb.out', status = 0)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d038724520185cc4d4db63449e6b0c24e2fea3e2..bd1b120e51b46d76c04dfc50c895a39e23dbfa25 100644 (file)
@@ -43,3 +43,9 @@ test.run(arguments = '-q no_such_target', status = 1)
 test.run(arguments = '--question no_such_target', status = 1)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7f8a6d578a9998dcd25b2cdaf9dba0d237ff32c2..3808845a2871dd80c175908fd37f51a51324e672 100644 (file)
@@ -120,3 +120,8 @@ test.run(arguments = 'target' + _obj, stdout=expected_stdout)
 
 test.pass_test()
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 64756ff308ad08141197f095453946cf4522d9e4..55ffeaeb56e997120edafd42f223ef1bcbae2828 100644 (file)
@@ -66,3 +66,8 @@ test.fail_test(test.read('foo4') != 'bar4\r\n')
 
 test.pass_test()
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 402023984d5640862547eb01897fd30554163320..bb2aa1edd1c7a540bf71e0fd0d456aae97091c84 100644 (file)
@@ -58,3 +58,9 @@ test_result = [
 test.must_match('aegis.out', expect, mode='r')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f575bc811fd503c7f7930b58f183446ffdbfdc18..bd479087f817ad93a7efb4ee40c9536f1d83e60d 100644 (file)
@@ -85,3 +85,9 @@ expect = r"""qmtest run --output baseline.qmr --format none --result-stream="sco
 test.run(arguments = '-b . test', status = 1, stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3a5092581d2afb560b84e8cc43571611655af027..bd52a1822431eba01c72024d4dc62fcab7084724 100644 (file)
@@ -60,3 +60,9 @@ expect = r"""qmtest run --output baseline.qmr --format none --result-stream="sco
 test.run(arguments = '-b . test/fail.py', status = 1, stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9b1782cf0f4627771da8f0fdc9c04865282cff60..d1c0f759c7c9eca1a86704a0cc6f7fb1dc9405ee 100644 (file)
@@ -58,3 +58,9 @@ expect = r"""qmtest run --output baseline.qmr --format none --result-stream="sco
 test.run(arguments = '-b . test/no_result.py', status = 1, stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1bc6af12ecd24672ce076f4eb3a59753ccea918c..3644052b69efc849ffbde9d6fa2e11aa1b3fa47b 100644 (file)
@@ -56,3 +56,9 @@ expect = r"""qmtest run --output baseline.qmr --format none --result-stream="sco
 test.run(arguments = '-b . test/pass.py', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5ef2363889bec6626aa3931788d67ff6881dff41..ddabfbf4daa180851e130a9d20881aa702492d20 100644 (file)
@@ -110,3 +110,9 @@ test.run(arguments = string.join(testlist),
          stderr = expect_stderr)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f2bf6eb93f04f7d526bf59dd961f2147c26e4f9c..3980b7077a4fdc5aad39df0cf8a77fb35d997790 100644 (file)
@@ -100,3 +100,9 @@ test.run(arguments = '--noqmtest %s' % string.join(testlist),
          stderr = expect_stderr)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0abfe9329a9812bef71e2827942a810d84fb0f8a..38a5bc6fc223431bbc796842de8f8e96299ef368 100644 (file)
@@ -94,3 +94,9 @@ expect = r"""qmtest run --output results.qmr --format none --result-stream="scon
 test.run(arguments = '-t test', status = 1, stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d26f98e23de1d4c0a34fb00968624ae63369b66c..1830aa7babc22628d5b16c25aafeb98898cbb0c8 100644 (file)
@@ -70,3 +70,9 @@ expect = r"""qmtest run --output results.qmr --format none --result-stream="scon
 test.run(arguments = ['-P', mypython, 'test'], stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6bee872fe75e32db715e2c0caf7826895035142c..0c9997fd78d8b8b34498aceda7c75a20a22e7617 100644 (file)
@@ -87,3 +87,9 @@ expect = r"""qmtest run --output results.qmr --format none --result-stream="scon
 test.run(arguments = 'test', status = 1, stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1e8e7b6ed94db920ade0af5740bef9a604749513..f060f507fdd1bc36d9bfb8549697e528d96888aa 100644 (file)
@@ -62,3 +62,9 @@ expect = r"""qmtest run --output results.qmr --format none --result-stream="scon
 test.run(arguments = 'test/fail.py', status = 1, stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 16499c824c62fdaa6a5b01dc47c188357d689aea..55d6f0e59f64e2080b7ab4db0cf4017dc1c06456 100644 (file)
@@ -60,3 +60,9 @@ expect = r"""qmtest run --output results.qmr --format none --result-stream="scon
 test.run(arguments = 'test/no_result.py', status = 1, stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 561665ab2fd893c555e80bb65b4df7150b8c7cec..ee7bc7406c05b92006e9862bfd10a7dcc1942d85 100644 (file)
@@ -58,3 +58,9 @@ expect = r"""qmtest run --output results.qmr --format none --result-stream="scon
 test.run(arguments = 'test/pass.py', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index eebdce4d2889ff5e0e2f82fb1084e96321a125db..70d10f0db46afea29f2036e9c40a58edc936953c 100644 (file)
@@ -74,3 +74,9 @@ expect = r"""qmtest run --output results.qmr --format none --result-stream="scon
 test.run(arguments = 'src', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0c9d84c72133441c988ab5ae1abee4e777bb0683..a9d2565b2b88c8f567c43e8e70918c80d8929293 100644 (file)
@@ -74,3 +74,9 @@ expect = """qmtest run --output results.qmr --format none --result-stream="scons
 test.run(arguments = '-f t.txt', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e1c14cf7f4095b56b7aa75d2996239e195c2b24c..52b718a21909d7abbc32e2e509313f9b590e70ed 100644 (file)
@@ -189,3 +189,9 @@ if non_matches:
     test.fail_test()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8f71ac7c24a7dbb7e87d822e19b263cda86d446f..8a1c5e87c200c81c584d31a90d19a7401e2a7c3e 100644 (file)
@@ -75,3 +75,9 @@ foo.c
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 66c58539d9696b9918e1506b8c8e561855abe125..fe24f998c3337c56174a0d404d3df38f9927a395 100644 (file)
@@ -47,3 +47,9 @@ expect = r'\d.\d\d\d prof\.py:1\(_main\)' + '\n'
 test.run(arguments = 'func foo.prof', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 80ec93e2c957ea4b3ade3304e49741aeed770b25..0ce43404547abd0b0576a5e1dbc14d39e08d5ab8 100644 (file)
@@ -62,3 +62,9 @@ test.run(arguments = 'func -C profs foo-*.prof', stdout = expect)
 test.run(arguments = 'func --chdir profs foo-?.prof', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 33a9908c1536414fc553186d51f99c2461f22455..fa9d36eef003febc45f5a7789c0778d9678bf3d1 100644 (file)
@@ -99,3 +99,9 @@ test.run(arguments = 'func --file st2.conf --fmt gnuplot', stdout = expect2)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 92eb837d598a483c704c214f0cb622d9f12410c7..254a754c02227a4ef971c8bc700e010d1dd54630 100644 (file)
@@ -80,3 +80,9 @@ test.run(arguments = 'func --format gnuplot --title TITLE', stdout=expect_title)
 test.run(arguments = 'func --format=gnuplot', stdout=expect_notitle)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 27bb94d0cc1b8ab387107ad194a7981615f0efe2..c76bb2f2488cd55457a71a93d4a1e8d62298d8ae 100644 (file)
@@ -56,3 +56,9 @@ test.run(arguments = 'func --func f1 foo.prof', stdout = expect1)
 test.run(arguments = 'func --function f3 foo.prof', stdout = expect3)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4a629ed298fb14e06e654e183e30a87fd2c50925..d3fd960dc02d05e293f5eef6c144357b39223371 100644 (file)
@@ -55,3 +55,9 @@ test.run(arguments = 'func foo-*.prof', stdout = expect)
 test.run(arguments = 'func foo-?.prof', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c451b338c4cadb131d6c28a4fa476fcbd5bbaa0b..61a1a6db6295aa53d07333c53e19db37fb876ed7 100644 (file)
@@ -55,3 +55,9 @@ test.run(arguments = 'help func')
 test.must_contain_all_lines(test.stdout(), expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0767ae6ffd2e184d7c6c3a19f540f6b267dcb515..4e2df8d1d58f3af6a8dbcfdbfc436ac6044353c8 100644 (file)
@@ -41,3 +41,9 @@ scons-time: func: No arguments specified.
 test.run(arguments = 'func', status = 1, stderr = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 53dfea6fe45d1ddc90c9b26ace3cfb49f06f8889..fe3618f721ffc6a60cb36c0a9ae537cef755241e 100644 (file)
@@ -63,3 +63,9 @@ test.run(arguments = 'func -p bar', stdout = bar_expect)
 test.run(arguments = 'func --prefix=foo', stdout = foo_expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 816a7a1dbcbbfe4fbecaae72004c1738229da172..91fa6c803e4574cc1683578013eb5f96d0bfc73a 100644 (file)
@@ -54,3 +54,9 @@ test.run(arguments = 'func -t 3 foo-*.prof', stdout = ''.join(expect[-3:]))
 test.run(arguments = 'func --tail 5 foo-*.prof', stdout = ''.join(expect[-5:]))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 52842abe757433a80cc81696a0d80f9f67c8971a..7de7fc669dcc95937e1f2750cb1f6c31e4b42100 100644 (file)
@@ -56,3 +56,9 @@ test.run(arguments = 'help')
 test.must_contain_all_lines(test.stdout(), expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 43f442741d134db9ff75d27ace5985eed9c28cd4..8fd192dca9938907f55ec159bf5aa8bb6ebabd76 100644 (file)
@@ -57,3 +57,9 @@ test.run(arguments = '--help')
 test.must_contain_all_lines(test.stdout(), expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a97f75684804230d0c69929daebe18c05b86937c..52dbd2cb8b116069ce33953de250c687c3edff37 100644 (file)
@@ -55,3 +55,9 @@ test.run(arguments = 'mem -C logs foo-*.log', stdout = expect)
 test.run(arguments = 'mem --chdir logs foo-?.log', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a1e7181286ac55438b895a2d9b928e4357342b1c..fb329a0766f3c1aa03b9039f230a395a23e510b2 100644 (file)
@@ -76,3 +76,9 @@ test.run(arguments = 'mem --file st2.conf --fmt gnuplot', stdout = expect2)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a4e0f19f250737a4a7343d68cf2d2bd516c9ab8d..5f3e9cd7d01b0991c8deb2ca67f1b9aea3c650b9 100644 (file)
@@ -70,3 +70,9 @@ test.run(arguments = 'mem --format gnuplot --title TITLE', stdout=expect_title)
 test.run(arguments = 'mem --format=gnuplot', stdout=expect_notitle)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6f5174fa51bc76ff503fb422d0bedaed61bac8df..04d8b095634f46657f7c138501f9167f6b9bd9fc 100644 (file)
@@ -50,3 +50,9 @@ test.run(arguments = 'mem foo-*.log', stdout = expect)
 test.run(arguments = 'mem foo-?.log', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3adb1213cfeec04c407d0a703a10cb1e0e457db3..4ff34fae0264c6622b278dc66fe50096a87a59d6 100644 (file)
@@ -55,3 +55,9 @@ test.run(arguments = 'help mem')
 test.must_contain_all_lines(test.stdout(), expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index cb47c9bc04a1707d6c2cab6329335a2816598528..0d1380f8f410bf250f6f08aed24697e62dcd634d 100644 (file)
@@ -41,3 +41,9 @@ scons-time: mem: No arguments specified.
 test.run(arguments = 'mem', status = 1, stderr = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 41eb4e40919d9d0815c32f45bf0f81649c833a63..5e64dad48f127659311e33222abc957b45bff4b6 100644 (file)
@@ -60,3 +60,9 @@ test.run(arguments = 'mem -p bar', stdout = bar_expect)
 test.run(arguments = 'mem --prefix=foo', stdout = foo_expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 88b21e29e5f8a76f5bcf7b87da2b864118c9895f..849c71e5157f8f4eda7195e8c5ca4f139904e730 100644 (file)
@@ -81,3 +81,9 @@ test.run(arguments = 'mem --fmt gnuplot --stage unknown',
          stderr = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e2c7ede1bc2cb499db8484ebb048f9b9d7383b04..19f4036de746eb2aefbc7aaecf4ad3e0a50a4aae 100644 (file)
@@ -53,3 +53,9 @@ test.run(arguments = 'mem -t 3 foo-*.log', stdout = ''.join(expect3))
 test.run(arguments = 'mem --tail 5 foo-*.log', stdout = ''.join(expect5))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ba98da2edfd3ed479456bad4e8d4550b21c7adb4..1ea6901057a0cc15344fcce59e5cdc31aa887ca7 100644 (file)
@@ -40,3 +40,9 @@ Type "scons-time help" for usage.
 test.run(arguments = '', status=1, stderr=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5e7df89b644452ad9085ad725f7ddae6f6bfd28c..5b7fe2283b450c59b3696f9b573175577c6b4c02 100644 (file)
@@ -55,3 +55,9 @@ test.run(arguments = 'obj -C logs Environment.Base foo-*.log', stdout = expect)
 test.run(arguments = 'obj --chdir logs Environment.Base foo-?.log', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3cf8e742c04e4b8cf26db13bfb93294e789988b7..5076d7f329630c8a081aab0d3b1f5b173ae07f7a 100644 (file)
@@ -76,3 +76,9 @@ test.run(arguments = 'obj --file st2.conf --fmt gnuplot Node.FS.Base', stdout =
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b47d843a6300949080b59c927c7608e67db92759..cdded16d8da21b0d96f8ab1b06f9470883ff407d 100644 (file)
@@ -74,3 +74,9 @@ test.run(arguments = 'obj --format=gnuplot Node.Node',
          stdout=expect_notitle)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4af285470c9054de20bff531b553c318dec71173..07ccccc37f6875f88927628eb48b767f17a54aeb 100644 (file)
@@ -50,3 +50,9 @@ test.run(arguments = 'obj Builder.BuilderBase foo-*.log', stdout = expect)
 test.run(arguments = 'obj Builder.BuilderBase foo-?.log', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0f21f4d25f2e2961c0320d031f94ca3d29911e75..d4cc1bd0741044e1d00066686f77dcdeaf7edf59 100644 (file)
@@ -55,3 +55,9 @@ test.run(arguments = 'help obj')
 test.must_contain_all_lines(test.stdout(), expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a4d3f845d277ac75dcc9333aca2b5845e0496ea0..9350b797ebeca50b0d94d6e03bad1465eb91784b 100644 (file)
@@ -40,3 +40,9 @@ scons-time: obj: Must specify an object name.
 test.run(arguments = 'obj', status = 1, stderr = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index cd91cebfac52a93af51e30efafe9ad9c6b322e74..50e5df102ce8d43ef998a006e54b6f16fff5e326 100644 (file)
@@ -42,3 +42,9 @@ scons-time: obj: No arguments specified.
 test.run(arguments = 'obj fake.object', status = 1, stderr = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8005dc44d5fbd820c1c345cd9695ed0fb3981052..e669cf28315ddbcd818261817ffca4d55ee97dac 100644 (file)
@@ -60,3 +60,9 @@ test.run(arguments = 'obj -p bar Environment.Base', stdout = bar_expect)
 test.run(arguments = 'obj --prefix=foo Environment.Base', stdout = foo_expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5dbd15b98432d7f31e159eac54e98d747f1b3214..7361f6978c58775a8e908ca4cbc9f398566861e6 100644 (file)
@@ -86,3 +86,9 @@ test.run(arguments = 'obj --fmt gnuplot --stage unknown',
          stderr = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0483d89f9157fb632e980328899bd693b51df16d..9049c89c2188c88a9da1d5f1a945b1a7db3cd977 100644 (file)
@@ -53,3 +53,9 @@ test.run(arguments = 'obj -t 3 Node.FS foo-*.log', stdout = expect3)
 test.run(arguments = 'obj --tail 5 Node.FS foo-*.log', stdout = expect5)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index eebd933f84e46d656c725711ee33d331d221f861..09c6aadcdc9ec894fb908476d80f024fd2b1672e 100644 (file)
@@ -71,3 +71,9 @@ def re_find(content, line):
 test.must_contain_all_lines(content, expect, 'foo-617-2.log', re_find)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a6c48ec1edab87cbffc76b7acd2b4787b9bd8371..590d568e4fa3f0202663c33e74f4a7428cc7eb95 100644 (file)
@@ -47,3 +47,9 @@ test.must_exist('foo-000-0.log',
                 'foo-000-2.prof')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ac69e295fbdaa21ff8c54bc58bdf78f951690aa3..af11c338d089045ec393e725cc04c77daf354014 100644 (file)
@@ -47,3 +47,9 @@ test.must_exist('foo-000-0.log',
                 'foo-000-2.prof')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 18823d75ff0a5ac0f6031ee152f1073471e53822..a85dacffd35ffaa33c76af57e6e47344c01c2186 100644 (file)
@@ -47,3 +47,9 @@ test.must_exist('foo-000-0.log',
                 'foo-000-2.prof')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f7df9a01101180eddf36333b36b44d792096e21a..c349e0202576bd2fc68a44468a9f5f64917dd5c9 100644 (file)
@@ -47,3 +47,9 @@ test.must_exist('foo-000-0.log',
                 'foo-000-2.prof')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b5b122b849c9947b444ba34363a172676a34c8a1..2fad3b855b8a444255104cf9dfd8841d5ecae47e 100644 (file)
@@ -71,3 +71,9 @@ test.must_exist('foo-000-0.log',
                 'foo-000-2.prof')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8ddde3d08ec8c130848ca03147bfb21e38846e23..d393a694d74313dcaf8247f346d7af7989eb98f7 100644 (file)
@@ -75,3 +75,9 @@ test.must_exist('bar-000-0.log',
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 73328ef3021f71e2fc6047f9e20e1e2969bf9a11..167ed49f072bcefca27da79310bf1706be1a3581 100644 (file)
@@ -54,3 +54,9 @@ test.must_exist('foo-000-0.log',
 test.must_exist('INITIAL')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c04c9e77577371361b9fa48250a957eee128d33a..5ef673b625e7a4f71f6287bd611dcacf1fc2b0ad 100644 (file)
@@ -50,3 +50,9 @@ test.must_exist('bar-000-0.log',
                 'bar-000-2.prof')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 4aa85b471d8d3d12107128958cc0a78e193e1656..6cf965b03f5e93880cbcb9a70cab99c4c60d642e 100644 (file)
@@ -66,3 +66,9 @@ test.must_match('foo-000-1.log', "my_python.py: %s\n" % prof1)
 test.must_match('foo-000-2.log', "my_python.py: %s\n" % prof2)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index be34dde208177f3055e577febadff09edf51f6e9..73f041da19e3dd23fc761a7e7c5c31d7037d4c20 100644 (file)
@@ -62,3 +62,9 @@ test.must_match('foo-000-1.log', "my_scons.py: %s\n" % prof1)
 test.must_match('foo-000-2.log', "my_scons.py: %s\n" % prof2)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b46386803cfb17a03b1bdb0f6fb71f857193c19e..1d7ca8e1cb4be94ae58468c8927f1be0f9b7ac44 100644 (file)
@@ -63,3 +63,9 @@ def re_find(content, line):
 test.must_contain_all_lines(content, expect, 'foo-000-0.log', re_find)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8d2abd133834c354b9d5fc9a5e8a503798a71679..482a44dc8ab935019991bf1dbd64680fbe71f30f 100644 (file)
@@ -84,3 +84,9 @@ SConstruct file directory: .*scons-time-.*%(sep)sfoo
 test.must_match('foo-000-2.log', expect, mode='r')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 00a4eb735d33060039c9e3a83b91a4299b9f5743..d7f2b296a2c0f52d0c56ab4dae51691aad557746 100644 (file)
@@ -57,3 +57,9 @@ test.run(arguments = 'help run')
 test.must_contain_all_lines(test.stdout(), expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8a2393937c7aaa38200ce2e2876107252cc3f684..7e729cb16093a6f5c887804eeeaf4eb0b33e6174 100644 (file)
@@ -97,3 +97,9 @@ test.must_not_exist('foo-003-0.log',
                     'foo-003-2.prof')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 520b27dfe1b456d07a084ce50e08c428a8358adb..e01f24bd53b49d4553e05d6427819778d3654282 100644 (file)
@@ -40,3 +40,9 @@ scons-time: run: No arguments or -f config file specified.
 test.run(arguments = 'run', status = 1, stderr = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a2eab7468a381407361afc26730c0bd89816ad6d..db6757cf3db26f11fd4e22dc3b1e46af7b1518f4 100644 (file)
@@ -47,3 +47,9 @@ test.must_not_exist('foo-000-0.log',
                     'foo-000-2.prof')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ddf2d8669e513c5c84475d2c233a035f38a30c1b..0e87c2d257ea7e787759b26bbc68ff9d2c0d4a93 100644 (file)
@@ -46,3 +46,9 @@ test.must_exist('foo-077-0.log',
                 'foo-077-2.prof')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f60eba0551bf5410bb0e28d6fccd63f61cd58cfb..370974b431cf57aa528f79b6497ef63783b5178b 100644 (file)
@@ -49,3 +49,9 @@ test.must_exist(['sub', 'foo-000-0.log'],
                 ['sub', 'foo-000-2.prof'])
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6bc96197e41a609e6bf48d1c8bbd6853052af1f7..df13cd03a7471c885ba2284a7fdb2d97f3999c1f 100644 (file)
@@ -46,3 +46,9 @@ test.must_exist('bar-000-0.log',
                 'bar-000-2.prof')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bd12efe297952796fba895f31b474b910844f1b8..a28e23fb464ff33ec83749280f2ce7ec963e5b06 100644 (file)
@@ -62,3 +62,9 @@ test.must_match('foo-000-1.log', "my_python.py: %s\n" % prof1)
 test.must_match('foo-000-2.log', "my_python.py: %s\n" % prof2)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 453829cbc167cbbab3d47718da00b63eaec50583..58b5e823c38e1f59257078aeccf48ca4ed41e43f 100644 (file)
@@ -80,3 +80,9 @@ test.must_exist('foo-001-0.log',
 test.run(arguments = 'run --quiet foo.tar.gz', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 14ac18d00b0d232ce5cd769a5eda6f43a16c734e..0bf883b6f355e786f79aa38dc123dffb769d251a 100644 (file)
@@ -57,3 +57,9 @@ test.must_match('foo-000-1.log', "my_scons.py: %s\n" % prof1)
 test.must_match('foo-000-2.log', "my_scons.py: %s\n" % prof2)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index eeae750b8c559e43f5c399b87795030a5fc988ad..ef8bc81eca36a9a76f2c023eae3d97a85a45d825 100644 (file)
@@ -59,3 +59,9 @@ def re_find(content, line):
 test.must_contain_all_lines(content, expect, 'foo-000-0.log', re_find)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 935e2a9621f18592f9cf31a69382a44569796ba7..8b0be4ad12f19cd3b881bb4bc594620aa928b6d6 100644 (file)
@@ -145,3 +145,9 @@ test.run(arguments = 'run --verbose foo.tar.gz', stdout = expect % locals())
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index d265422695dc216b4b8cc8cb3aab134711817f26..e3152fcc614ef237881f86cfc5ad7bfee603a17b 100644 (file)
@@ -72,3 +72,9 @@ def re_find(content, line):
 test.must_contain_all_lines(content, expect, 'foo-617-2.log', re_find)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index b2a4d07485cf04e029a52dc5cc787eeaab368429..ef340a10ba6acfdbade05b966027fe6a55152de2 100644 (file)
@@ -55,3 +55,9 @@ test.run(arguments = 'time -C logs foo-*.log', stdout = expect)
 test.run(arguments = 'time --chdir logs foo-?.log', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7542bfccb086b835d728632dbd20ebf272ba7926..d73db79d35e267259c5689e65726027ae17528df 100644 (file)
@@ -89,3 +89,9 @@ test.run(arguments = 'time --fmt gnuplot foo-5-0.log',
          stderr = stderr)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 96bd035bced365e918a913595762c047f7b6ae26..4c3271b0e4bc1a07c5e88856ce7b4e3c6c824829 100644 (file)
@@ -76,3 +76,9 @@ test.run(arguments = 'time --file st2.conf --fmt gnuplot', stdout = expect2)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8a599a48b7a5a59389803fab2039b2c8bab6b97c..7b38626f224a7b6b023b551fd8fe2a103edab210 100644 (file)
@@ -70,3 +70,9 @@ test.run(arguments = 'time --format gnuplot --title TITLE', stdout=expect_title)
 test.run(arguments = 'time --format=gnuplot', stdout=expect_notitle)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 5bf2ccd54094d8c154a3b3841fbfd210a2abfed3..d202e6125bc683e154ec875004b3b9c2ccdd85cd 100644 (file)
@@ -50,3 +50,9 @@ test.run(arguments = 'time foo-*.log', stdout = expect)
 test.run(arguments = 'time foo-?.log', stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index aec4c6fe77224c2e9fbadf9da322c6bb49105f35..3df60f79ff2a0c529419186cb572d82811fbc6aa 100644 (file)
@@ -55,3 +55,9 @@ test.run(arguments = 'help time')
 test.must_contain_all_lines(test.stdout(), expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 510b1b328af993521cc31f03b7999ee190ef63b0..56ed4a1a1a23b4bbaca72814c397acf24ebc194c 100644 (file)
@@ -41,3 +41,9 @@ scons-time: mem: No arguments specified.
 test.run(arguments = 'mem', status = 1, stderr = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ca345b2fc614603ddb20c7e15e4dd8da5bbbbb15..baf06d77a26e3e3e49de23e244521f71149094f4 100644 (file)
@@ -73,3 +73,9 @@ test.run(arguments = 'time --fmt gnuplot foo-5-0.log',
          stderr = stderr)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index cf0462ab97eec54a1634b8a674d32481a62f9073..d12287d54258699bcc0d64fac07ec9014550d4bb 100644 (file)
@@ -60,3 +60,9 @@ test.run(arguments = 'time -p bar', stdout = bar_expect)
 test.run(arguments = 'time --prefix=foo', stdout = foo_expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 600bbc8c9812aa22a007fc05ac946fcfcac717da..372f78525feb60b25042c08cb1148e241f09d868 100644 (file)
@@ -53,3 +53,9 @@ test.run(arguments = 'time -t 3 foo-*.log', stdout = ''.join(expect3))
 test.run(arguments = 'time --tail 5 foo-*.log', stdout = ''.join(expect5))
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 30ce3a620a178e339c6a2daf86cc1d02cdb6923a..170ce49d46fc0deb352428630607bad5d302c5ca 100644 (file)
@@ -82,3 +82,9 @@ test.run(arguments = 'time --fmt gnuplot --which unknown',
          stderr = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index cee07c4ac7acf469e49d1dee487af9aae0e24d82..7cb3370b8903db7901c1ddfa0230c9552c3ac37d 100644 (file)
@@ -42,3 +42,9 @@ Type "scons-time help" for usage.
 test.run(arguments = 'unknown', status=1, stderr=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c4d007cfb080ca65620115a2d4166430341a345b..94c4608c58baa2942391531dbc397ea3cd78ffbc 100644 (file)
@@ -97,3 +97,9 @@ test.run(chdir='work2', arguments='.', stderr=stderr, stdout=stdout)
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3fdc9c0f571e57a8a02dbd9c7ac51e0d19d38a4a..2f8ee73e735be2a9ca03ea3465e18bba0cf01f85 100644 (file)
@@ -109,3 +109,9 @@ Touch("installer.exe")
 test.run(arguments='-Q pass=2', stdout=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9ad679cfa48956c739fc2fd59ffe3c568e4eacce..f5717822bd01066f63f3d7e6de41551e511e02e0 100644 (file)
@@ -102,3 +102,9 @@ test.run(chdir='work2', arguments='.')
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a4cac58840728c00c5536a74b54f5c58bf93296f..607d01d37126f26e8e369b9e502907c4b4994948 100644 (file)
@@ -88,3 +88,9 @@ test.run_sconsign(arguments = ".sconsign",
                   stdout = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 89d562acca36f665d99ac39c86bdbc34838c3c4f..2bf1d078e7618b6aa8a57345432ac29de92c7f0e 100644 (file)
@@ -465,3 +465,9 @@ sconsign: no entry `hello\.obj' in `\.'
 #""" % locals())
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0b5805543d332406d7c35e0bdb07d67628e85624..5a7b5cfd537e535d6b801eb32f76629d26bad7e3 100644 (file)
@@ -173,3 +173,9 @@ hello.obj: %(sig_re)s '%(date_re)s' \d+
 """ % locals())
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3ada44cc6539b894745ed8aded5e24b1cb8579bd..fc21577fe6f295ddb22913345e7465487bc14aa5 100644 (file)
@@ -59,3 +59,9 @@ test.run_sconsign(arguments = "-f sconsign bad3",
          stderr = "sconsign: ignoring invalid .sconsign file `bad3'\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a21ede0497b75bdca96b272c4b66caf618d72474..60232de0fea22b11eb054dfd5120360f99baccd2 100644 (file)
@@ -139,3 +139,9 @@ test.run_sconsign(arguments = "%s -r -f dblite my_sconsign.dblite" % common_flag
                   stdout = expect_r)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 9b819b9c995881bc0c4ef8b44c0ba3396cd987df..89243295c3fe24e1e419993700aa6f7e68207929 100644 (file)
@@ -297,3 +297,9 @@ hello.obj: %(sig_re)s \d+ \d+
 """ % locals())
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c97899f204085bd7857e656ec7ddebd7855c1ce2..6d7516cdcd6ac0d83da82e5cf6c995732156dcfd 100644 (file)
@@ -129,3 +129,9 @@ test.run(program = work2_foo, stdout = "content2\n")
 
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e370d21c053077bc0e49c569bb4910218a9557b6..a5d03d6dc252018cd10bc058390169a4bbc74be5 100644 (file)
@@ -81,3 +81,9 @@ test.must_match('f6.out', "f6.in\n")
 test.must_match('f7.out', "f7.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ed2e1d529eb71fff64cf9ec72fcb262dfd0fc2ea..18687239139cd079162bc1bd72c72c10cee71fcb 100644 (file)
@@ -67,3 +67,9 @@ scons: `.' is up to date.\n""")
 test.pass_test()
 
 # end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 3fc5a6de2ef721b63ab96d598e17b890c225466f..d01d41972b59feab40668d8b02097134e44db1ac 100644 (file)
@@ -85,3 +85,9 @@ test.fail_test(test.stdout() == not_expected)
 test.pass_test()
 
 # end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 21853046f2060d5f8f409c9c289846c4a5589320..6617ff21e6731852337d6b95369f299f571e1752 100644 (file)
@@ -45,3 +45,9 @@ test.run(arguments = '-Q --site-dir=whatever .',
 test.pass_test()
 
 # end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index ebe56a672c5770fa85aa59762b04bb35d925831b..ad03eaebbc302f509468dc683b3505da2bc7ad9c 100644 (file)
@@ -60,3 +60,9 @@ scons: `.' is up to date.\n""")
 test.pass_test()
 
 # end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index a05817e7f14f3f5ef56ec5516d48ad2daab72b4e..8e82e9479e8cea3b64ebeb84f5d97f0ad9ed0adc 100644 (file)
@@ -71,3 +71,9 @@ scons: `.' is up to date.\n""")
 test.pass_test()
 
 # end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7af45aaa46e28c1c7bf303df4749c678297469b1..fda7230744977b3c5777554169292385a73b91c3 100644 (file)
@@ -63,3 +63,9 @@ scons: `.' is up to date.\n""")
 test.pass_test()
 
 # end of file
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 50cef7943e568c80455c071f92dcfece6c77196b..fbb885acbd0a27d059bf01e26779908a1241beef 100644 (file)
@@ -60,3 +60,9 @@ test.run(arguments = '.')
 test.must_exist('a')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 8be6a830820dd1fb598a2a25144f4235cf361474..db1ae975194f65db0fb36d78d28b1615b01d39fe 100644 (file)
@@ -61,3 +61,8 @@ test.run(arguments='foo.out')
 
 test.pass_test()
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index f41ae26884b9f791649f85bf04e346c00f740027..91bb51710ad87b7ed73326772347b834d4cf872a 100644 (file)
@@ -84,3 +84,9 @@ for fn in file_names:
     test.fail_test(test.read(out_name) != fn + '\n')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 6cda3dd429c8ef5d140904fff08eec457665e33a..27921a9147fc8e92c7e9f89841569d48b95eb684 100644 (file)
@@ -110,3 +110,9 @@ test.must_exist(prog)
 test.run(program=test.workpath(prog), stdout='Revision $REV: 3.3$\n')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 62240ee4ed96ec3a544db37aaf4e269b5d427bdf..8587dcbc0c6142a57d313ac593aaa6c27dbfbfa1 100644 (file)
@@ -168,3 +168,9 @@ target.out
 test.run(arguments = '.', stdout=expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 31632a9735d5d1a9d0f5cc06862deb263a616499..655de5191a0bfd4a87f9e0db829416a566cb8fae 100644 (file)
@@ -77,3 +77,9 @@ test.must_match(['install', 'f1.out'], "f1.in\n")
 test.must_match(['install', 'f2.out'], "f2.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 991eb233458e0bc99e5fe9fdcca570cbef17b393..fa10cff464f1377c735692af6ddf646874d6482d 100644 (file)
@@ -65,3 +65,9 @@ test.fail_test(test.read(['subdir', 'f4.out']) != "f4.in\n")
 test.up_to_date(arguments = 'subdir')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 16f2d0ecd623d6df7b173eeb2e4c8e8011366713..2802fc8add1776374d39b456d9ece2fefc187c8d 100644 (file)
@@ -140,3 +140,9 @@ test.up_to_date(chdir='src', arguments = test.workpath())
 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:
index 5b9a413989df7bc0d37a95e24286e82c82bcca6d..c6ca1d021f10de98adf0d0e3d1c4bc6383c40045 100644 (file)
@@ -61,3 +61,9 @@ test.must_match('file3.xyz', "file3.in\n")
 test.must_match('file4.123.out', "file4.in\n")
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index bbde65d3dd042cf8a20d1b2fdea607f8d678fb18..bda309e0502e7e5417721a34a0350a0ae5dbedc1 100644 (file)
@@ -65,3 +65,9 @@ os.symlink('../srcdir/main.c', 'src/main.c')
 test.run(arguments = '.')
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 97026d5e50145a3300e39fa66314730fefc15a12..b5ad94962f3d05e7b38f193d3aff2b4b3eef4815 100644 (file)
@@ -57,3 +57,9 @@ test.run(arguments = '.', status = 2, stderr = expect,
          match=TestSCons.match_re_dotall)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 33ad66148f5ee7d3040836f3565638ab2810fd1a..b803a2e031e0ac41be91780b5ebb51ce81482ab5 100644 (file)
@@ -50,3 +50,9 @@ scons: *** [file.out] Source `file.in' not found, needed by target `file.out'.
 test.run(arguments = '.', status = 2, stderr = expect)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 1f544eab662f266299d1a3f79943fa8401571399..6b10033528a30ad1d110cbb6344078b5664821fc 100644 (file)
@@ -109,3 +109,8 @@ scons: `f4.out' is up to date.
 
 test.pass_test()
 
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 0bd1a11d4e3bfa9032d1159d77ee27d75496b2dc..692f6a59ece7c191f349a83cf923c74850a9e48c 100644 (file)
@@ -70,3 +70,9 @@ scons: done building targets.
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 30f126bbad9b99e39fd3a119cdef54e9f85bdcf4..4177550a80fdd61fd56a1b794dee053d4e48f40c 100644 (file)
@@ -69,3 +69,9 @@ test.must_match(['build', 'src', 'file.out'], "subdir/src/file.in\n")
 test.run()
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 7c324b0f6619af861a8b288f648d20bfb3223282..e1e6f3c9c2bbd7ce245af28a51c8bff760e136e5 100644 (file)
@@ -159,3 +159,9 @@ scons: done building targets.
 """)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index 41d892e17691adb37f3c7aa2992aee0a1e4b58de..d7381bd7d7a7f4fbbb5e855f4a672938b41f8d81 100644 (file)
@@ -81,3 +81,9 @@ test.run(options = '-j4 f1.out f2.out f3.out f4.out')
 test.must_contain_all_lines(test.stdout(), expected_lines)
 
 test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index c56fb363310fa85d10b5b23a232b7c2a67728589..820d3ce627f8170d4e6f066e337c02832c6bbb35 100644 (file)
@@ -116,3 +116,9 @@ Revision_Bars = Bars(
         2380 : 'The Big Signature Refactoring hits branches/core.',
     },
 )
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4:
index e83c5f313ab0c33030783289d01c97655c087121..e67f0d74c8700a92cd800d046c4bf1c7cb381936 100755 (executable)
@@ -42,3 +42,9 @@ for line in f:
                category = current = type
        row(date, category, desc)
 print '</table>'
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: