Add a test for the case of a .DVI build using a .eps graphics.
authormanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 25 Nov 2008 18:32:19 +0000 (18:32 +0000)
committermanagan <managan@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Tue, 25 Nov 2008 18:32:19 +0000 (18:32 +0000)
commit54722344b888d0bed5a627b912edb3458880c84d
tree66b0acd1f977dda65f6e0d34273784fe606fb07e
parent77472b77c3b79c4a0661a9e9955d0da7e1b2e407
Add a test for the case of a .DVI build using a .eps graphics.
Test that we don't make a .pdf file from the graphic.
The patch also covers the case of requiring the graphics files
I search for to have an extension so we don't try to build fig.eps from fig.eps...

git-svn-id: http://scons.tigris.org/svn/scons/trunk@3793 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/engine/SCons/Tool/tex.py
test/TEX/eps_graphics.py [new file with mode: 0644]