diff options
author | Sven Gothel <[email protected]> | 2012-03-28 22:12:45 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-28 22:12:45 +0200 |
commit | 7642d54fb2cae56331c28a780a4f9074fa904016 (patch) | |
tree | 44ee1dd726b512d3fcb27151bcd2efd417eda090 /make/build-test.xml | |
parent | 5f36d325ba978f6877a03b9b12636cd9542ab6da (diff) |
Remote unit tests: Include AWT unit tests
Diffstat (limited to 'make/build-test.xml')
-rw-r--r-- | make/build-test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 3e33c2ff8..19e61e066 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -856,7 +856,7 @@ ${line.separator} </exec> </target> - <target name="junit.run.tests" depends="junit.run.local.d32, junit.run.local, junit.run.remote.ssh.newt, junit.run.remote.adb"/> + <target name="junit.run.tests" depends="junit.run.local.d32, junit.run.local, junit.run.remote.ssh.all, junit.run.remote.adb"/> <target name="junit.run.settings" depends="declare.common"> <delete quiet="true"> |