aboutsummaryrefslogtreecommitdiff
path: root/test/library-test/Foo.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-10-03 21:39:15 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-10-03 21:49:51 -0400
commit908e05e296974fe67d8aaf9f094d97ff986905af (patch)
treeb71036ba923da3ec885fc34ec9bff02e75746b74 /test/library-test/Foo.scala
parent3fbf5ab6ef041db33c7bfa941b2921609608e607 (diff)
downloadcbt-908e05e296974fe67d8aaf9f094d97ff986905af.tar.gz
cbt-908e05e296974fe67d8aaf9f094d97ff986905af.tar.bz2
cbt-908e05e296974fe67d8aaf9f094d97ff986905af.zip
add sample library to test git dependencies
Diffstat (limited to 'test/library-test/Foo.scala')
-rw-r--r--test/library-test/Foo.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/library-test/Foo.scala b/test/library-test/Foo.scala
new file mode 100644
index 0000000..75c0780
--- /dev/null
+++ b/test/library-test/Foo.scala
@@ -0,0 +1,4 @@
+package lib_test
+object Foo{
+ def bar = "Hello, Foo Bar"
+}