Added SILC_STR_REGEX macro to SILC Buffer Format API.
[silc.git] / lib / silcutil / tests / Makefile.am
1 #
2 #  Makefile.am
3 #
4 #  Author: Pekka Riikonen <priikone@silcnet.org>
5 #
6 #  Copyright (C) 2004 - 2007 Pekka Riikonen
7 #
8 #  This program is free software; you can redistribute it and/or modify
9 #  it under the terms of the GNU General Public License as published by
10 #  the Free Software Foundation; version 2 of the License.
11 #
12 #  This program is distributed in the hope that it will be useful,
13 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
14 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 #  GNU General Public License for more details.
16 #
17
18 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
19
20 bin_PROGRAMS =  test_silcstrutil test_silcstringprep test_silchashtable \
21         test_silclist test_silcfsm test_silcasync test_silcschedule \
22         test_silcnet test_silcstack test_silcmime test_silcfdstream \
23         test_silcatomic test_silcmutex test_silctime test_silcthread \
24         test_silcdll test_silcenv test_silctimer test_silcbitops \
25         test_silcregex test_silcbuffmt
26
27 test_silcstrutil_SOURCES = test_silcstrutil.c
28 test_silcstringprep_SOURCES = test_silcstringprep.c
29 test_silchashtable_SOURCES = test_silchashtable.c
30 test_silclist_SOURCES = test_silclist.c
31 test_silcmime_SOURCES = test_silcmime.c
32 test_silcfsm_SOURCES = test_silcfsm.c
33 test_silcasync_SOURCES = test_silcasync.c
34 test_silcschedule_SOURCES = test_silcschedule.c
35 test_silcnet_SOURCES = test_silcnet.c
36 test_silcstack_SOURCES = test_silcstack.c
37 test_silcfdstream_SOURCES = test_silcfdstream.c
38 test_silcatomic_SOURCES = test_silcatomic.c
39 test_silcmutex_SOURCES = test_silcmutex.c
40 test_silctime_SOURCES = test_silctime.c
41 test_silcthread_SOURCES = test_silcthread.c
42 test_silcdll_SOURCES = test_silcdll.c
43 test_silcenv_SOURCES = test_silcenv.c
44 test_silctimer_SOURCES = test_silctimer.c
45 test_silcbitops_SOURCES = test_silcbitops.c
46 test_silcregex_SOURCES = test_silcregex.c
47 test_silcbuffmt_SOURCES = test_silcbuffmt.c
48
49 LIBS = $(SILC_COMMON_LIBS)
50 LDADD = -L.. -L../.. -lsilc
51
52 include $(top_srcdir)/Makefile.defines.in