Jay Berkenbilt
|
2f37633b92
|
Fix pkg-test tests and run from CI
|
2023-12-23 11:10:55 -05:00 |
|
Jay Berkenbilt
|
1393f56e7c
|
11.0.0: Fix typos in comments in pkg-test
|
2022-09-10 11:33:18 -04:00 |
|
Jay Berkenbilt
|
38cd94bec8
|
Strengthen pkg-test
* Define POINTERHOLDER_TRANSITION
* Make sure we are getting the intended version of qpdf
|
2022-09-10 09:44:29 -04:00 |
|
Jay Berkenbilt
|
12f1eb15ca
|
Programmatically apply new formatting to code
Run this:
for i in **/*.cc **/*.c **/*.h **/*.hh; do
clang-format < $i >| $i.new && mv $i.new $i
done
|
2022-04-04 08:10:40 -04:00 |
|
Jay Berkenbilt
|
f8e97e0ed5
|
Put spaces around version constraint in pkg-config (fixes #677)
Also add a pkg-config runtime test that would have caught the error.
|
2022-03-23 10:52:40 -04:00 |
|
Jay Berkenbilt
|
e316e90d1f
|
Add installed package smoke tests in pkg-test directory
|
2022-03-18 19:53:18 -04:00 |
|