acezen commented on code in PR #512:
URL: https://github.com/apache/incubator-graphar/pull/512#discussion_r1626830290
##########
cpp/README.md:
##########
@@ -88,21 +88,27 @@ Debug build with unit tests:
$ cd build-debug
$ cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON ..
$ make -j8 # if you have 8 CPU cores, otherwise adjust, use
-j`nproc` for all cores
- $ make test # to run the tests
+```
+
+After building, you can run the unit tests with:
+
+```bash
+ $ git clone https://github.com/apache/incubator-graphar-testing.git
testing # download the testing data
+ $ GAR_TEST_DATA=${PWD}/testing ctest
Review Comment:
The suggestion is great, I can do it in the PR #507 .
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]