[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2010-08-28, Elias Pschernig <elias.pschernig@xxxxxxxxxx> wrote:
> What would be the best way to run all tests? I don't like how make
> run-tests shows me a total of 22/22 passed tests when that's not true :P
>
> Maybe a command-line option to somehow pass "*.ini" to test_driver? Or
> have a way to include other .ini files from a test_all.ini?
I wanted test_driver to accept multiple *.ini arguments on the command
line, with any other arguments treated as test cases. But then I got
lazy and implemented the -x option instead of the code to clean up the
global data between ini files :)
Peter