[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: script suggestion: 'check_program' to easily run multiple tests
From: |
Assaf Gordon |
Subject: |
Re: script suggestion: 'check_program' to easily run multiple tests |
Date: |
Fri, 01 Aug 2014 18:49:17 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
Re-visiting an old thread:
On 01/24/2014 06:44 PM, Pádraig Brady wrote:
On 01/24/2014 10:39 PM, Bernhard Voelker wrote:
<...>
Thus said, instead of adding a script, I'd favor a new make target
which can search all test cases and run them - incl. (very-)expensive
if necessary. Something like
make check-some T=cp
Yes I agree.
Attached is a patch that adds a 'makefile' target to test a program.
Examples:
make check-prog T=sort
make check-very-expensive-prog T=tail
Regards,
- Assaf
check_prog.2014-07-31.patch
Description: Text Data
- Re: script suggestion: 'check_program' to easily run multiple tests,
Assaf Gordon <=