diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2012-04-01 15:33:49 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2012-04-01 15:34:54 +0200 |
commit | e4ef077fdad22286502ae485b7b8f7ca88fd49dd (patch) | |
tree | 3e93d04a81d3c568a86c05128e71b090cedde9c9 /Makefile.am | |
parent | d18de31f1c80f553996a85c325456f8f4f0cf927 (diff) | |
download | fetchmail-e4ef077fdad22286502ae485b7b8f7ca88fd49dd.tar.gz fetchmail-e4ef077fdad22286502ae485b7b8f7ca88fd49dd.tar.bz2 fetchmail-e4ef077fdad22286502ae485b7b8f7ca88fd49dd.zip |
Validate XHTML 1.0 stuff even when skipping 1.1.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 02f4da76..129d0be3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,7 @@ DEPENDENCIES= libfm.a $(LIBOBJS) check_PROGRAMS= -TESTS= t.smoke t.validate-xhtml t.x509_name_match +TESTS= t.smoke t.validate-xhtml10 t.validate-xhtml t.x509_name_match TESTS_ENVIRONMENT= srcdir="$(srcdir)" LC_ALL=C TZ=UTC SHELL="$(SHELL)" $(SHELL) if NEED_TRIO |