mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
16 lines
229 B
Bash
Executable File
16 lines
229 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## memerror.test -- Test memerror feature
|
|
|
|
start_msg memerror
|
|
|
|
UTRACE="5 100k 2"
|
|
export UTRACE
|
|
|
|
start_prg memerror
|
|
|
|
# Test against expected output
|
|
test_output_wc l memerror trace.*test_memerror*.[0-9]*
|