Revision 6565
Added by ben leinfelder over 11 years ago
build.xml | ||
---|---|---|
271 | 271 |
<property name="docdir" value="./docs" /> |
272 | 272 |
<property name="cgidir" value="./cgi-bin" /> |
273 | 273 |
<property name="testdir" value="./test" /> |
274 |
<property name="testtorun" value="InlineDataAccessTest" />
|
|
274 |
<property name="testtorun" value="HzObjectPathMapTest" />
|
|
275 | 275 |
<property name="junittestsdir" |
276 | 276 |
value="./test/edu/ucsb/nceas/metacattest" /> |
277 | 277 |
<property name="junitnettestsdir" |
... | ... | |
1070 | 1070 |
</javac> |
1071 | 1071 |
|
1072 | 1072 |
<jar jarfile="${build.dir}/${name}-junittests.jar" |
1073 |
basedir="${build.tests}" includes="**/*.class" /> |
|
1073 |
basedir="${build.tests}" > |
|
1074 |
<include name="**/*.class"/> |
|
1075 |
<include name="**/*.xml"/> |
|
1076 |
</jar> |
|
1074 | 1077 |
|
1075 | 1078 |
</target> |
1076 | 1079 |
|
Also available in: Unified diff
load hazelcast test files from the classpath rather than from rob's personal directory.