Merge branch 'prefix' into next

This commit is contained in:
Nguyen Anh Quynh 2014-01-21 12:04:02 +08:00
commit 4a4028d45b

9
suite/test_all.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
# dump test output to /tmp/<name> for diffing
# this is useful to detect if a change modifies any disasm output
# syntax: test_all.sh <name>
./test_archs.py > /tmp/$1_arch
./test_c.sh $1_c