util-vserver-0.30.208
[util-vserver.git] / src / testsuite / Makefile-files
diff --git a/src/testsuite/Makefile-files b/src/testsuite/Makefile-files
new file mode 100644 (file)
index 0000000..bd6854e
--- /dev/null
@@ -0,0 +1,67 @@
+## $Id: Makefile-files,v 1.9 2005/03/17 14:54:18 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/chbind-test
+src_testsuite_check_passive_PRGS =     src/testsuite/rpm-fake-test
+
+
+check_PROGRAMS +=                      $(src_testsuite_check_passive_PRGS) \
+                                       $(src_testsuite_check_active_PRGS)
+
+if ENSC_HAVE_C99_COMPILER
+src_testsuite_check_src_C99_SCRPTS =   src/testsuite/vunify-test.sh
+else
+src_testsuite_check_src_C99_SCRPTS =
+endif
+
+src_testsuite_check_src_SCRPTS =       $(src_testsuite_check_src_C99_SCRPTS)
+src_testsuite_check_gen_SCRPTS =
+
+check_SCRIPTS +=                       $(src_testsuite_check_src_SCRPTS) \
+                                       $(src_testsuite_check_gen_SCRPTS)
+
+TESTS +=                               $(src_testsuite_check_active_PRGS) \
+                                       $(src_testsuite_check_src_SCRPTS) \
+                                       $(src_testsuite_check_gen_SCRPTS)
+
+EXTRA_DIST +=                          $(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_testsuite_vunify_functest_LDADD =  $(LIBINTERNAL)
+src_testsuite_vunify_functest_CPPFLAGS=        $(AM_CPPFLAGS) $(src_testsuite_CPPFLAGS)
+
+
+src_testsuite_chcontext_test_SOURCES = src/testsuite/chcontext-test.c
+src_testsuite_chcontext_test_LDADD =   lib/libvserver.la $(LIBINTERNAL)
+
+
+src_testsuite_chbind_test_SOURCES =    src/testsuite/chbind-test.c
+src_testsuite_chbind_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