mirror of
https://github.com/samba-team/samba.git
synced 2025-11-28 12:23:49 +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
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
|
|
|