aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-06-19 22:19:05 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-09-12 15:25:32 +0100
commit6c277e29cb75656a6340aafc7855029ea9c4d3ca (patch)
treebc80711269f9d01438056a6d8f43461cf07a6d35 /test
parent4c889aedae5108cc8d381e9876c1ae956ff078f2 (diff)
downloadcbt-6c277e29cb75656a6340aafc7855029ea9c4d3ca.tar.gz
cbt-6c277e29cb75656a6340aafc7855029ea9c4d3ca.tar.bz2
cbt-6c277e29cb75656a6340aafc7855029ea9c4d3ca.zip
work correctly in the presence of empty build folders
Diffstat (limited to 'test')
-rw-r--r--test/empty-build/Main.scala5
-rw-r--r--test/empty-build/build/build/dummy0
2 files changed, 5 insertions, 0 deletions
diff --git a/test/empty-build/Main.scala b/test/empty-build/Main.scala
new file mode 100644
index 0000000..19d4beb
--- /dev/null
+++ b/test/empty-build/Main.scala
@@ -0,0 +1,5 @@
+object Main{
+ def main( args: Array[String] ): Unit = {
+ println( Console.GREEN ++ "Hello World" ++ Console.RESET )
+ }
+}
diff --git a/test/empty-build/build/build/dummy b/test/empty-build/build/build/dummy
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/test/empty-build/build/build/dummy