#!/bin/sh

set -e
export CC=gcc

ruby -I"lib:test" test/mathematical/$1
