#!/bin/sh
set -e

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