aboutsummaryrefslogtreecommitdiff
path: root/cpp/README
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/README')
-rw-r--r--cpp/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpp/README b/cpp/README
index 53bf176..69ab112 100644
--- a/cpp/README
+++ b/cpp/README
@@ -69,8 +69,3 @@ Test
This command will execute the unit tests for the library:
$ out/Default/unit_tests
-
-When running on Mac OS X, it's necessary to explicitly specify the path to the
-dynamically linked libraries, to run the tests out of the build directory:
-
-$ DYLD_LIBRARY_PATH='out/Default' out/Default/unit_tests