mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
20 lines
321 B
Bash
Executable File
20 lines
321 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## objectIO.test -- Test objectIO feature
|
|
|
|
start_msg objectIO
|
|
|
|
#UTRACE="5 50k 0"
|
|
#UOBJDUMP="-1 100k 10"
|
|
#USIMERR="error.sim"
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
unset MEMPOOL
|
|
#STRACE=$LTRUSS
|
|
start_prg objectIO
|
|
|
|
# Test against expected output
|
|
test_output_wc w objectIO trace.*test_objectIO*.[0-9]*
|