#!/bin/sh
set -e

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