aboutsummaryrefslogtreecommitdiffstats
path: root/testing-drivers/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testing-drivers/build.xml')
-rw-r--r--testing-drivers/build.xml60
1 files changed, 3 insertions, 57 deletions
diff --git a/testing-drivers/build.xml b/testing-drivers/build.xml
index 0da9f8d69..f7cff0755 100644
--- a/testing-drivers/build.xml
+++ b/testing-drivers/build.xml
@@ -1,60 +1,6 @@
<?xml version="1.0"?>
-<project name="testing-drivers" default="all" basedir=".">
-
- <import file="../build/build-common.xml"/>
- <import file="../ajde/build.xml"/>
- <import file="../bridge/build.xml"/>
- <import file="../taskdefs/build.xml"/>
- <import file="../testing/build.xml"/>
-
- <path id="testing-drivers.test.src.path">
- <path refid="testing-drivers.src.path"/>
- <fileset dir="${basedir}/../lib">
- <include name="junit/*.jar"/>
- <include name="commons/*.jar"/>
- </fileset>
- <!-- test run -->
- <pathelement path="../ajde/bin"/>
- <pathelement path="../asm/bin"/>
- <pathelement path="../org.aspectj.ajdt.core/bin"/>
- <pathelement path="../runtime/bin"/>
- <pathelement path="../taskdefs/bin"/>
- <pathelement path="../weaver/bin"/>
- <fileset dir="${basedir}/../org.eclipse.jdt.core">
- <include name="*.jar"/>
- </fileset>
- <fileset dir="${basedir}/../lib">
- <include name="bcel/*.jar"/>
- </fileset>
- </path>
-
- <path id="testing-drivers.src.path">
- <pathelement path="../bridge/bin"/>
- <pathelement path="../testing/bin"/>
- <pathelement path="../util/bin"/>
- </path>
-
- <target name="compile" depends="init,
- bridge.compile,
- testing.compile,
- util.compile">
- <srccompile project="testing-drivers" path="testing-drivers.src.path"/>
- </target>
-
- <target name="test:compile" depends="compile">
- <testcompile project="testing-drivers" path="testing-drivers.test.src.path"/>
- </target>
-
- <target name="test" depends="test:compile,
- ajde.compile,
- asm.compile,
- org.aspectj.ajdt.core.compile,
- runtime.compile,
- taskdefs.compile,
- weaver.compile">
- <testrun project="testing-drivers" path="testing-drivers.test.src.path" suite="TestingDriversModuleTests"/>
- </target>
-
-
+<!-- see ../build/*.html for explanation -->
+<project name="testing-drivers" default="test" basedir=".">
+ <import file="${basedir}/../build/build.xml"/>
</project>