]> sjero.net Git - wget/blob - tests/Makefile.am
mass change: update copyright years.
[wget] / tests / Makefile.am
1 # Makefile for `wget' utility
2 # Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
3 # 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
4 # Foundation, Inc.
5
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License
17 # along with Wget.  If not, see <http://www.gnu.org/licenses/>.
18
19 # Additional permission under GNU GPL version 3 section 7
20
21 # If you modify this program, or any covered work, by linking or
22 # combining it with the OpenSSL project's OpenSSL library (or a
23 # modified version of that library), containing parts covered by the
24 # terms of the OpenSSL or SSLeay licenses, the Free Software Foundation
25 # grants you additional permission to convey the resulting work.
26 # Corresponding Source for a non-source form of such a combination
27 # shall include the source code for the parts of OpenSSL used as well
28 # as that of the covered work.
29
30 #
31 # Version: @VERSION@
32 #
33
34 PERL     = perl
35 PERLRUN = $(PERL) -I$(srcdir)
36
37 LIBS     = @LIBSSL@ @LIBICONV@ @LIBINTL@ @LIBS@ @W32LIBS@
38
39 .PHONY: test run-unit-tests run-px-tests
40
41 check-local: test
42
43 test: ../src/wget$(EXEEXT) run-unit-tests run-px-tests
44
45 ../src/wget$(EXEEXT):
46         cd ../src && $(MAKE) $(AM_MAKEFLAGS)
47
48 # Make libunittest "PHONY" so we're always sure we're up-to-date.
49 .PHONY: ../src/libunittest.a
50 ../src/libunittest.a:
51         cd ../src && $(MAKE) $(AM_MAKEFLAGS) libunittest.a
52
53 ../lib/libgnu.a:
54         cd ../lib && $(MAKE) $(AM_MAKEFLAGS)
55
56 run-unit-tests: unit-tests$(EXEEXT) ../src/libunittest.a
57         ./unit-tests$(EXEEXT)
58
59 run-px-tests: WgetTest.pm ../src/wget$(EXEEXT)
60         $(srcdir)/run-px $(top_srcdir)
61
62 EXTRA_DIST = FTPServer.pm FTPTest.pm HTTPServer.pm HTTPTest.pm \
63              WgetFeature.pm WgetFeature.cfg \
64              Test-auth-basic.px \
65              Test-auth-no-challenge.px \
66              Test-auth-no-challenge-url.px \
67              Test-auth-with-content-disposition.px \
68              Test-auth-retcode.px \
69              Test-c-full.px \
70              Test-c-partial.px \
71              Test-c.px \
72              Test-c-shorter.px \
73              Test-cookies.px \
74              Test-cookies-401.px \
75              Test-E-k-K.px \
76              Test-E-k.px \
77              Test-ftp.px \
78              Test-ftp-pasv-fail.px \
79              Test-ftp-bad-list.px \
80              Test-ftp-recursive.px \
81              Test-ftp-iri.px \
82              Test-ftp-iri-fallback.px \
83              Test-ftp-iri-recursive.px \
84              Test-ftp-iri-disabled.px \
85              Test-HTTP-Content-Disposition-1.px \
86              Test-HTTP-Content-Disposition-2.px \
87              Test-HTTP-Content-Disposition.px \
88              Test-i-ftp.px \
89              Test-i-http.px \
90              Test-idn-headers.px \
91              Test-idn-meta.px \
92              Test-idn-cmd.px \
93              Test-idn-robots.px \
94              Test-iri.px \
95              Test-iri-percent.px \
96              Test-iri-disabled.px \
97              Test-iri-forced-remote.px \
98              Test-iri-list.px \
99              Test-k.px \
100              Test-meta-robots.px \
101              Test-N-current.px \
102              Test-N-HTTP-Content-Disposition.px \
103              Test-N--no-content-disposition.px \
104              Test-N--no-content-disposition-trivial.px \
105              Test-N-no-info.px \
106              Test--no-content-disposition.px \
107              Test--no-content-disposition-trivial.px \
108              Test-N-old.px \
109              Test-nonexisting-quiet.px \
110              Test-noop.px \
111              Test-np.px \
112              Test-N.px \
113              Test-N-smaller.px \
114              Test-O-HTTP-Content-Disposition.px \
115              Test-O-nc.px \
116              Test-O--no-content-disposition.px \
117              Test-O--no-content-disposition-trivial.px \
118              Test-O-nonexisting.px \
119              Test-O.px \
120              Test-proxied-https-auth.px \
121              Test-proxy-auth-basic.px \
122              Test-restrict-ascii.px \
123              Test-Restrict-Lowercase.px \
124              Test-Restrict-Uppercase.px \
125              Test--spider-fail.px \
126              Test--spider.px \
127              Test--spider-r-HTTP-Content-Disposition.px \
128              Test--spider-r--no-content-disposition.px \
129              Test--spider-r--no-content-disposition-trivial.px \
130              Test--spider-r.px \
131              run-px certs
132
133 check_PROGRAMS = unit-tests
134 unit_tests_SOURCES =
135 LDADD = ../src/libunittest.a ../lib/libgnu.a $(LIBS)
136
137 CLEANFILES = *~ *.bak core core.[0-9]*