mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
23 lines
374 B
Bash
Executable File
23 lines
374 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## simerr -- Test simulation error feature
|
|
|
|
start_msg simerr
|
|
|
|
rm -f trace.*test_trace*.[0-9]*
|
|
|
|
UTRACE="5 10k 0"
|
|
#UOBJDUMP="-1 100k 10"
|
|
#USIMERR="error.sim"
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
unset UTRACE_SIGNAL
|
|
|
|
#STRACE=$LTRUSS
|
|
start_prg trace with_simulation_error
|
|
|
|
# Test against expected output
|
|
test_output_wc l simerr trace.*test_trace*.[0-9]*
|