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=b0e729d2f6401c7cf6988aa044f47b3ca8e48487;hp=dc0b1a3aa30ebf33abffb11ccd5c16a101612adb;hpb=9f3b6e0650f3c99994a529625695e594a8c8043c;p=evince.git diff --git a/test/Makefile.am b/test/Makefile.am index dc0b1a3a..3f0a90c5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,4 +1,19 @@ -TESTS = test1.py test2.py +dist_check_SCRIPTS = \ + test1.py \ + test2.py \ + test3.py \ + test4.py \ + test5.py -EXTRA_DIST = test-encrypted.pdf test-links.pdf \ No newline at end of file +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