. tests/variables
if [ ! -z "$VER_JSON" ]; then
	./sadf -j tests/data0.tmp -- -A | $VER_JSON >/dev/null
else
	echo Skipped
	touch tests/SKIPPED
fi
