Searched refs:testcase_name (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.base-hp/ |
| H A D | genso-thresh.c | 44 char testcase_name [1000]; local 73 strcpy (testcase_name, argv[0]+3); 75 strcpy (linkfile_name, testcase_name); 78 fprintf (link_file, "# Linker options for %s test\n", testcase_name); 84 strcpy (makefile_name, testcase_name); 90 fprintf (make_file, "# Make file for %s test\n", testcase_name); 106 fprintf (make_file, "\tif ! [ -a lib%2.2d_%s.c ] ; then \\\n", i, testcase_name); 115 … fprintf (make_file, "lib%2.2d_%s.o: lib%2.2d_%s.c\n", i, testcase_name, i, testcase_name); 116 …e, "\t$(CC) $(CFLAGS) +Z -o lib%2.2d_%s.o -c lib%2.2d_%s.c\n", i, testcase_name, i, testcase_name); 117 … fprintf (make_file, "lib%2.2d-%s.sl: lib%2.2d-%s.o\n", i, testcase_name, i, testcase_name); [all …]
|