diff options
Diffstat (limited to 'cc/scripts/build.xml')
| -rw-r--r-- | cc/scripts/build.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/cc/scripts/build.xml b/cc/scripts/build.xml index a9e91e21ce..2144020017 100644 --- a/cc/scripts/build.xml +++ b/cc/scripts/build.xml @@ -19,8 +19,12 @@ under the License. <project name="run-tests" default="cpp-perftests" basedir="."> -<target name="cpp-perftests"> - <exec executable="./cppbuild-perftests.sh" failonerror="true"/> -</target> - + <target name="cpp-perftests"> + <exec executable="./cppbuild-perftests.sh" failonerror="true"/> + </target> + + <target name="tck"> + <exec executable="./javajmstck.sh"/> + </target> + </project> |
