#!/bin/sh

GOSH=/usr/bin/gosh

set -e
cd testsuite

rm -f test.log
${GOSH} attr-test.scm >> test.log
${GOSH} ffitest.scm >> test.log
${GOSH} ctypestest.scm >> test.log
${GOSH} cwrappertest.scm >> test.log
${GOSH} struct_in_union-test.scm >> test.log
${GOSH} stdio-test.scm >> test.log
${GOSH} inline-test.scm >> test.log
${GOSH} fptr_array-test.scm >> test.log
${GOSH} array_qualifier-test.scm >> test.log
${GOSH} gcc_extension-test.scm >> test.log
