From 384539f7cc9feaa7ef7cee385cce472c6966c843 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 27 Apr 2009 00:24:16 +0200 Subject: Adding ue1 --- ue1/imgsynth/test/test.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 ue1/imgsynth/test/test.sh (limited to 'ue1/imgsynth/test/test.sh') diff --git a/ue1/imgsynth/test/test.sh b/ue1/imgsynth/test/test.sh new file mode 100755 index 0000000..45ea077 --- /dev/null +++ b/ue1/imgsynth/test/test.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +rm -f test/yellow_man_out.bmp +./imgsynth -i test/input +if [ "$(md5sum < test/yellow_man_out.bmp)" != "$(md5sum < test/yellow_man_ref.bmp)" ] +then + echo "ERROR: test/yellow_man_ref.bmp and test/yellow_man_ref.bmp differ" + exit 1 +else + echo "Test successful" +fi + -- cgit v1.2.3