blob: 443f442dede96783f6e2051d03d8727f1526eff5 [file] [log] [blame]
Nguyen Anh Quynh66c8d5d2014-01-21 12:02:30 +08001#!/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