mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
20 lines
300 B
Bash
Executable File
20 lines
300 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## string.test -- Test string feature
|
|
|
|
start_msg string
|
|
|
|
#UTRACE="0 50M -1"
|
|
#UOBJDUMP="0 100k 10"
|
|
#USIMERR="error.sim"
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
UMEMPOOL=0,0,0,0,0,0,0,0,0:20971520,2097152
|
|
|
|
start_prg string 10
|
|
|
|
# Test against expected output
|
|
test_output_wc w string
|