Simplify ARGV setup. Add trial binary directory discovery code.

This commit is contained in:
David Brown 2016-12-03 18:43:13 +00:00
parent 8c9d029df3
commit 1ae3a2ff32
3 changed files with 149 additions and 25 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh
. ../testenv.sh
# Generate mixed source and assembly code listing
$OBECOMP IntSyntax.mod -fm >result
$OBECOMP IntSyntax.mod -fm | fgrep -v "Testing. Binary directory is: '" >result
. ../testresult.sh