blob: 7071497d8fee7a15bb34aa43207b8e8644ed47c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
dist_check_SCRIPTS = \
test1.py \
test2.py \
test3.py \
test4.py \
test5.py \
testDigitalSignatures.py
TESTS = $(dist_check_SCRIPTS)
EXTRA_DIST = \
test-encrypt.pdf \
test-links.pdf \
test-mime.bin \
test-page-labels.pdf \
test-signature-unsigned.pdf \
test-signature-valid.pdf \
test-signature-invalid.pdf \
test6.py \
test7.py \
testDigitalSignatures.py \
generate-signature-fixtures.sh
-include $(top_srcdir)/git.mk
|