Lines Matching refs:root
687 static void addAllTests(TestNode** root) {
688 addFileTest(root);
689 addStringTest(root);
690 addTranslitTest(root);
693 addTest(root, &DataDrivenPrintf, "datadriv/DataDrivenPrintf");
694 addTest(root, &DataDrivenPrintfPrecision, "datadriv/DataDrivenPrintfPrecision");
695 addTest(root, &DataDrivenScanf, "datadriv/DataDrivenScanf");
698 addStreamTests(root);
810 TestNode *root = NULL;
850 addAllTests(&root);
851 nerrors = runTestRequest(root, argc, argv);
868 cleanUpTestTree(root);