diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-02-20 12:39:10 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-02-20 12:39:10 +0000 |
commit | 03e8023266a925177578149836fc7790c7dd071a (patch) | |
tree | ba5a37dfc2c883a6d37265ca0a12c98ea66b20b4 /math/umfpack | |
parent | - Switch to a rc.d startup script. (diff) |
Rename test target into regression-test.
Spotted by: Kris
Diffstat (limited to 'math/umfpack')
-rw-r--r-- | math/umfpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/umfpack/Makefile b/math/umfpack/Makefile index d73af3a1cd40..c9517522349e 100644 --- a/math/umfpack/Makefile +++ b/math/umfpack/Makefile @@ -57,7 +57,7 @@ do-install: .endif .if defined(MAINTAINER_MODE) -test: build +regression-test: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} hb ) .endif |