mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-30 12:44:07 +00:00
674af752a2
Moves tests from .travis.yml to bash scripts in tests directory. Adds the test scripts to tests/Makefile.am so that they are included when running make check.
9 lines
108 B
Bash
Executable file
9 lines
108 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Test trying to use invalid input dimensions.
|
|
|
|
set -eu
|
|
source util.bash
|
|
|
|
encode_test 1x65 1 1
|