Browse Source

Added compile time dependencies to server-side test runtime

tags/7.0.0.alpha1
Mikael Vappula 12 years ago
parent
commit
a74248f0f3
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      build/build.xml

+ 1
- 0
build/build.xml View File

@@ -958,6 +958,7 @@
<pathelement path="${result-path}/junit_emma_classes" />
<pathelement path="${result-path}/classes" />
<path refid="test.runtime.classpath"></path>
<path refid="compile.classpath"></path>
</classpath>
<jvmarg value="-Demma.coverage.out.file=../${result-path}/unittests.ec" />


Loading…
Cancel
Save