mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
20 lines
304 B
Bash
Executable File
20 lines
304 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## notifier.test -- Test notifier feature
|
|
|
|
start_msg notifier
|
|
|
|
#UTRACE="0 5M 0"
|
|
#UOBJDUMP="-1 100k 10"
|
|
#USIMERR="error.sim"
|
|
#VALGRIND=valgrind
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
#STRACE=$TRUSS
|
|
start_prg notifier 7 # true
|
|
|
|
# Test against expected output
|
|
test_output_wc l notifier
|