mirror of
https://github.com/samba-team/samba.git
synced 2025-06-25 19:17:10 +03:00
- made yet another attempt to make ldb const clean. - "make test" now runs both the tdb and ldap backend tests, and run the ldbtest utility with and without indexing - added prototypes in ldb.h for ldb_msg_*() public functions (This used to be commit 01e87406768cb5a98ac8530a2f361a4987a36cd3)
10 lines
86 B
Bash
Executable File
10 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
|
|
|
|
export LDB_URL="tdb://test.ldb"
|
|
|
|
rm -f test.ldb
|
|
|
|
. tests/test-generic.sh
|
|
|