mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
20 lines
271 B
Bash
Executable File
20 lines
271 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## cdb.test -- Test cdb feature
|
|
|
|
start_msg cdb
|
|
|
|
rm -f tmp/test.cdb
|
|
|
|
#UTRACE="0 5M 0"
|
|
#UOBJDUMP="-1 100k 10"
|
|
#USIMERR="error.sim"
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
start_prg cdb <inp/cdb.input
|
|
|
|
# Test against expected output
|
|
test_output_diff cdb
|