X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=test%2FMakefile.am;h=9cf215bb47721b41e8cb7146cb087a1d963e1ef3;hb=c24535f0f7164b69d309eb62c36b020568c7e4bd;hp=575fa98e6a692bb08a71532cc1d0e3529273b821;hpb=fbf941ffee5fac41f1444102a116f8e23601c53e;p=evince.git diff --git a/test/Makefile.am b/test/Makefile.am index 575fa98e..9cf215bb 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,6 +1,17 @@ -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