Prototype for finding installation based on binary name.

This commit is contained in:
David Brown 2016-12-04 17:56:06 +00:00
parent a6049e7b82
commit e6c858e6e7
3 changed files with 48 additions and 14 deletions

View file

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