mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-10-05 19:18:01 +08:00
13 lines
166 B
Bash
Executable File
13 lines
166 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## random.test -- Test random feature
|
|
|
|
start_msg random
|
|
|
|
start_prg random 10 10000
|
|
|
|
# Test against expected output
|
|
test_output_wc w random
|