diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-12-16 19:49:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-16 19:49:12 (GMT) |
commit | fdc0c6204088bbe150ccff906517c94bdae6837f (patch) | |
tree | 538a9f44e9fce2643a27e0d91828b79d91b3e5b8 /test/Removed/BuildDir/README.md | |
parent | e8415886126979bec0a76095ec724a51605b7a87 (diff) | |
parent | 85b6c3efd79561dd9c9af71217ee8dff8b05c37a (diff) | |
download | SCons-fdc0c6204088bbe150ccff906517c94bdae6837f.zip SCons-fdc0c6204088bbe150ccff906517c94bdae6837f.tar.gz SCons-fdc0c6204088bbe150ccff906517c94bdae6837f.tar.bz2 |
Merge pull request #3497 from mwichmann/depr-builddir
Remove deprecated BuildDir, build_dir
Diffstat (limited to 'test/Removed/BuildDir/README.md')
-rw-r--r-- | test/Removed/BuildDir/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Removed/BuildDir/README.md b/test/Removed/BuildDir/README.md new file mode 100644 index 0000000..c4fd879 --- /dev/null +++ b/test/Removed/BuildDir/README.md @@ -0,0 +1,6 @@ +BuildDir/Old contains old tests which used the now removed BuildDir +function, env.BuildDir method, and build_dir argument to SConscript, +preserved here for reference; the presence of an scontest.skip file +means they are never executed. + +The "new" tests verify failure using these symbols. |