From d26986929aea3dabd55f938aa57ebb69d3550643 Mon Sep 17 00:00:00 2001 From: naddy Date: Fri, 20 Jun 2008 16:22:18 +0000 Subject: Rename manual "test" target to "regression-test" so that it will be automatically run on the package build cluster. Suggested by Pedro . --- archivers/gtar/Makefile | 4 ++-- archivers/lzmautils-devel/Makefile | 2 +- archivers/lzmautils/Makefile | 2 +- archivers/xz/Makefile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'archivers') diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 56e28b23e62..b98650a9321 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -59,7 +59,7 @@ post-patch: @${TOUCH} -r ${WRKSRC}/configure.orig ${WRKSRC}/configure @${TOUCH} ${WRKSRC}/doc/tar.info* ${WRKSRC}/stamp-vti -test: build - @cd ${WRKSRC} && ${MAKE} check +regression-test: build + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check .include diff --git a/archivers/lzmautils-devel/Makefile b/archivers/lzmautils-devel/Makefile index de1788ddfba..ee3d6a0149f 100644 --- a/archivers/lzmautils-devel/Makefile +++ b/archivers/lzmautils-devel/Makefile @@ -28,7 +28,7 @@ MLINKS= lzma.1 unlzma.1 \ lzgrep.1 lzfgrep.1 \ lzmore.1 lzless.1 -test: build +regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check .include diff --git a/archivers/lzmautils/Makefile b/archivers/lzmautils/Makefile index de1788ddfba..ee3d6a0149f 100644 --- a/archivers/lzmautils/Makefile +++ b/archivers/lzmautils/Makefile @@ -28,7 +28,7 @@ MLINKS= lzma.1 unlzma.1 \ lzgrep.1 lzfgrep.1 \ lzmore.1 lzless.1 -test: build +regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check .include diff --git a/archivers/xz/Makefile b/archivers/xz/Makefile index de1788ddfba..ee3d6a0149f 100644 --- a/archivers/xz/Makefile +++ b/archivers/xz/Makefile @@ -28,7 +28,7 @@ MLINKS= lzma.1 unlzma.1 \ lzgrep.1 lzfgrep.1 \ lzmore.1 lzless.1 -test: build +regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check .include -- cgit