xref: /dflybsd-src/test/stress/fsx/dotest (revision 86d7f5d305c6adaa56ff4582ece9859d73106103)
186d7f5d3SJohn Marino#!/bin/csh
286d7f5d3SJohn Marino#
386d7f5d3SJohn Marino# $DragonFly: src/test/stress/fsx/dotest,v 1.1 2004/05/07 18:04:46 dillon Exp $
486d7f5d3SJohn Marino
586d7f5d3SJohn Marinoif ( ! -f /tmp/fsx ) then
686d7f5d3SJohn Marino	pushd /usr/src/test/stress/fsx
786d7f5d3SJohn Marino	make DEBUG_FLAGS=-g clean
886d7f5d3SJohn Marino	make DEBUG_FLAGS=-g obj
986d7f5d3SJohn Marino	make DEBUG_FLAGS=-g all install
1086d7f5d3SJohn Marino	popd
1186d7f5d3SJohn Marinoendif
1286d7f5d3SJohn Marino
1386d7f5d3SJohn Marino/tmp/fsx -c 100000 -l 4194304 -o 262144 -P /tmp/ test.fsx.dat
1486d7f5d3SJohn Marino
15