mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
18 lines
295 B
Bash
Executable File
18 lines
295 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## objectDB.test -- Test objectDB feature
|
|
|
|
start_msg objectDB
|
|
|
|
#UTRACE="0 50k 0"
|
|
UOBJDUMP="0 100k 10"
|
|
#USIMERR="error.sim"
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
start_prg objectDB 500
|
|
|
|
# Test against expected output
|
|
test_output_wc l objectDB object.*test_objectDB*.[0-9]*
|