chibi-scheme/tests/install/run-install-test.sh
Alex Shinn 695b44332e adding interface to bytecode-literals
(need to check these when debugging gc)
2010-12-05 16:53:38 -08:00

12 lines
265 B
Bash
Executable file

#! /bin/bash
export PATH=/usr/local/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
tar xzvf chibi-scheme-@VERSION@.tgz
cd chibi-scheme-@VERSION@
make
make install
cp tests/r5rs-tests.scm ..
cd ..
chibi-scheme r5rs-tests.scm | tee r5rs-tests.out