summaryrefslogtreecommitdiff
path: root/server/install_test.cpp
AgeCommit message (Collapse)Author
2022-05-21Remove usage of all private poppler headers in pdf-toolsPi-Cla
This commit also removes C++ entirely, as it is not needed anymore for correct compilation of `epdfinfo`. The following changes are made: - Remove private headers from all the server code. This involves: - Replace private header functionality with the correct public functions provided by poppler. - Remove unneeded headers around date checks - Delete dead-code (headers, m4 macros) - Remove C++, g++ and similar aliases from all the code. Also: - Remove related information from the README - Remove related information from CI and Dockerfiles Work done by: @Pi-Cla Closes: #105, #103, #109, #114
2021-05-30Clean up the test code to check if poppler is properly installedVedang Manerikar
Create an explicit test file which can be compiled by c++. This commit should have been part of d435a40 and extends the change made there.