Lines Matching refs:root
23 void addNormTest(TestNode** root) {
120 void addNormTest(TestNode** root);
122 void addNormTest(TestNode** root)
124 addTest(root, &TestAPI, "tsnorm/cnormtst/TestAPI");
125 addTest(root, &TestDecomp, "tsnorm/cnormtst/TestDecomp");
126 addTest(root, &TestCompatDecomp, "tsnorm/cnormtst/TestCompatDecomp");
127 addTest(root, &TestCanonDecompCompose, "tsnorm/cnormtst/TestCanonDecompCompose");
128 addTest(root, &TestCompatDecompCompose, "tsnorm/cnormtst/CompatDecompCompose");
129 addTest(root, &TestNull, "tsnorm/cnormtst/TestNull");
130 addTest(root, &TestQuickCheck, "tsnorm/cnormtst/TestQuickCheck");
131 addTest(root, &TestQuickCheckPerCP, "tsnorm/cnormtst/TestQuickCheckPerCP");
132 addTest(root, &TestIsNormalized, "tsnorm/cnormtst/TestIsNormalized");
133 addTest(root, &TestCheckFCD, "tsnorm/cnormtst/TestCheckFCD");
134 addTest(root, &TestNormCoverage, "tsnorm/cnormtst/TestNormCoverage");
135 addTest(root, &TestConcatenate, "tsnorm/cnormtst/TestConcatenate");
136 addTest(root, &TestNextPrevious, "tsnorm/cnormtst/TestNextPrevious");
137 addTest(root, &TestFCNFKCClosure, "tsnorm/cnormtst/TestFCNFKCClosure");
138 addTest(root, &TestComposition, "tsnorm/cnormtst/TestComposition");