blob: 3f0a90c5d48e62756a9c13a4bf07d56e53632835 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  | 
dist_check_SCRIPTS = \
	test1.py \
	test2.py \
	test3.py \
	test4.py \
	test5.py
TESTS = $(dist_check_SCRIPTS)
EXTRA_DIST = \
	test-encrypt.pdf \
	test-links.pdf \
	test-mime.bin \
	test-page-labels.pdf \
	test6.py \
	test7.py
-include $(top_srcdir)/git.mk
  |