blob: 2719511573e88fd3a5cd387617dcc75f5995bb2b (
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
26
27
28
29
|
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 \
testBookmarksMenu.py \
testCommon.py \
testEditMenu.py \
testEncryptedFile.py \
testFileMenu.py \
testFileReloading.py \
testGoMenu.py \
testHelpMenu.py \
testWrongFileExtension.py \
testZoom.py
-include $(top_srcdir)/git.mk
|