Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 23257012: Make it possible to run specific tests via make test (Closed)
Patch Set: Created Oct. 29, 2013, 2:36 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Makefile ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -26,6 +26,10 @@
make test ARCH=ia32
+To run specific tests, you can specify a filter:
+
+ make test FILTER=*.Matches
+
### Windows
You need Microsoft Visual C++ (Express is sufficient) 2012
« no previous file with comments | « Makefile ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld