aboutsummaryrefslogtreecommitdiffstats
path: root/testing/build.xml
blob: 4a7a25ae372615a7afb56725ba2868f8026d643c (plain)
1
2
3
4
5
6
<?xml version="1.0"?>
<!-- see ../build/*.html for explanation -->
<project name="testing" default="test" basedir=".">
    <import file="${basedir}/../build/build.xml"/>  
</project>