[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: API for Custom Drivers
From: |
Gavin Smith |
Subject: |
Re: API for Custom Drivers |
Date: |
Sat, 25 Apr 2015 09:25:40 +0100 |
On 25 April 2015 at 00:27, Arthur Schwarz <address@hidden> 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".