1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-02 16:25:41 +00:00

fix cmake test

This commit is contained in:
Lu Wang 2013-09-16 10:36:37 +08:00
parent f29931acf1
commit d4aa022b68
2 changed files with 9 additions and 1 deletions

View File

@ -214,4 +214,6 @@ install (FILES ${datafiles} DESTINATION share/pdf2htmlEX)
install (FILES pdf2htmlEX.1 DESTINATION share/man/man1)
enable_testing()
add_test(test_naming python test/test_naming.py)
add_test(test_naming
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
python test/test_naming.py)

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
pdf2htmlex (0.9-1~git201309161021rf2993-0ubuntu1) raring; urgency=low
* v0.9 released, see Changelog
-- WANG Lu <coolwanglu@gmail.com> Mon, 16 Sep 2013 10:21:05 +0800
pdf2htmlex (0.9-1~git201305291247rf655a-0ubuntu1) raring; urgency=low
* Regular upload