"Sylvain Petreolle" spetreolle@yahoo.fr wrote:
do you know how to run _all_ tests with verbose output when using 'make test' ?
What do you mean by a "verbose output"?
WINETEST_REPORT_SUCCESS=1; make test
will print nice "Test succeeded" for every test case without errors.
On Thu, 3 Jul 2003, Dmitry Timoshkov wrote:
"Sylvain Petreolle" spetreolle@yahoo.fr wrote:
do you know how to run _all_ tests with verbose output when using 'make test' ?
What do you mean by a "verbose output"?
WINETEST_REPORT_SUCCESS=1; make test
Without the semi-colon actually:
WINETEST_REPORT_SUCCESS=1 make test