Alex Riesen (raa.lkml@gmail.com) wrote on Aug 21, 2009:
On Fri, Aug 21, 2009 at 19:39, Thell Fowler[off-list ref] wrote:
quoted
What is _REALLY_ odd is that it didn't make any tests fail in the test
dir using master, next, and pu.
The test suite has a very good coverage, but it surely is not complete.
Well, two lessons learned...
1) Don't do isolated tests and count on the bundled tests to catch the
corner cases.
2) Write more tests.
quoted
Perhaps someone can explain what I did wrong when testing?
git checkout master
make -s clean && make -s all && make -s install && cd t && make
This should have worked. Although I prefer just:
$ make -j4 && make test -j16
Good to know I was on the right track. Thanks.
--
Thell