@@ -1,9 +0,0 @@
-3
--1
-7
-9
-6
-0
-1
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-echo "Executing tests ..."
-cat test.txt | ./eval.out > ans.out.txt
-echo "Done."
-echo "Show diff ..."
-diff ans.txt ans.out.txt
-# Test equality
-if [ $status ]
-then
- echo 'All tests are OK.'
-else
- echo 'Failure !!!'
-fi
-1+2=
-1-2=
-1+2*3=
-(1+2)*3=
-1+2+3=
-(1 - 1) + (2 - 2) =
-1 + 4 * 2 =
-42 / 7 =
-5 / 3 =