Next: , Previous: , Up: Utility Procedures   [Contents][Index]


runtest_file_p procedure

runtest_file_p Procedure

Search runtests for testcase and return 1 if found, 0 if not. This is used by tools like compilers where each testcase is a file.

runtest_file_p runtests testcase

runtests

runtests is a list of two elements. The second is a copy of what was on the right side of the = if foo.exp="..." was specified, or an empty string if no such argument is present.

testcase

The filename of the current testcase under consideration.