summaryrefslogtreecommitdiffstats
path: root/test/DVIPDF.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/DVIPDF.py')
-rw-r--r--test/DVIPDF.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/DVIPDF.py b/test/DVIPDF.py
index 25856dc..26b6b94 100644
--- a/test/DVIPDF.py
+++ b/test/DVIPDF.py
@@ -74,7 +74,8 @@ sys.exit(0)
test.write('SConstruct', """
env = Environment(TEX = r'%s mytex.py',
LATEX = r'%s mylatex.py',
- DVIPDF = r'%s mydvipdf.py')
+ DVIPDF = r'%s mydvipdf.py',
+ tools=['latex', 'tex', 'dvipdf'])
dvi = env.DVI(target = 'test1.dvi', source = 'test1.tex')
env.DVI(target = 'test2.dvi', source = 'test2.tex')
env.PDF(target = 'test1.pdf', source = dvi)