#!/bin/sh

cp -a samples tests "$ADTTMP"
cd "$ADTTMP"

# Copied from Makefile.am in the source package:

cfityk -q -c "= F:get_info('version')..'\n'..F:get_info('compiler')"
cfityk -n -q samples/enso.fit
cfityk -n -q samples/read-shockley.fit
cfityk -n -q samples/nacl01.fit
cfityk -n -q samples/SiC_Zn.fit
cfityk -n -q samples/hello.lua
rm -f tmp_save.fit
cfityk -n -q tests/test_syntax.fit
