1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00
This commit is contained in:
Lu Wang 2014-07-25 01:08:10 -07:00
parent 311bdf78ea
commit d02a8e5c01

View File

@ -259,4 +259,6 @@ if __name__=="__main__":
print >> sys.stderr, "Cannot locate pdf2htmlEX executable. Make sure source was built before running this test."
exit(1)
# we want to run pdf2htmlEX without installing it
shutil.copy(os.path.join(TEST_DIR, '../3rdparty/PDF.js/compatibility.min.js'), DATA_DIR)
unittest.main()