Add NEWS.txt, bump ChangeLog (w32)
[quvi.git] / tests / Makefile.am
blob9fac7f6d02a901cbe7abfd819630aa75f95cab9d
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-break.pl\
12 support-cbsnews.pl\
13 support-charlierose.pl\
14 support-clipfish.pl\
15 support-collegehumor.pl\
16 support-dailymotion.pl\
17 support-gaskrank.pl\
18 support-funnyhub.pl\
19 support-funnyordie.pl\
20 support-golem.pl\
21 support-google.pl\
22 support-liveleak.pl\
23 support-sapo.pl\
24 support-sevenload.pl\
25 support-spiegel.pl\
26 support-theonion.pl\
27 support-vimeo.pl\
28 support-youtube.pl\
29 support-academicearth.pl
31 # NOTE: academicearth.pl has to come after youtube.
32 # The former uses youtube for hosting some of its videos.
34 TESTS_BROKEN =\
35 support-bloomberg.pl\
36 support-cctv.pl
38 if ENABLE_BROKEN
39 TESTS += $(TESTS_BROKEN)
40 endif
42 TESTS_POD =\
43 pod-check.pl
45 if HAVE_PERL_POD_CHECKER
46 TESTS += $(TESTS_POD)
47 endif
49 TESTS_NSFW =\
50 support-tube8.pl\
51 support-xvideos.pl\
52 support-youjizz.pl
54 if ENABLE_NSFW
55 TESTS += $(TESTS_NSFW)
56 endif
58 else # HAVE_PERL
59         @echo SKIP: perl not found.
60 endif # HAVE_PERL