Re: [cmake-developers] Ninja: files per second

2012-07-30 Thread Shlomi Fish
Hi Peter, On Sat, 28 Jul 2012 14:03:48 +0200 Peter Kümmel syntheti...@gmx.net wrote: On 28.07.2012 11:43, Shlomi Fish wrote: Nice. I was now able to get the Freecell Solver test suite to pass with ninja test, but there is one problem: when I run ninja -vv test, then ninja displays

[cmake-developers] Ninja: files per second

2012-07-28 Thread Peter Kümmel
I've added a nice feature to ninja which is now upstream: By setting the environment variable NINJA_STATUS bash: export NINJA_STATUS=[%s/%t %o(%c)/s] cmd.exe (with space at the end): set NINJA_STATUS=[%s/%t %o(%c)/s] Ninja prints the overall processed files per second and

Re: [cmake-developers] Ninja: files per second

2012-07-28 Thread Shlomi Fish
Hi Peter, thanks for your work on Ninja. On Sat, 28 Jul 2012 10:57:44 +0200 Peter Kümmel syntheti...@gmx.net wrote: I've added a nice feature to ninja which is now upstream: By setting the environment variable NINJA_STATUS bash: export NINJA_STATUS=[%s/%t %o(%c)/s] cmd.exe

Re: [cmake-developers] Ninja: files per second

2012-07-28 Thread Peter Kümmel
On 28.07.2012 11:43, Shlomi Fish wrote: Nice. I was now able to get the Freecell Solver test suite to pass with ninja test, but there is one problem: when I run ninja -vv test, then ninja displays the line [1/1] cd /home/shlomif/progs/freecell/git/fc-solve/fc-solve/source/n perl