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