mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +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
|