Set release details for 0.2.13
[quvi.git] / tests / Makefile.am
blobeba797b51f530a7c54cf9d2e187ead19e64e6733
2 EXTRA_DIST = quviTest.pm.in $(TESTS) $(TESTS_POD) $(TESTS_NSFW)
4 if HAVE_PERL
6 TESTS_ENVIRONMENT = $(PERL) -w -mstrict -mquviTest -I $(top_builddir)/tests
8 TESTS = \
9 nosupport-eval.pl \
10 support-shortened.pl \
11 support-academicearth.pl \
12 support-bloomberg.pl \
13 support-break.pl \
14 support-cbsnews.pl \
15 support-charlierose.pl \
16 support-clipfish.pl \
17 support-collegehumor.pl \
18 support-dailymotion.pl \
19 support-gaskrank.pl \
20 support-funnyhub.pl \
21 support-funnyordie.pl \
22 support-globo.pl \
23 support-golem.pl \
24 support-google.pl \
25 support-buzzhumor.pl \
26 support-liveleak.pl \
27 support-publicsenat.pl \
28 support-sapo.pl \
29 support-sevenload.pl \
30 support-spiegel.pl \
31 support-tmunderground.pl\
32 support-theonion.pl\
33 support-youtube.pl \
34 support-vimeo.pl
36 # NOTE: academicearth.pl has to come after youtube.
37 # The former uses youtube for hosting some of its videos.
39 TESTS_BROKEN =
41 if ENABLE_BROKEN
42 TESTS += $(TESTS_BROKEN)
43 endif
45 TESTS_POD =\
46 pod-check.pl
48 if HAVE_PERL_POD_CHECKER
49 TESTS += $(TESTS_POD)
50 endif
52 TESTS_NSFW =\
53 support-tube8.pl\
54 support-xvideos.pl\
55 support-youjizz.pl
57 if ENABLE_NSFW
58 TESTS += $(TESTS_NSFW)
59 endif
61 else # HAVE_PERL
62         @echo SKIP: perl not found.
63 endif # HAVE_PERL