#!/bin/sh
# Shell script to test the Mathomatic prime number generator.

set -e
set -u

make test bigtest
