Add SMP and AMP tests on Travis.

This commit is contained in:
Arttu Ylä-Outinen 2015-12-15 11:20:17 +02:00
parent dbb9b0df85
commit bbaaf3c3e1

View file

@ -49,6 +49,11 @@ matrix:
- env: VALGRIND_TEST="-p1 --threads=2 --owf=1 --rd=1 --no-rdoq --no-deblock --no-sao --no-signhide"
- env: VALGRIND_TEST="-p1 --threads=2 --owf=1 --rd=2 --no-rdoq --no-deblock --no-sao --no-signhide --no-transform-skip"
# Tests for SMP and AMP blocks.
- env: VALGRIND_TEST="--threads=2 --owf=1 --smp"
- env: VALGRIND_TEST="--threads=2 --owf=1 --amp"
- env: VALGRIND_TEST="--threads=2 --owf=1 --smp --amp"
# Tests for rate control
- env: VALGRIND_TEST="--bitrate=500000 -p0 -r1 --owf=1 --threads=2 --rd=0 --no-rdoq --no-deblock --no-sao --no-signhide --subme=0 --pu-depth-inter=1-3 --pu-depth-intra=2-3"