summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Niebler <eniebler@boost.org>2017-09-11 16:23:44 -0700
committerKirk Shoop <kirk.shoop@microsoft.com>2017-09-11 16:23:44 -0700
commitde1df9fb30aa2951752a6c8fa39cc8f78916cbe5 (patch)
tree1ea3a2c13c4553da5cad6941d4cf692fbede2d60
parent7d9859639c3abcf80d6a424dd3cffea8f11c7738 (diff)
downloadRxCpp-de1df9fb30aa2951752a6c8fa39cc8f78916cbe5.tar.gz
Correct prefix for test executables (#398)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e8b7824..8106c4a 100644
--- a/README.md
+++ b/README.md
@@ -212,11 +212,11 @@ The build only produces test and example binaries.
# Running tests
* You can use the CMake test runner `ctest`
-* You can run the test binaries directly `rxcppv2_test_*`
+* You can run the test binaries directly `rxcpp_test_*`
* Tests can be selected by name or tag
Example of by-tag
-`rxcppv2_test_subscription [perf]`
+`rxcpp_test_subscription [perf]`
# Documentation