From 6a455fe6da5ff9c741d91279a2dc6fe2fb1b472f Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Tue, 1 Nov 2016 18:34:29 +0100 Subject: Move (most) unit tests to correct locations Should still perhaps move `test/dotc/tests.scala` and the others in the same directory to a better more cohesive location. Would like to delete the worksheets as well - but maybe they hold sentimental value... --- project/Build.scala | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'project') diff --git a/project/Build.scala b/project/Build.scala index 9eb8cb894..ead692b1d 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -126,7 +126,10 @@ object DottyBuild extends Build { }, // enable verbose exception messages for JUnit - testOptions in Test += Tests.Argument(TestFrameworks.JUnit, "-a", "-v", "--run-listener=test.ContextEscapeDetector"), + testOptions in Test += Tests.Argument( + TestFrameworks.JUnit, "-a", "-v", + "--run-listener=dotty.tools.ContextEscapeDetector" + ), testOptions in Test += Tests.Cleanup({ () => partestLockFile.delete }), lockPartestFile := { -- cgit v1.2.3