added Vector_zeroEnd() function
[util-vserver.git] / util-vserver / lib / testsuite / Makefile-files
1 ## $Id$         --*- makefile -*--
2
3 ## Copyright (C) 2004 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4 ##  
5 ## This program is free software; you can redistribute it and/or modify
6 ## it under the terms of the GNU General Public License as published by
7 ## the Free Software Foundation; version 2 of the License.
8 ##  
9 ## This program is distributed in the hope that it will be useful,
10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 ## GNU General Public License for more details.
13 ##  
14 ## You should have received a copy of the GNU General Public License
15 ## along with this program; if not, write to the Free Software
16 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17
18 DIETPROGS +=                    lib/testsuite/cflags \
19                                 lib/testsuite/fmt
20
21 check_PROGRAMS +=               lib/testsuite/cflags \
22                                 lib/testsuite/fmt \
23                                 lib/testsuite/parselimit
24 TESTS +=                        lib/testsuite/cflags \
25                                 lib/testsuite/fmt \
26                                 lib/testsuite/parselimit
27
28 lib_testsuite_cflags_SOURCES =  lib/testsuite/cflags.c
29 lib_testsuite_cflags_LDADD =    lib/libvserver.la
30 lib_testsuite_cflags_LDFLAGS =  $(VSERVER_LDFLAGS)
31 lib_testsuite_cflags_CPPFLAGS = $(AM_CPPFLAGS) -DENSC_TESTSUITE
32
33 lib_testsuite_fmt_SOURCES =     lib/testsuite/fmt.c
34 lib_testsuite_fmt_LDADD =       lib/libvserver.la
35 lib_testsuite_fmt_LDFLAGS =     $(VSERVER_LDFLAGS)
36 lib_testsuite_fmt_CPPFLAGS =    $(AM_CPPFLAGS) -DENSC_TESTSUITE
37
38 lib_testsuite_parselimit_SOURCES =      lib/testsuite/parselimit.c
39 lib_testsuite_parselimit_LDADD =        lib/libvserver.la
40 lib_testsuite_parselimit_LDFLAGS =      $(VSERVER_LDFLAGS)
41 lib_testsuite_parselimit_CPPFLAGS =     $(AM_CPPFLAGS) -DENSC_TESTSUITE