now building liblumiback.a liblumiproc.a liblumi.a build a separate test-common executable (for everything in src/common) include a precompiled header for assets.
28 lines
665 B
Text
28 lines
665 B
Text
TESTING "Proc Layer config rules Test Suite" ./test-common --group=query
|
|
|
|
|
|
|
|
TEST "QueryUtils_test" QueryUtils_test Query <<END
|
|
out: N7lumiera5query4test5ThingE: I am writing a test sentence.
|
|
END
|
|
|
|
|
|
TEST "QueryUtils_test" QueryUtils_test normalizeID <<END
|
|
out: ..original : a A AA dufte 1a _1 A_A BÄH White space §&Ω%€GΩ%€ar Ω baäääääge!!!!! :
|
|
out: normalized : a a aA dufte o1a o_1 a_A bH o white_space gar_bage :
|
|
END
|
|
|
|
|
|
TEST "QueryUtils_test" QueryUtils_test extractID <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
TEST "QueryUtils_test" QueryUtils_test removeTerm <<END
|
|
return: 0
|
|
END
|
|
|
|
|
|
TEST "QueryUtils_test" QueryUtils_test countPraed <<END
|
|
return: 0
|
|
END
|