## $Id: Makefile-files,v 1.3 2004/02/03 21:45:51 ensc Exp $		--*- makefile -*--

## Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
##  
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##  
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.
##  
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

src_testsuite_check_active_PRGS =	src/testsuite/vunify-functest \
					src/testsuite/chcontext-test
src_testsuite_check_passive_PRGS =	src/testsuite/rpm-fake-test


src_testsuite_check_PRGS =		$(src_testsuite_check_passive_PRGS) \
					$(src_testsuite_check_active_PRGS)

src_testsuite_check_src_SCRPTS =	src/testsuite/vunify-test.sh
src_testsuite_check_gen_SCRPTS =

src_testsuite_check_SCRPTS =		$(src_testsuite_check_src_SCRPTS) \
					$(src_testsuite_check_gen_SCRPTS)

src_testsuite_TSTS =			$(src_testsuite_check_active_PRGS) \
					$(src_testsuite_check_SCRPTS)

src_testsuite_XTRAS =			$(src_testsuite_check_src_SCRPTS)


src_testsuite_rpm_fake_test_SOURCES =	src/testsuite/rpm-fake-test.c

src_testsuite_vunify_functest_SOURCES =	src/testsuite/vunify-functest.c \
					src/vunify-matchlist.c
src_testsuite_vunify_functest_CPPFLAGS=	$(AM_CPPFLAGS) $(src_testsuite_CPPFLAGS)


src_testsuite_chcontext_test_SOURCES =	src/testsuite/chcontext-test.c \
					src/util-exitlikeprocess.c
src_testsuite_chcontext_test_LDADD =	lib/libvserver.la

src_testsuite_CPPFLAGS =		-I $(top_srcdir)/src -D ENSC_TESTSUITE


clean-local:		clean-testsuite

clean-testsuite:
			rm -rf src/testsuite/.libs src/testsuite/_libs
