Github user omalley commented on a diff in the pull request:
https://github.com/apache/orc/pull/277#discussion_r193106126
--- Diff: c++/test/CMakeLists.txt ---
@@ -64,7 +64,12 @@ target_link_libraries (create-test-files
protobuf
)
-add_test (NAME orc-test COMMAND orc-test)
+if (TEST_VALGRIND_MEMCHECK)
+ add_test (orc-test
--- End diff --
You have trailing spaces here.---
