#!/bin/sh
# Execution tests

echo Execution test: $1

test_prs_top -It3inc $T3_DAT/$1.t $T3_OUT/$1.t3 >$T3_OUT/$1.log 2>&1
test_exec -cs cp437 $T3_OUT/$1.t3 >>$T3_OUT/$1.log 2>&1
test_diff $1

echo
