From 9a369a50d0657fe3491a4a2fe7261c6e12fbda3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Sat, 8 Jan 2005 22:10:44 +0000 Subject: Update bytebench-3.1 to unixbench-4.1.0, based on patches submitted by SHIMAOKA Shunsuke, with some modifications to the Makefile by me. The bytebench port was repo-copied to unixbench, before, to preserve its history. Submitted by: SHIMAOKA Shunsuke (shimaoka at st dot tutrp dot tut dot ac dot jp) --- benchmarks/unixbench/files/unixbench.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 benchmarks/unixbench/files/unixbench.in (limited to 'benchmarks/unixbench/files/unixbench.in') diff --git a/benchmarks/unixbench/files/unixbench.in b/benchmarks/unixbench/files/unixbench.in new file mode 100644 index 000000000000..850340a405cd --- /dev/null +++ b/benchmarks/unixbench/files/unixbench.in @@ -0,0 +1,10 @@ +#!/bin/sh + +TMPDIR=${TMPDIR-/var/tmp} +RESULTDIR=${RESULTDIR-/tmp} + +export TMPDIR RESULTDIR + +cd %%PREFIX%%/lib/unixbench + +exec ./Run "$@" -- cgit v1.2.3