From 814ae7d335711e1031362d93bf98fcdeb612ffc8 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Sun, 28 Nov 2010 19:18:02 -0800 Subject: hacking notes --- HACKING | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 HACKING diff --git a/HACKING b/HACKING new file mode 100644 index 0000000..6707c7b --- /dev/null +++ b/HACKING @@ -0,0 +1,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! -- cgit v0.12