#!/bin/bash
set -e

cp -r build-aux/ "$AUTOPKGTEST_TMP"
cp -r tests/ "$AUTOPKGTEST_TMP"

cd "$AUTOPKGTEST_TMP"

guile --no-auto-compile build-aux/test-driver.scm $(find tests -name "*.scm")
