Add command-line processing for all options (with tests).
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 9 Sep 2001 21:47:42 +0000 (21:47 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 9 Sep 2001 21:47:42 +0000 (21:47 +0000)
commitf903d106a238f89c9e079ec9fa4a838209b27ce5
tree148df137dfa88f54b75a2fb9472b9f5e657289a6
parent0d8b3810e6c1df71c6a6b4312d2404af3a62412c
Add command-line processing for all options (with tests).

git-svn-id: http://scons.tigris.org/svn/scons/trunk@33 fdb21ef1-2011-0410-befe-b5e4ea1792b1
39 files changed:
doc/man/options.sgml
src/scons.py
test/option--C.py [new file with mode: 0644]
test/option--H.py [new file with mode: 0644]
test/option--I.py [new file with mode: 0644]
test/option--R.py [new file with mode: 0644]
test/option--S.py [new file with mode: 0644]
test/option--W.py [new file with mode: 0644]
test/option--Y.py [new file with mode: 0644]
test/option--cd.py [new file with mode: 0644]
test/option--cf.py [new file with mode: 0644]
test/option--cs.py [new file with mode: 0644]
test/option--la.py [new file with mode: 0644]
test/option--ld.py [new file with mode: 0644]
test/option--lw.py [new file with mode: 0644]
test/option--npd.py [new file with mode: 0644]
test/option--override.py [new file with mode: 0644]
test/option--random.py [new file with mode: 0644]
test/option--wf.py [new file with mode: 0644]
test/option--wuv.py [new file with mode: 0644]
test/option-b.py [new file with mode: 0644]
test/option-c.py [new file with mode: 0644]
test/option-d.py [new file with mode: 0644]
test/option-e.py [new file with mode: 0644]
test/option-h.py [new file with mode: 0644]
test/option-i.py [new file with mode: 0644]
test/option-k.py [new file with mode: 0644]
test/option-l.py [new file with mode: 0644]
test/option-m.py [new file with mode: 0644]
test/option-n.py [new file with mode: 0644]
test/option-o.py [new file with mode: 0644]
test/option-p.py [new file with mode: 0644]
test/option-q.py [new file with mode: 0644]
test/option-r.py [new file with mode: 0644]
test/option-s.py [new file with mode: 0644]
test/option-t.py [new file with mode: 0644]
test/option-u.py [new file with mode: 0644]
test/option-v.py [new file with mode: 0644]
test/option-w.py [new file with mode: 0644]