summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/scala/forge/IntegrationTests.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/scala/forge/IntegrationTests.scala b/src/test/scala/forge/IntegrationTests.scala
index d91f5618..cfa8a864 100644
--- a/src/test/scala/forge/IntegrationTests.scala
+++ b/src/test/scala/forge/IntegrationTests.scala
@@ -55,6 +55,11 @@ object IntegrationTests extends TestSuite{
object Build {
val sourceRootPath = javacDestPath / 'src
val resourceRootPath = javacDestPath / 'resources
+
+ // sourceRoot -> allSources -> classFiles
+ // |
+ // v
+ // resourceRoot ----> jar
val sourceRoot = Target.path(sourceRootPath)
val resourceRoot = Target.path(resourceRootPath)
val allSources = list(sourceRoot)