1 : #include "/home/mornfall/dev/pkg/ept-work/ept/textsearch/textsearch.test.h"
2 : #define RUN(x,y) x().y()
3 1 : void run_Textsearch_empty() { RUN( TestTextsearch, empty ); }
4 1 : void run_Textsearch_basicAccess() { RUN( TestTextsearch, basicAccess ); }
5 1 : void run_Textsearch_queryAccess() { RUN( TestTextsearch, queryAccess ); }
6 1 : void run_Textsearch_partialOrQuery() { RUN( TestTextsearch, partialOrQuery ); }
7 1 : void run_Textsearch_docidByName() { RUN( TestTextsearch, docidByName ); }
8 4 : void run_Textsearch_values() { RUN( TestTextsearch, values ); }
|