-
2. Re: Generate XML results for AOP tests
kabirkhan Mar 15, 2006 4:05 PM (in response to rrajesh)I've started making some changes to the aop testsuite to make it easier to add tests and to separate the directories. I've got it working for the jdk 1.4 build, to run:
$cd jboss-head/aop
$build.sh
$build.sh tests
The tests go into separate directories, we currently have:
$ ls -al output/reports/
total 0
drwxrwxrwx+ 7 Kabir None 0 Mar 15 21:41 .
drwxrwxrwx+ 10 Kabir None 0 Mar 15 22:04 ..
drwxrwxrwx+ 2 Kabir None 0 Mar 15 21:34 bootclasspath-genadvisor-tests
drwxrwxrwx+ 2 Kabir None 0 Mar 15 21:24 bootclasspath-tests
drwxrwxrwx+ 2 Kabir None 0 Mar 15 21:43 non-optimized-precompiled-tests
drwxrwxrwx+ 2 Kabir None 0 Mar 15 21:41 precompiled-genadvisor-tests
drwxrwxrwx+ 2 Kabir None 0 Mar 15 21:38 precompiled-tests -
3. Re: Generate XML results for AOP tests
kabirkhan Mar 15, 2006 4:06 PM (in response to rrajesh)I will try to do the same for the additional tests sometime soon