X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Ftests%2FMakefile.am;h=a08a086337ae5c9c47941fca96631e3d3f068e1d;hp=e0025733ca7578c29af6defb258a0d749c9fa8c8;hb=f2462c5dd7e885e3daa00066fbf53e166fd361e0;hpb=c257b555225193e54d85daf541d29578b3c93882 diff --git a/lib/silcutil/tests/Makefile.am b/lib/silcutil/tests/Makefile.am index e0025733..a08a0863 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 @@ -17,11 +17,34 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign -bin_PROGRAMS = test_silcstrutil test_silcstringprep test_silchashtable +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_silcthread \ + test_silcdll test_silcenv test_silctimer test_silcbitops \ + test_silcregex test_silcbuffmt test_silcstrutil_SOURCES = test_silcstrutil.c test_silcstringprep_SOURCES = test_silcstringprep.c test_silchashtable_SOURCES = test_silchashtable.c +test_silclist_SOURCES = test_silclist.c +test_silcmime_SOURCES = test_silcmime.c +test_silcfsm_SOURCES = test_silcfsm.c +test_silcasync_SOURCES = test_silcasync.c +test_silcschedule_SOURCES = test_silcschedule.c +test_silcnet_SOURCES = test_silcnet.c +test_silcstack_SOURCES = test_silcstack.c +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 LIBS = $(SILC_COMMON_LIBS) LDADD = -L.. -L../.. -lsilc