Tests for x86-64
[centaur.git] / tests / 02-noop64.test
diff --git a/tests/02-noop64.test b/tests/02-noop64.test
new file mode 100644 (file)
index 0000000..d519c55
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+source ./boilerplate.sh
+
+elfucli --input reference/putsmain64 \
+        --output $BUILDDIR/putsmain64-cloned
+test_check_retval
+
+cmp reference/putsmain64-cloned \
+    $BUILDDIR/putsmain64-cloned
+test_check_retval