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 | b6eb3e9a8ba7604dd93220d876b1a78d41b5109f (patch) | |
tree | f4ae8889202019c9a5ed7315e33802e03c8705c7 /test | |
parent | 5282b161bd006fff6f2942d21e4924769bd9cf7a (diff) | |
download | SCons-b6eb3e9a8ba7604dd93220d876b1a78d41b5109f.zip SCons-b6eb3e9a8ba7604dd93220d876b1a78d41b5109f.tar.gz SCons-b6eb3e9a8ba7604dd93220d876b1a78d41b5109f.tar.bz2 |
Fix DVIPDF tests, refactor various TeX Tool modules.
Diffstat (limited to 'test')
-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', |