blob: 6707c7b43fcbaf910b537507fe25e40da398a622 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Generating the docs:
sudo apt-get install asciidoc --no-install-recommends
./ninja doc
Test-driven development:
Set your build command to
./ninja ninja_test && ./ninja_test --gtest_filter=MyTest.Name
now you can repeatedly run that while developing until the tests pass.
Remember to build "all" before committing to verify the other source
still works!
|