From 868de8fea0cde00902dbe879b8c485fb68a3808f Mon Sep 17 00:00:00 2001 From: mirons Date: Wed, 22 Mar 2017 18:16:57 -0500 Subject: [PATCH] Fixing a typo in the README for running tests. (#140) --- docs/tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tests/README.md b/docs/tests/README.md index df4dd0c5f7..23f2ca8a5d 100644 --- a/docs/tests/README.md +++ b/docs/tests/README.md @@ -4,5 +4,5 @@ There are unit tests in the `tests/` directory. To execute them, run: ```sh -$ python setup.py google_tests --test-dir tests/ +$ python setup.py google_test --test-dir tests/ ```