Permalink
Browse files

reintroduce the possibility to build different test variants

  • Loading branch information...
1 parent 6045df6 commit 66e39932cf9c7ddd4aff344480a028a4adf0f9fa @terzerm terzerm committed Dec 3, 2016
Showing with 7 additions and 0 deletions.
  1. +7 −0 build.gradle
View
@@ -46,6 +46,13 @@ dependencies {
}
test {
+ //supported system properties for test sets:
+ //
+ //-DtestVariant=TINY,SMALL,STANDARD,ALL
+ //-DtestCases=TINY,SMALL,STANDARD,ALL
+ //-DtestScales=TINY,SMALL,STANDARD,ALL
+ systemProperties = System.getProperties()
+
testLogging {
exceptionFormat = 'full'
}

0 comments on commit 66e3993

Please sign in to comment.