aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-03-23 12:00:47 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2017-03-23 12:06:24 -0400
commit32a4f20b0b5994702f078f7d54a697e3ccd8b773 (patch)
tree01c3def9ed105505329a7e2cff92a64b5456e9d6 /test
parent3d321f42c19d2166204079ba7eece66b36037042 (diff)
downloadcbt-32a4f20b0b5994702f078f7d54a697e3ccd8b773.tar.gz
cbt-32a4f20b0b5994702f078f7d54a697e3ccd8b773.tar.bz2
cbt-32a4f20b0b5994702f078f7d54a697e3ccd8b773.zip
Example for providing cbt's classloader to Akka
Diffstat (limited to 'test')
-rw-r--r--test/test.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.scala b/test/test.scala
index 6004311..9bb3f6b 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -226,6 +226,7 @@ object Main{
compile("../examples/scalafmt-example")
compile("../examples/scalariform-example")
compile("../examples/scalatest-example")
+ compile("../examples/akka-example")
if(slow){
compile("../examples/scalajs-react-example/js")
compile("../examples/scalajs-react-example/jvm")