summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authoragc <agc>1998-09-23 17:00:35 +0000
committeragc <agc>1998-09-23 17:00:35 +0000
commit32409504c9d0a34b5915abb7ae551106e434db8a (patch)
tree0c21c6cb4c8a03f9f86c1a9630f07636dcba9881 /benchmarks
parent0c1ece3a5326ba377d7beb7f1cbd7453cc31f314 (diff)
downloadpkgsrc-32409504c9d0a34b5915abb7ae551106e434db8a.tar.gz
Add a benchmark target to the package Makefile, to enable the
benchmark to be run.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/linpack/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/linpack/Makefile b/benchmarks/linpack/Makefile
index 7bd9e83a1df..70a6f35b84d 100644
--- a/benchmarks/linpack/Makefile
+++ b/benchmarks/linpack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1998/08/30 19:43:51 garbled Exp $
+# $NetBSD: Makefile,v 1.2 1998/09/23 17:00:35 agc Exp $
DISTNAME= linpackc
PKGNAME= linpack-940225
@@ -22,4 +22,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/linpackd ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/linpacks ${PREFIX}/bin
+benchmark:
+ -@${WRKSRC}/linpacks
+ -@${WRKSRC}/linpackd
+
.include "../../mk/bsd.pkg.mk"