xref: /aosp_15_r20/external/capstone/suite/test_all.sh (revision 9a0e4156d50a75a99ec4f1653a0e9602a5d45c18)
1#!/bin/sh
2
3# dump test output to /tmp/<name> for diffing
4# this is useful to detect if a change modifies any disasm output
5
6# syntax: test_all.sh <name>
7
8./test_archs.py > /tmp/$1_arch
9./test_c.sh $1_c
10