#!/bin/sh
cd ../src
make
cd ../test
rm -f *.o; test1
make
./test1 $*
