Searched defs:run_tests (Results 1 – 10 of 10) sorted by relevance
69 function run_tests () { function
21 run_tests: test_conversions encode_double decode_double target
7 void run_tests(struct test tests[]) in run_tests() function
33 int run_tests(int argc, char **argv) { in run_tests() function
37 def run_tests(basedir, libdir): function
219 run_tests() { function
313 def run_tests() : function
263 def run_tests(options): function
96 noinst_PROGRAMS += run_tests program
234 #define run_tests(tests) _run_tests(tests, sizeof(tests) / sizeof(tests)[0]) macro