From: Loic Dachary Date: Sun, 12 Jan 2014 16:27:26 +0000 (+0100) Subject: crush: crushtool emacs compile helper X-Git-Tag: v0.77~26^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b705e52304a58d5bb8cc57428b8a6ce25ffb3352;p=ceph.git crush: crushtool emacs compile helper Signed-off-by: Loic Dachary --- diff --git a/src/tools/crushtool.cc b/src/tools/crushtool.cc index 57680ae7d3f2..9e950f5e7dd1 100644 --- a/src/tools/crushtool.cc +++ b/src/tools/crushtool.cc @@ -730,3 +730,8 @@ int main(int argc, const char **argv) return 0; } +/* + * Local Variables: + * compile-command: "cd .. ; make crushtool && test/run-cli-tests" + * End: + */