Added SILC Local Network Stream API
[runtime.git] / lib / silcutil / tests / Makefile.am
1 #
2 #  Makefile.am
3 #
4 #  Author: Pekka Riikonen <priikone@silcnet.org>
5 #
6 #  Copyright (C) 2004 - 2008 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 check_PROGRAMS = \
21         test_silcstrutil test_silcstringprep test_silchashtable \
22         test_silclist test_silcfsm test_silcasync test_silcschedule \
23         test_silcnet test_silcstack test_silcmime test_silcfdstream \
24         test_silcatomic test_silcmutex test_silctime test_silcthread \
25         test_silcdll test_silcenv test_silctimer test_silcbitops \
26         test_silcregex test_silcbuffmt test_silcdir test_silcthreadqueue \
27         test_silcrand test_silcglobal test_silcbufferstream test_silcxml \
28         test_silclocalnetstream
29
30 TESTS = test_silcstrutil test_silcstringprep test_silchashtable \
31         test_silclist test_silcfsm test_silcasync test_silcschedule \
32         test_silcnet test_silcstack test_silcmime test_silcfdstream \
33         test_silcatomic test_silctime test_silcthread \
34         test_silcdll test_silcenv test_silctimer test_silcbitops \
35         test_silcregex test_silcbuffmt test_silcdir test_silcthreadqueue \
36         test_silcrand test_silcglobal test_silcbufferstream \
37         test_silclocalnetstream
38
39 LIBS = $(SILC_COMMON_LIBS)
40 LDADD = -L.. -L../.. -lsrt
41
42 include $(top_srcdir)/Makefile.defines.in