Searched refs:Test_report (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dtest.h29 class Test_report;
47 run(const char* name, bool (*pfn)(Test_report*));
49 // Get the current Test_report. This is used by the test support
51 static Test_report*
56 friend class Test_report;
66 // Current Test_report. This is a static variable valid while a
68 static Test_report* current_report;
82 class Test_report class in namespace:gold_testsuite
85 Test_report(Test_framework* tf) function in class:gold_testsuite::Test_report
108 Register_test(const char* name, bool (*pfn)(Test_report*));
[all...]
H A Dtest.cc36 Test_report* Test_framework::current_report;
41 Test_framework::run(const char *name, bool (*pfn)(Test_report*))
46 Test_report tr(this);
90 Register_test::Register_test(const char* name, bool (*pfn)(Test_report*))
H A Dobject_unittest.cc63 Object_test(Test_report*)
H A Dbinary_unittest.cc121 Binary_test(Test_report*)

Completed in 104 milliseconds