#!/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
