New project available at icedtea.classpath.org - Rhino tests
Pavel Tisnovsky
ptisnovs at redhat.com
Fri Jul 15 03:08:29 PDT 2011
Greeting,
in the Mercurial repository at http://icedtea.classpath.org/hg was,
thanks to Mark Wielaard!, created a new project called rhino-tests. It's
address is http://icedtea.classpath.org/hg/rhino-tests/
The purpose of this project is to check if given Java runtime
environment supports Rhino (implementation of JSR 223: Scripting for the
Java Platform). This project consists of test framework and various
tests which are started from this framework. Because this project is
created as part of IcedTea it uses similar licence.
Building Rhino test framework
=============================
This task is very simple:
make build
Running Rhino tests
===================
Run:
make runtests
Test results are printed to standart and error output, so it's
preferable to use this command:
make runtests > test_results 2> errors
Or to mix both output:
make runtests 2>&1 > test_results
Cheers,
Pavel Tisnovsky
More information about the distro-pkg-dev
mailing list