splits script tests and binary tests

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18287 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-07 09:32:32 +00:00
parent 6b198dd628
commit a10fe6403b
2 changed files with 11 additions and 6 deletions

View File

@@ -4,8 +4,11 @@ include $(top_srcdir)/Makefile.am.common
noinst_DATA = krb5.conf
TESTS = check-gss check-gssmask
check_PROGRAMS = $(TESTS)
SCRIPT_TESTS = check-gss check-gssmask
TESTS = $(SCRIPT_TESTS)
check_SCRIPTS = $(SCRIPT_TESTS)
do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
-e 's,[@]objdir[@],$(top_builddir)/tests/gss,g'