X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Ftests%2FMakefile.am;h=94f01274a7d7c5fc8191e9bc64e57fc6041cddc1;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=f08893d7250f48d83332f6ade8b81ce11f9fe098;hpb=4dc3f89eed4c7e716873df2daf65fb8bd2bcc314;p=silc.git diff --git a/lib/silcutil/tests/Makefile.am b/lib/silcutil/tests/Makefile.am index f08893d7..94f01274 100644 --- a/lib/silcutil/tests/Makefile.am +++ b/lib/silcutil/tests/Makefile.am @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2004 - 2005 Pekka Riikonen +# Copyright (C) 2004 - 2007 Pekka Riikonen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,7 +20,9 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign bin_PROGRAMS = test_silcstrutil test_silcstringprep test_silchashtable \ test_silclist test_silcfsm test_silcasync test_silcschedule \ test_silcnet test_silcstack test_silcmime test_silcfdstream \ - test_silcatomic test_silcmutex test_silctime + test_silcatomic test_silcmutex test_silctime test_silcthread \ + test_silcdll test_silcenv test_silctimer test_silcbitops \ + test_silcregex test_silcbuffmt test_silcdir test_silcstrutil_SOURCES = test_silcstrutil.c test_silcstringprep_SOURCES = test_silcstringprep.c @@ -36,6 +38,14 @@ test_silcfdstream_SOURCES = test_silcfdstream.c test_silcatomic_SOURCES = test_silcatomic.c test_silcmutex_SOURCES = test_silcmutex.c test_silctime_SOURCES = test_silctime.c +test_silcthread_SOURCES = test_silcthread.c +test_silcdll_SOURCES = test_silcdll.c +test_silcenv_SOURCES = test_silcenv.c +test_silctimer_SOURCES = test_silctimer.c +test_silcbitops_SOURCES = test_silcbitops.c +test_silcregex_SOURCES = test_silcregex.c +test_silcbuffmt_SOURCES = test_silcbuffmt.c +test_silcdir_SOURCES = test_silcdir.c LIBS = $(SILC_COMMON_LIBS) LDADD = -L.. -L../.. -lsilc