mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
17 lines
224 B
Bash
Executable File
17 lines
224 B
Bash
Executable File
#!/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
|
|
|
|
./runLocalTests
|
|
|
|
#./runLocalBrowserTests
|
|
|