aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/Properties.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-04-07 14:46:17 +0200
committerFelix Mulder <felix.mulder@gmail.com>2017-04-12 11:31:15 +0200
commitd42a28d07683d95e6dffd27cdb9078ebeb599c15 (patch)
tree3907a8a0d59a99b23f3ce483cb5006c137373eba /compiler/test/dotty/Properties.scala
parent55803b2657a473a1ebbebfd9ab7ba4c1b4e27d38 (diff)
downloaddotty-d42a28d07683d95e6dffd27cdb9078ebeb599c15.tar.gz
dotty-d42a28d07683d95e6dffd27cdb9078ebeb599c15.tar.bz2
dotty-d42a28d07683d95e6dffd27cdb9078ebeb599c15.zip
Add ability to only compile run tests
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