X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=test%2FMakefile.am;h=3f0a90c5d48e62756a9c13a4bf07d56e53632835;hb=212d9a536bc60e711b779feb5e8aa33db654997d;hp=575fa98e6a692bb08a71532cc1d0e3529273b821;hpb=fbf941ffee5fac41f1444102a116f8e23601c53e;p=evince.git diff --git a/test/Makefile.am b/test/Makefile.am index 575fa98e..3f0a90c5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,19 @@ -dist_check_SCRIPTS = test1.py test2.py test3.py +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 +EXTRA_DIST = \ + test-encrypt.pdf \ + test-links.pdf \ + test-mime.bin \ + test-page-labels.pdf \ + test6.py \ + test7.py + +-include $(top_srcdir)/git.mk