#!/bin/bash

FIXTURES="
	testMath.fs
	testPick.fs
	testVector.fs
	testEntities.fs
	testPair.fs
	testParse.fs
	testCurry.fs
	testLazy.fs
"

# This script uses the CPAN module App::Prove
# to automate running all the test fixtures.
prove --exec '../../maker --quiet --run' $FIXTURES