File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ The project can __never__ have enough tests. To address areas lacking sufficient
257257 where ` <pattern> ` is a pattern matching a particular path. For example, to test the base math ` sin ` package
258258
259259 ``` bash
260- $ make TESTS_FILTER=.* /math/base/special/sin/.*
260+ $ make TESTS_FILTER=.* /math/base/special/sin/.* test
261261 ```
262262
263263 where the pattern ` .*/math/base/special/sin/.* ` matches any test file whose absolute path contains ` math/base/special/sin ` .
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ $ make TESTS_FILTER=.*/<pattern>/.* test
211211where ` <pattern> ` is a pattern matching a particular path. For example, to test only base special math functions
212212
213213``` bash
214- $ make TESTS_FILTER=.* /math/base/special/.*
214+ $ make TESTS_FILTER=.* /math/base/special/.* test
215215```
216216
217217where the pattern ` .*/math/base/special/.* ` matches any test file whose absolute path contains ` math/base/special ` .
You can’t perform that action at this time.
0 commit comments