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