Initial import of binutils 2.22 on the new vendor branch
[dragonfly.git] / test / stress / fsx / dotest
1 #!/bin/csh
2 #
3 # $DragonFly: src/test/stress/fsx/dotest,v 1.1 2004/05/07 18:04:46 dillon Exp $
4
5 if ( ! -f /tmp/fsx ) then
6         pushd /usr/src/test/stress/fsx
7         make DEBUG_FLAGS=-g clean
8         make DEBUG_FLAGS=-g obj
9         make DEBUG_FLAGS=-g all install
10         popd
11 endif
12
13 /tmp/fsx -c 100000 -l 4194304 -o 262144 -P /tmp/ test.fsx.dat
14