blob: d8e37301045231f2edce3ec4f6bfef3efb8d6eea [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001#!/bin/sh
2
3echo Executing all tests... please wait...
4sh dotests.sh > testout.txt
5
6if cmp testout.txt output.txt; then
7 echo Test successfully
8else
9 echo 'Test failed :('
10 echo 'Compare testout.txt (wrong) and output.txt (correct) for more information'
11fi