#!/bin/sh
# autopkgtest check: Run upstream tests
# Author: Nathan Teodosio <nathan.teodosio@canonical.com>

set -ex

TEST_FILE="./tests/data/t1.webp" ./obj*/tests/t1
TEST_FILE="./tests/data/t2.webp" ./obj*/tests/t2
TEST_FILE="./tests/data/t3.webp" ./obj*/tests/t3
TEST_FILE="./tests/data/t1.webp" ./obj*/tests/t4
TEST_FILE="./tests/data/t2.webp" ./obj*/tests/t_save
TEST_FILE="./tests/data/t2.webp" ./obj*/tests/t_icc
TEST_FILE="./tests/data/t2.webp" ./obj*/tests/t_null_error
TEST_FILE="./tests/data/t_large.webp" ./obj*/tests/t_large
TEST_FILE="./tests/data/t2.webp" TEST_FILE_ANIM="./tests/data/t3.webp" ./obj*/tests/t_scaled
TEST_FILE="./tests/data/test_jpeg_as_webp.webp" ./obj*/tests/t_jpeg
TEST_FILE="./tests/data/t2.webp" ./obj*/tests/t_signals
