From 1bbb2f1f1bb2668efb14f498f07254ab8eb61287 Mon Sep 17 00:00:00 2001 From: "Michael C. Martin" Date: Fri, 1 Jun 2012 00:24:30 -0700 Subject: [PATCH] Braindead test script --- tests/simpletest.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 tests/simpletest.sh diff --git a/tests/simpletest.sh b/tests/simpletest.sh new file mode 100755 index 0000000..8f36e1c --- /dev/null +++ b/tests/simpletest.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +../bin/ophis -q --no-warn testbase.oph a.bin +diff -q testbase.bin a.bin +../bin/ophis -q --no-warn testdata.oph a.bin +diff -q testdata.bin a.bin +../bin/ophis -q --no-warn longbranch_ref.oph a_ref.bin +diff -q longbranch.bin a_ref.bin +../bin/ophis -q --no-warn longbranch.oph a.bin +diff -q longbranch.bin a.bin +../bin/ophis -cq --no-warn test65c02.oph a.bin +diff -q test65c02.bin a.bin +../bin/ophis -uq --no-warn test6510.oph a.bin +diff -q test6510.bin a.bin +../bin/ophis -cq --no-warn branch_c02_ref.oph a_ref.bin +diff -q branch_c02.bin a_ref.bin +../bin/ophis -cq --no-warn branch_c02.oph a.bin +diff -q branch_c02.bin a_ref.bin +rm -f a_ref.bin a.bin