compiler/src/test/confidence/library/test.sh

6 lines
145 B
Bash

#!/bin/sh
. ../testenv.sh
# Generate mixed source and assembly code listing
$OBECOMP TestLibrary.mod -m
./TestLibrary >result
. ../testresult.sh