diff options
-rw-r--r-- | dev-java/swt/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-java/swt/README b/dev-java/swt/README index ed67d90..9a7c4be 100644 --- a/dev-java/swt/README +++ b/dev-java/swt/README @@ -7,3 +7,13 @@ against. So for examples: The test should load http://www.eclipse.org to a window. This window does not seem to close properly so just pkill -9 java if you don't have anything else java running. + +You should test both seamonkey and xulrunner, like this: +USE="seamonkey -xulrunner" emerge swt +runtest.sh seamonkey +pkill -9 java +USE="xulrunner -seamonkey" emerge swt +runtest.sh xulrunner +pkill -9 java + +(if you put both in USE, it builds against xulrunner)
\ No newline at end of file |