uvg266/tests/test_weird_shapes.sh
Jan Beich bb01721cf8 tests: load util.sh from source directory
$ mkdir build
$ cd build
$ ../kvazaar/configure
$ gmake check VERBOSE=1
...
FAIL: test_gop.sh
=================

.: cannot open util.sh: No such file or directory
FAIL test_gop.sh (exit status: 2)

FAIL: test_interlace.sh
=======================

.: cannot open util.sh: No such file or directory
FAIL test_interlace.sh (exit status: 2)
2017-06-28 06:27:46 +00:00

9 lines
229 B
Bash
Executable file

#!/bin/sh
set -eu
. "${0%/*}/util.sh"
valgrind_test 16x16 10 --threads=2 --owf=1 --preset=veryslow
valgrind_test 256x16 10 --threads=2 --owf=1 --preset=veryslow
valgrind_test 16x256 10 --threads=2 --owf=1 --preset=veryslow