linked_attribute tests: helper assert function for expected LdbError
[Samba.git] / source3 / rpc_server / mdssvc / README
blob7dff83e830ad8416280ece95f28a9fc45e19a72a
1 Introduction:
2 =============
3 This directory contains source code for the metadata search service
4 aka Spotlight.
6 Bison and flex:
7 ===============
8 Not yet integrated into the waf buildsystem, run these by hand:
10 $ bison -d -o sparql_parser.c sparql_parser.y
11 $ flex -o sparql_lexer.c sparql_lexer.l
13 or use the bundled Makefile.