3 # misc tests on fuzzed or crafted images
6 SCRIPT_DIR=$(dirname $(readlink -f "$0"))
7 TOP=$(readlink -f "$SCRIPT_DIR/../")
9 RESULTS="$TOP/tests/fuzz-tests-results.txt"
10 IMAGE="$TOP/tests/test.img"
12 source "$TOP/tests/common"
24 # The tests are driven by their custom script called 'test.sh'
26 for i in $(find "$TOP/tests/fuzz-tests" -maxdepth 1 -mindepth 1 -type d \
27 ${TEST:+-name "$TEST"} | sort)
31 if [ -x test.sh ]; then
32 echo "=== Entering $i" >> "$RESULTS"
33 echo " [TEST/fuzz] $name"
36 if [[ $TEST_LOG =~ dump ]]; then
39 _fail "test failed for case $(basename $i)"