Aqua Status and Build Process Questions
Stephen Bannasch
stephen.bannasch at deanbrook.org
Sun Jul 31 08:24:05 PDT 2011
At 9:19 AM -0400 7/31/11, Scott Palmer wrote:
>On 2011-07-30, at 6:26 PM, Stephen Bannasch wrote:
>
>>
>> fwiw: here is the build script I use on Mac OS X 10.6
>>
>> https://gist.github.com/908156
>>
>> After building the script runs the following test suites:
>>
>> jdk/test/java/lang/String
>> jdk/test/java/lang/invoke
>
>Not for me :-)
>
>./update.sh: line 42: jtreg: command not found
>
>Obviously I'm missing something.
yes ... jtreg ;-)
jtreg is a tool for running jdk unit tests, you need to install it and put the executable on your path
take a look at the testing section of the wiki
http://wikis.sun.com/display/OpenJDK/Mac+OS+X+Port#MacOSXPort-6.TestMacOSXPortTesting
More information about the macosx-port-dev
mailing list