/rose-sh

Primary LanguageShell

rose-sh

A testing harness to compile applications from out in the wild with the ROSE compiler, http://rosecompiler.org/.

Usage

See the --help information:

$ ./rose.sh --help

Here is an example commandline to test the Apache2 application:

ROSE_CC="KeepGoingTranslator" \
APACHE2_CONFIGURE_OPTIONS="--enable-mods-shared=\"foo\" --enable-mods-static=\"bar1 bar2\"" \
parallelism="24" \
        /usr/bin/time --format='%E' ./rose.sh apache2

Mirrors

Applications

Dependencies