pdf2htmlEX/buildScripts/runTests

17 lines
224 B
Plaintext
Raw Normal View History

2020-06-03 13:54:10 +00:00
#!/bin/bash
set -ev
# This bash script runs the pdf2htmlEX tests
cd pdf2htmlEX/test
# The following is only needed for the local browser tests
#
#./installAutomaticTestSoftware
2020-06-03 13:54:10 +00:00
./runLocalTests
#./runLocalBrowserTests
2020-06-03 13:54:10 +00:00