Skip to content

Commit 0a0124c

Browse files
author
Varun Iyengar
committed
Fixed buggy build files
1 parent 662321c commit 0a0124c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/program-config/joda-time-2.3/build-evosuite.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
</classpath>
9696
<batchtest fork="false">
9797
<fileset dir="${test}">
98-
<include name="${test.pattern}" />
98+
<include name="**/*Test*.java" />
9999
<exclude name="**/*_scaffolding.java" />
100100
</fileset>
101101
</batchtest>

scripts/program-config/joda-time-2.3/build-randoop.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</target>
5050

5151
<!-- Target to compile the test suite (for mutation analysis) -->
52-
<target name="compile.mutation.tests" description="Compile all tests" depends="compile.mutation">
52+
<target name="compile.mutation.tests" description="Compile all tests">
5353
<javac includeantruntime="true"
5454
srcdir="${test}"
5555
destdir="${bindir}"
@@ -74,7 +74,7 @@
7474

7575

7676
<!-- The adapted mutation test target -->
77-
<target name="mutation.test" description="Run mutation analysis for all unit test cases" depends="compile.mutation.tests">
77+
<target name="mutation.test" description="Run mutation analysis for all unit test cases">
7878
<echo message="Running mutation analysis ..."/>
7979
<junit printsummary="false"
8080
showoutput="false"

0 commit comments

Comments
 (0)