X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Ftests%2FMakefile.am;h=78323eda32d5cc3d581541063495748d427ee83f;hb=6643cc5ddd6c1835acffed13ffdf83c41078f8d0;hp=f08893d7250f48d83332f6ade8b81ce11f9fe098;hpb=8fd8212bcd16f2b53fbedff2a9b9a4e8c15b9695;p=runtime.git diff --git a/lib/silcutil/tests/Makefile.am b/lib/silcutil/tests/Makefile.am index f08893d7..78323eda 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 - 2008 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,27 +17,26 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign -bin_PROGRAMS = test_silcstrutil test_silcstringprep test_silchashtable \ +check_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_silcthreadqueue \ + test_silcrand test_silcglobal test_silcbufferstream test_silcxml \ + test_silclocalnetstream -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 +TESTS = 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_silctime test_silcthread \ + test_silcdll test_silcenv test_silctimer test_silcbitops \ + test_silcregex test_silcbuffmt test_silcdir test_silcthreadqueue \ + test_silcrand test_silcglobal test_silcbufferstream \ + test_silclocalnetstream LIBS = $(SILC_COMMON_LIBS) -LDADD = -L.. -L../.. -lsilc +LDADD = -L.. -L../.. -lsrt include $(top_srcdir)/Makefile.defines.in