# Select only an offline CPU
. tests/variables
if [ ! -z "$VER_JSON" ]; then
	./sadf -j tests/data-CPUoff.tmp -- -A -P 8 | $VER_JSON >/dev/null
else
	echo Skipped
	touch tests/SKIPPED
fi
