#!/bin/sh
set -e

hvcc debian/tests/clip.pd -g pdext -n clap -o tmp
make -C tmp
pd -batch -path tmp -open debian/tests/clap-test.pd -send "test bang"
