Initial checkin of yast2-casa-ats module.

This commit is contained in:
Ryan Partridge
2006-11-14 10:48:37 +00:00
parent 8810c844ce
commit 45272111e9
20 changed files with 1244 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
#
# Makefile.am for .../testsuite
#
# Do not edit this file (Makefile.am) as it will be overwritten!
#
AUTOMAKE_OPTIONS = dejagnu
EXTRA_DIST = $(wildcard tests/*.out) $(wildcard tests/*.err) $(wildcard tests/*.ycp) $(wildcard tests/*.yh)
testsuite_prepare = @ydatadir@/testsuite/Makefile.testsuite
all-local: $(testsuite_prepare)
make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir)
clean-local: $(testsuite_prepare)
make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir) clean
check-local: $(testsuite_prepare)
make -f $(testsuite_prepare) RPMNAME=$(RPMNAME) srcdir=$(srcdir) check
# EOF