#!/bin/sh
set -e

dwebp -ppm Tests/images/lena.webp -o $ADTTMP/lena_webp.ppm 2>&1
python3 test-installed.py
