From: Loic Dachary Date: Thu, 21 Aug 2014 16:35:52 +0000 (+0200) Subject: erasure-code: wrap lines for emacs compile command X-Git-Tag: v0.86~193^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c02c41c1f176ae3e1a034dcce501709023a5c7f9;p=ceph.git erasure-code: wrap lines for emacs compile command Signed-off-by: Loic Dachary --- diff --git a/src/test/erasure-code/TestErasureCodePlugin.cc b/src/test/erasure-code/TestErasureCodePlugin.cc index 13adc4f0821..2755044d47f 100644 --- a/src/test/erasure-code/TestErasureCodePlugin.cc +++ b/src/test/erasure-code/TestErasureCodePlugin.cc @@ -107,6 +107,12 @@ int main(int argc, char **argv) { return RUN_ALL_TESTS(); } -// Local Variables: -// compile-command: "cd ../.. ; make -j4 && make unittest_erasure_code_plugin && valgrind --leak-check=full --tool=memcheck ./unittest_erasure_code_plugin --gtest_filter=*.* --log-to-stderr=true --debug-osd=20" -// End: +/* + * Local Variables: + * compile-command: "cd ../.. ; make -j4 && + * make unittest_erasure_code_plugin && + * valgrind --leak-check=full --tool=memcheck \ + * ./unittest_erasure_code_plugin \ + * --gtest_filter=*.* --log-to-stderr=true --debug-osd=20" + * End: + */