diff options
author | Sven Gothel <[email protected]> | 2011-07-23 08:14:29 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-23 08:14:29 +0200 |
commit | 9f45b6f09cbce6c7889e099939656356befa585d (patch) | |
tree | daeaec219fa453ee2af5b6be7ab4e032d7e3b2c5 /make/build-test.xml | |
parent | 6a321a9fb50ceb3bde38c5199f95c8f849090496 (diff) |
fix cross test: Test* -> *Test* ; Reduce iterations further for ARM to speedup test
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 a30a105..ef228c6 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -235,7 +235,7 @@ <for param="test.class.path.m" keepgoing="true"> <!-- results in absolute path --> <fileset dir="${build_t.java}"> - <include name="${test.junit.rel}/**/Test*"/> + <include name="${test.junit.rel}/**/*Test*"/> <exclude name="**/*$$*"/> </fileset> <sequential> |