README.md: x86-32/64 support
[centaur.git] / tests / 02-noop64.test
1 #!/bin/sh
2
3 # Test if elfu can clone a given x86-64 executable in the way expected
4 # by comparing it to a reference output.
5
6 source ./boilerplate.sh
7
8 elfucli --input reference/putsmain64 \
9         --output $BUILDDIR/putsmain64-cloned
10 test_check_retval
11
12 cmp reference/putsmain64-cloned \
13     $BUILDDIR/putsmain64-cloned
14 test_check_retval