• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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