#!/bin/sh

cp -r test/* "$ADTTMP"
cd "$ADTTMP"

# Run the tests
MALLOC_CHECK_=0 exec python -Wignore TestRecipe.py -v 2>&1
