Files
simbench/test-xsim/__run.sh

10 lines
131 B
Bash
Raw Normal View History

2023-06-13 16:35:18 +03:00
#!/usr/bin/env bash
if [ -n "$1" ]; then
dlen_arg="-testplusarg dlen=$1"
else
dlen_arg=""
fi
xsim top $dlen_arg --runall