From b05bb8a6fb064d305258f13a518990f60f767d71 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Thu, 24 Dec 2015 11:39:53 +0000 Subject: - Switch regression-test to TEST_TARGED Discussed in: D4695 Reviewed by: koobs --- lang/python27/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lang/python27') diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 95a3e1443707..d8b9a506c915 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -25,6 +25,10 @@ CONFIGURE_ARGS+= --enable-shared CONFIGURE_ENV+= ac_cv_opt_olimit_ok=no OPT="" # Null out OPT to respect user CFLAGS and remove optimizations INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files + +TEST_TARGET= buildbottest +TEST_ARGS= TESTOPTS=-j${MAKE_JOBS_NUMBER} + MAKE_ARGS+= INSTALL_SHARED="${INSTALL_LIB}" # Strip shared library MAKE_ARGS+= LIBPC="${PREFIX}/libdata/pkgconfig" # Until pathfix gets support for files other than Makefile.in MAKE_JOBS_UNSAFE= yes # Parser/pgen build bug. See Issue: 200622, 201974 @@ -122,7 +126,4 @@ post-install: for i in ${STAGEDIR}${PREFIX}/lib/python2.7/lib-dynload/*.so; do \ ${STRIP_CMD} $$i; done # Strip shared extensions -regression-test: build - @cd ${WRKSRC} && ${MAKE} TESTOPTS=-j${MAKE_JOBS_NUMBER} buildbottest - .include -- cgit v1.2.3