mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 01:42:24 +00:00
6 lines
145 B
Bash
6 lines
145 B
Bash
#!/bin/sh
|
|
. ../testenv.sh
|
|
# Generate mixed source and assembly code listing
|
|
$OBECOMP TestLibrary.mod -m
|
|
./TestLibrary >result
|
|
. ../testresult.sh
|