#!/bin/bash
# test that ladspa.h works
set -e

target=`mktemp`
gcc debian/tests/02_ladspah.c -o "$target"
"$target"
