Re: [O] [patch] Add test-run capability to Makefile

2012-01-05 Thread Martyn Jago
Bastien writes: > Martyn Jago writes: > >> Since the Makefile is currently getting a refresh I thought it would be >> very useful to allow running of the regression test suite directly from >> make using `make test'. > > Nice -- I will test this through Achim's branch. > > Thanks! Thanks! How

Re: [O] [patch] Add test-run capability to Makefile

2012-01-05 Thread Bastien
Martyn Jago writes: > Since the Makefile is currently getting a refresh I thought it would be > very useful to allow running of the regression test suite directly from > make using `make test'. Nice -- I will test this through Achim's branch. Thanks! -- Bastien

Re: [O] [patch] Add test-run capability to Makefile

2012-01-04 Thread Achim Gratz
Eric Schulte writes: > If you have the names of the offending tests this should be a simple > fix. I'm happy to apply this to the test suite, but I don't know which > four tests rely upon htmlize. Actually, it wasn't htmlize that made these four tests fail (only two of them use it and while a wa

Re: [O] [patch] Add test-run capability to Makefile

2012-01-04 Thread Eric Schulte
Achim Gratz writes: > Martyn Jago writes: >> Since the Makefile is currently getting a refresh I thought it would be >> very useful to allow running of the regression test suite directly from >> make using `make test'. > > Good idea, I just added it to my Makefile fork as well. > Very cool, I a

Re: [O] [patch] Add test-run capability to Makefile

2012-01-04 Thread Achim Gratz
Martyn Jago writes: > Since the Makefile is currently getting a refresh I thought it would be > very useful to allow running of the regression test suite directly from > make using `make test'. Good idea, I just added it to my Makefile fork as well. > The following patch achieves this and allows