mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
1543eedb8f
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
8 lines
137 B
Bash
Executable File
8 lines
137 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
ok "100 2048 500 4096 1024 8192 200 16384 300 32768 400 65536 1048576 "
|
|
|
|
unit_test comm_test
|