removed chrootsafe
[util-vserver.git] / util-vserver / tests / Makefile-files
1 ## $Id$  -*- makefile -*-
2
3 ## Copyright (C) 2003 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; either version 2, or (at your option)
8 ## any later version.
9 ##  
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
14 ##  
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 ##  
19
20 tests_DIETPROGS                 =  tests/getctx tests/getinitpid \
21                                    tests/vserver-info
22
23 test_PRGS                       =  tests/escaperoot \
24                                    tests/forkbomb \
25                                    tests/testipc \
26                                    tests/testlimit \
27                                    tests/testopenf \
28                                    $(tests_DIETPROGS)
29
30 tests_escaperoot_SOURCES        =  tests/escaperoot.c
31 tests_forkbomb_SOURCES          =  tests/forkbomb.c
32 tests_testipc_SOURCES           =  tests/testipc.c
33 tests_testlimit_SOURCES         =  tests/testlimit.c
34 tests_testopenf_SOURCES         =  tests/testopenf.c
35
36 tests_getctx_SOURCES            =  tests/getctx.c
37 tests_getctx_LDADD              =  lib/libvserver.la
38 tests_getctx_LDFLAGS            =  $(VSERVER_LDFLAGS)
39
40 tests_getinitpid_SOURCES        =  tests/getinitpid.c
41 tests_getinitpid_LDADD          =  lib/libvserver.la
42 tests_getinitpid_LDFLAGS        =  $(VSERVER_LDFLAGS)
43
44 tests_vserver_info_SOURCES      =  tests/vserver-info.c
45 tests_vserver_info_LDADD        =  lib/libvserver.la
46 tests_vserver_info_LDFLAGS      =  $(VSERVER_LDFLAGS)