diff options
Diffstat (limited to 'test/TEX.py')
-rw-r--r-- | test/TEX.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEX.py b/test/TEX.py index bcdd62e..a5f981e 100644 --- a/test/TEX.py +++ b/test/TEX.py @@ -49,7 +49,7 @@ sys.exit(0) """) test.write('SConstruct', """ -env = Environment(TEX = r'%s mytex.py') +env = Environment(TEX = r'%s mytex.py', tools=['tex']) env.DVI(target = 'test.dvi', source = 'test.tex') """ % python) |