From 1553f6bf895880456e11ec36d289aeb65c7e29c0 Mon Sep 17 00:00:00 2001 From: harrah Date: Sun, 19 Jun 2011 17:07:43 -0700 Subject: [PATCH] Updated Common Tasks (markdown) --- Common-Tasks.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Common-Tasks.md b/Common-Tasks.md index 35f11d6..2abbbcc 100644 --- a/Common-Tasks.md +++ b/Common-Tasks.md @@ -175,6 +175,10 @@ object Sample extends Build { } ``` +# Adding a new test configuration + +See the `Additional test configurations` section of [[Testing]]. + # Tool dependencies Tool dependencies are used to implement a task and are not needed by project source code. These dependencies can be declared in their own configuration and classpaths. These are the steps: