File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -44,12 +44,14 @@ This command will build and run the regular tests:
44
44
45
45
` $ sbt test `
46
46
47
- To run generated all tests, you'll need to increase maximum heap size to -Xmx5000M, and use this command instead:
47
+ To run generated all tests, you'll need to increase maximum heap size to at least -Xmx5000M, and use this command instead:
48
48
49
- ` $ sbt gentests/test `
49
+ $ rm -rf gentests
50
+ $ sbt gentests/test
50
51
51
52
You can also run different groups generated tests separately:
52
-
53
+
54
+ $ rm -rf gentests
53
55
$ sbt genMustMatchersTests1/test
54
56
$ sbt genMustMatchersTests2/test
55
57
$ sbt genMustMatchersTests3/test
@@ -65,7 +67,6 @@ You can also run different groups generated tests separately:
65
67
$ sbt genSortedTests/test
66
68
$ sbt genLoneElementTests/test
67
69
$ sbt genEmptyTests/test
68
- $ sbt genSafeStyleTests/test
69
70
70
71
What it does is simply switch to gentests project and run test.
71
72
You can’t perform that action at this time.
0 commit comments