mirror of
https://github.com/samba-team/samba.git
synced 2025-02-24 13:57:43 +03:00
A hash table implemented using in-memory tdb backend. Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
8 lines
76 B
Bash
Executable File
8 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
ok_null
|
|
|
|
unit_test db_hash_test
|