aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/Properties.scala
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/test/dotty/Properties.scala')
-rw-r--r--compiler/test/dotty/Properties.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler/test/dotty/Properties.scala b/compiler/test/dotty/Properties.scala
index 6106c75b9..70db82092 100644
--- a/compiler/test/dotty/Properties.scala
+++ b/compiler/test/dotty/Properties.scala
@@ -20,6 +20,11 @@ object Properties {
*/
val testsFilter: Option[String] = sys.props.get("dotty.tests.filter")
+ /** When set, the run tests are only compiled - not run, a warning will be
+ * issued
+ */
+ val testsNoRun: Boolean = sys.props.get("dotty.tests.norun").isDefined
+
/** Should Unit tests run in safe mode?
*
* For run tests this means that we respawn child JVM processes after each