mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 07:32:24 +00:00
Prototype for finding installation based on binary name.
This commit is contained in:
parent
a6049e7b82
commit
e6c858e6e7
3 changed files with 48 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue