On 25 April 2015 at 00:27, Arthur Schwarz <aschwarz1...@att.net> wrote: > > In "15.3.3.1 Command-line arguments for test drivers" there is the > statement: > > "The first non-option argument passed to the test driver is the program to > be run, and all the following ones are command-line options and arguments > for this program." > > In "15.3.2 Declaring Custom Test Drivers" we have the automake variables > LOG_DRIVER and ext_LOG_DRIVER. Assuming LOG_DRIVER = driver, does the > statement mean that to execute "driver" I type: > > make driver > > Instead of > make check ? >
I don't how the statement could mean that. When it mentions an arguments passed to the test driver, this is not referring the arguments passed to "make".