summaryrefslogtreecommitdiff
path: root/tests/01-noop32.test
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-06-19 20:20:10 +0100
committernorly <ny-git@enpas.org>2013-06-20 22:10:23 +0100
commit7f1a29e9e33059dfebdc24bb3ffaa3dac46b58f1 (patch)
tree89f3108016eb3440ec35a9b20957f46ef999cc5c /tests/01-noop32.test
parentc98d704a812502c34d82e34949f37c8b87ae6018 (diff)
Automate tests
Diffstat (limited to 'tests/01-noop32.test')
-rw-r--r--tests/01-noop32.test10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/01-noop32.test b/tests/01-noop32.test
new file mode 100644
index 0000000..145bae3
--- /dev/null
+++ b/tests/01-noop32.test
@@ -0,0 +1,10 @@
+#!/bin/sh
+source ./boilerplate.sh
+
+elfucli --input reference/putsmain32 \
+ --output $BUILDDIR/putsmain32-cloned
+test_check_retval
+
+cmp reference/putsmain32-cloned \
+ $BUILDDIR/putsmain32-cloned
+test_check_retval