From 68cf231139f4339bac01494d0b8c940bb8699de7 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 6 Feb 2004 16:34:39 +0000 Subject: [PATCH] Add tst_tld. --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index a23daf1..51839f6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,5 @@ ## Process this file with automake to produce Makefile.in -# Copyright (C) 2002, 2003 Simon Josefsson. +# Copyright (C) 2002, 2003, 2004 Simon Josefsson. # # This file is part of GNU Libidn. # @@ -20,7 +20,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/lib -I../lib LDADD = ../lib/libidn.la -TESTS = tst_stringprep tst_punycode tst_idna tst_idna2 tst_nfkc +TESTS = tst_stringprep tst_punycode tst_idna tst_idna2 tst_nfkc tst_tld check_PROGRAMS = $(TESTS) # Maintainer targets -- 2.11.4.GIT