Merge pull request #25 from Daniel-KM/fix_tests

Fixed tests.
pull/34/head
Goulu 2016-09-23 15:52:11 +02:00 committed by GitHub
commit a7f9623b47
1 changed files with 2 additions and 2 deletions

View File

@ -45,13 +45,13 @@ tests:
$(CMP) $$i.html $$i.html.ref || exit 1; \ $(CMP) $$i.html $$i.html.ref || exit 1; \
$(PDF2TXT) -t xml -o $$i.xml $$i.pdf || exit 1; \ $(PDF2TXT) -t xml -o $$i.xml $$i.pdf || exit 1; \
$(CMP) $$i.xml $$i.xml.ref || exit 1; \ $(CMP) $$i.xml $$i.xml.ref || exit 1; \
$(PDF2TXT) -t text -o $$i.txt $$i.pdf || eixt 1; \ $(PDF2TXT) -t text -o $$i.txt $$i.pdf || exit 1; \
$(CMP) $$i.txt $$i.txt.ref || exit 1; \ $(CMP) $$i.txt $$i.txt.ref || exit 1; \
$(PDF2TXT3) -t html -o $$i.html $$i.pdf || exit 1; \ $(PDF2TXT3) -t html -o $$i.html $$i.pdf || exit 1; \
$(CMP) $$i.html $$i.html.ref || exit 1; \ $(CMP) $$i.html $$i.html.ref || exit 1; \
$(PDF2TXT3) -t xml -o $$i.xml $$i.pdf || exit 1; \ $(PDF2TXT3) -t xml -o $$i.xml $$i.pdf || exit 1; \
$(CMP) $$i.xml $$i.xml.ref || exit 1; \ $(CMP) $$i.xml $$i.xml.ref || exit 1; \
$(PDF2TXT3) -t text -o $$i.txt $$i.pdf || eixt 1; \ $(PDF2TXT3) -t text -o $$i.txt $$i.pdf || exit 1; \
$(CMP) $$i.txt $$i.txt.ref || exit 1; \ $(CMP) $$i.txt $$i.txt.ref || exit 1; \
done done