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