[yast-commit] r60159 - /trunk/storage/storage/src/testsuite/Makefile.am
Author: aschnell Date: Mon Dec 21 12:55:19 2009 New Revision: 60159 URL: http://svn.opensuse.org/viewcvs/yast?rev=60159&view=rev Log: - setup environment for testsuite during package build Modified: trunk/storage/storage/src/testsuite/Makefile.am Modified: trunk/storage/storage/src/testsuite/Makefile.am URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/storage/src/testsuite/Makefile.am?rev=60159&r1=60158&r2=60159&view=diff ============================================================================== --- trunk/storage/storage/src/testsuite/Makefile.am (original) +++ trunk/storage/storage/src/testsuite/Makefile.am Mon Dec 21 12:55:19 2009 @@ -4,9 +4,19 @@ # Do not edit this file (Makefile.am) as it will be overwritten! # +SUBDIRS = data + AUTOMAKE_OPTIONS = dejagnu EXTRA_DIST = $(wildcard tests/*.out) $(wildcard tests/*.err) $(wildcard tests/*.ycp) $(wildcard tests/*.yh) +Y2BASEFLAGS = -M $(top_builddir)/bindings/ycp +export Y2BASEFLAGS + +Y2BASE_LD_LIBRARY_PATH = $(top_builddir)/bindings/src/.libs +Y2BASE_Y2DIR = $(top_builddir)/bindings/src/.libs +export Y2BASE_LD_LIBRARY_PATH +export Y2BASE_Y2DIR + testsuite_prepare = @ydatadir@/testsuite/Makefile.testsuite all-local: $(testsuite_prepare) -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org