Permalink
Browse files
Add mention of test.single to README
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+2
−0
README.md
|
|
@@ -40,6 +40,8 @@ Example gradle usage from the htsjdk root directory: |
|
|
```
|
|
|
./gradlew test
|
|
|
|
|
|
+ ./gradlew test -Dtest.single=TestClassName
|
|
|
+
|
|
|
./gradlew test --tests htsjdk.variant.variantcontext.AlleleUnitTest
|
|
|
./gradlew test --tests "*AlleleUnitTest"
|
|
|
|
|
|
|
0 comments on commit
c872049