diff options
author | Steven Knight <knight@baldmt.com> | 2005-12-16 12:16:00 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-12-16 12:16:00 (GMT) |
commit | 1d015435c604590ce2047848fd534b9900423bb2 (patch) | |
tree | f4ae8889202019c9a5ed7315e33802e03c8705c7 /test/import.py | |
parent | 12c9ca505ccc4a4cf0a10100984913aa03b9f41f (diff) | |
download | SCons-1d015435c604590ce2047848fd534b9900423bb2.zip SCons-1d015435c604590ce2047848fd534b9900423bb2.tar.gz SCons-1d015435c604590ce2047848fd534b9900423bb2.tar.bz2 |
Fix DVIPDF tests, refactor various TeX Tool modules.
Diffstat (limited to 'test/import.py')
-rw-r--r-- | test/import.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/import.py b/test/import.py index 7bcc058..3663f53 100644 --- a/test/import.py +++ b/test/import.py @@ -70,6 +70,7 @@ tools = [ 'CVS', 'default', 'dmd', + 'dvi', 'dvipdf', 'dvips', 'f77', @@ -110,6 +111,7 @@ tools = [ 'mwcc', 'mwld', 'nasm', + 'pdf', 'pdflatex', 'pdftex', 'Perforce', |