Searched refs:TEST_PEX_RUN (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | test-pexecute.c | 207 #define TEST_PEX_RUN(PEXOBJ, FLAGS, EXECUTABLE, ARGV, OUTNAME, ERRNAME) \ in main() macro 250 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, NULL); in main() 259 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, NULL); in main() 270 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, "temp.z"); in main() 281 TEST_PEX_RUN (pex1, 0, "./test-pexecute", subargv, NULL, NULL); in main() 292 TEST_PEX_RUN (pex1, PEX_SUFFIX, "./test-pexecute", subargv, ".x", NULL); in main() 295 TEST_PEX_RUN (pex1, PEX_SUFFIX, "./test-pexecute", subargv, ".y", NULL); in main() 310 TEST_PEX_RUN (pex1, PEX_SUFFIX, "./test-pexecute", subargv, ".x", NULL); in main() 313 TEST_PEX_RUN (pex1, PEX_SUFFIX, "./test-pexecute", subargv, ".y", NULL); in main() 328 TEST_PEX_RUN (pex1, PEX_SUFFIX, "./test-pexecute", subargv, ".x", NULL); in main() [all …]
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | ChangeLog | 2440 * testsuite/test-pexecute.c (TEST_PEX_RUN): Move variable
|