aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-04-02 19:59:16 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-04-02 20:09:42 -0400
commit107f62303794fa14b05c211d52dddc1f50f14886 (patch)
treeb691ca3ff428ff0d91b973c93aa590fc50431b72 /test
parentef08ce94aa537c50651f5c18b8cdf1d6313ff208 (diff)
downloadcbt-107f62303794fa14b05c211d52dddc1f50f14886.tar.gz
cbt-107f62303794fa14b05c211d52dddc1f50f14886.tar.bz2
cbt-107f62303794fa14b05c211d52dddc1f50f14886.zip
propagate info if cbt has changed across builds, so they can be re-compiled
Diffstat (limited to 'test')
-rw-r--r--test/test.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.scala b/test/test.scala
index 242b639..811e619 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -77,7 +77,7 @@ object Main{
compile("simple")
{
- val noContext = Context(cbtHome ++ "/test/nothing", Seq(), logger, new ClassLoaderCache(logger))
+ val noContext = Context(cbtHome ++ "/test/nothing", Seq(), logger, false, new ClassLoaderCache(logger))
val b = new Build(noContext){
override def dependencies = Seq(
JavaDependency("net.incongru.watchservice","barbary-watchservice","1.0"),