initial checkin
[util-vserver.git] / util-vserver / src / testsuite / 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; 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 src_testsuite_check_active_PRGS =       src/testsuite/vunify-functest
19 src_testsuite_check_passive_PRGS =      src/testsuite/rpm-fake-test
20
21
22 src_testsuite_check_PRGS =              $(src_testsuite_check_passive_PRGS) \
23                                         $(src_testsuite_check_active_PRGS)
24
25 src_testsuite_check_src_SCRPTS =        src/testsuite/vunify-test.sh
26 src_testsuite_check_gen_SCRPTS =
27
28 src_testsuite_check_SCRPTS =            $(src_testsuite_check_src_SCRPTS) \
29                                         $(src_testsuite_check_gen_SCRPTS)
30
31 src_testsuite_TSTS =                    $(src_testsuite_check_active_PRGS) \
32                                         $(src_testsuite_check_SCRPTS)
33
34 src_testsuite_XTRAS =                   $(src_testsuite_check_src_SCRPTS)
35
36
37 src_testsuite_rpm_fake_test_SOURCES =   src/testsuite/rpm-fake-test.c
38
39 src_testsuite_vunify_functest_SOURCES = src/testsuite/vunify-functest.c \
40                                         src/vunify-matchlist.c
41
42 src_testsuite_vunify_functest_CPPFLAGS= $(AM_CPPFLAGS) $(src_testsuite_CPPFLAGS)
43
44
45 src_testsuite_CPPFLAGS =                -I $(top_srcdir)/src -D ENSC_TESTSUITE