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