From e1fb19412c5dcc722e7df24e543aadf03a463c9a Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 17 Mar 2016 16:19:03 +0100 Subject: Add REPL tests --- test/dotc/tests.scala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/dotc/tests.scala') diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala index 457116feb..062625c23 100644 --- a/test/dotc/tests.scala +++ b/test/dotc/tests.scala @@ -46,6 +46,7 @@ class tests extends CompilerTest { val negDir = testsDir + "neg/" val runDir = testsDir + "run/" val newDir = testsDir + "new/" + val replDir = testsDir + "repl/" val sourceDir = "./src/" val dottyDir = sourceDir + "dotty/" @@ -109,6 +110,7 @@ class tests extends CompilerTest { @Test def pos_859 = compileFile(posSpecialDir, "i859", scala2mode)(allowDeepSubtypes) @Test def new_all = compileFiles(newDir, twice) + @Test def repl_all = replFiles(replDir) @Test def neg_all = compileFiles(negDir, verbose = true, compileSubDirs = false) @Test def neg_typedIdents() = compileDir(negDir, "typedIdents") -- cgit v1.2.3