summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2013-11-14 12:37:09 -0800
committerSom Snytt <som.snytt@gmail.com>2013-11-15 10:45:59 -0800
commit02359a09ebb75deee2481d48835d5352b59e1c7e (patch)
tree8a6beaddf669daedaae8e3b106112afa1ba2879d /build.xml
parent28cfe16fdde550146047f50c38de86d8020706fd (diff)
downloadscala-02359a09ebb75deee2481d48835d5352b59e1c7e.tar.gz
scala-02359a09ebb75deee2481d48835d5352b59e1c7e.tar.bz2
scala-02359a09ebb75deee2481d48835d5352b59e1c7e.zip
SI-7969 Refactor to trait with test
Make REPL classes testable in junit. Test the Tabulator.
Diffstat (limited to 'build.xml')
-rwxr-xr-xbuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 37d894e7d3..0c6eb1e50d 100755
--- a/build.xml
+++ b/build.xml
@@ -933,6 +933,7 @@ TODO:
<path id="test.junit.compiler.build.path">
<pathelement location="${test.junit.classes}"/>
<path refid="quick.compiler.build.path"/>
+ <path refid="quick.repl.build.path"/>
<path refid="junit.classpath"/>
</path>