From 34856ebaeccf44adace4dba8c44ba2155e231b83 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 12 Apr 2007 13:41:27 +0000 Subject: updated ant and cli tests --- test/files/ant/fsc-build.xml | 3 ++- test/files/ant/imported.xml | 2 +- test/files/ant/scalac-build.xml | 3 ++- test/files/ant/scaladoc-build.xml | 32 ++++++++++++++++++++++++++++++++ test/files/ant/scaladoc.check | 13 +++++++++++++ test/files/ant/scaladoc.scala | 6 ++++++ 6 files changed, 56 insertions(+), 3 deletions(-) create mode 100644 test/files/ant/scaladoc-build.xml create mode 100644 test/files/ant/scaladoc.check create mode 100644 test/files/ant/scaladoc.scala (limited to 'test/files/ant') diff --git a/test/files/ant/fsc-build.xml b/test/files/ant/fsc-build.xml index 5941ae8568..a3b3d2cb0d 100644 --- a/test/files/ant/fsc-build.xml +++ b/test/files/ant/fsc-build.xml @@ -1,5 +1,5 @@ - + @@ -15,6 +15,7 @@ BUILD diff --git a/test/files/ant/imported.xml b/test/files/ant/imported.xml index 1bb2318a8f..f728a00e97 100644 --- a/test/files/ant/imported.xml +++ b/test/files/ant/imported.xml @@ -1,5 +1,5 @@ - + diff --git a/test/files/ant/scalac-build.xml b/test/files/ant/scalac-build.xml index dcbc420800..b727737248 100644 --- a/test/files/ant/scalac-build.xml +++ b/test/files/ant/scalac-build.xml @@ -1,5 +1,5 @@ - + @@ -15,6 +15,7 @@ BUILD diff --git a/test/files/ant/scaladoc-build.xml b/test/files/ant/scaladoc-build.xml new file mode 100644 index 0000000000..e854af772b --- /dev/null +++ b/test/files/ant/scaladoc-build.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/test/files/ant/scaladoc.check b/test/files/ant/scaladoc.check new file mode 100644 index 0000000000..a404edce45 --- /dev/null +++ b/test/files/ant/scaladoc.check @@ -0,0 +1,13 @@ +Buildfile: [...]/files/ant/scaladoc-build.xml + +quick.init: + +latest.init: + +installed.init: + +init: + +build: + [mkdir] Created dir: [...]/files/ant/scaladoc-ant.obj + [scaladoc] Documenting 1 source file to [...]/files/ant/scaladoc-ant.obj diff --git a/test/files/ant/scaladoc.scala b/test/files/ant/scaladoc.scala new file mode 100644 index 0000000000..47131daac6 --- /dev/null +++ b/test/files/ant/scaladoc.scala @@ -0,0 +1,6 @@ +package test + +object Main { + def main(args: Array[String]): Unit = + Console.println(args.toList) +} -- cgit v1.2.3