Previous: , Up: Installation   [Contents][Index]


2.3 Running the Test Suites

After a successful configure and make run, it is a good idea to run the test suites.

make check

Run Mes Scheme language semantics tests (scaffold/boot) only

build-aux/check-boot.sh

Run a single Mes boot test

MES_BOOT=scaffold/boot/00-zero.scm bin/mes

Run a single Mes Scheme test

./pre-inst-env tests/boot.test
MES=guile ./pre-inst-env tests/boot.test

Run MesCC tests only

build-aux/check-mescc.sh

Run a single MesCC test

CC=gcc CC32=i686-unknown-linux-gnu-gcc MES=guile \
  build-aux/test.sh scaffold/tests/00-exit-0