Mark,
We're getting a lot of different switches and options on the test runner. I
wonder if we should do something like maven does with different options.
Maven uses the java convention of -Dname=value to define different switches,
then the defined variables are made available within the build system. We
could use a similar convention and construct a directory that's stored in
the environment to hold all of the different options. Then different sorts
of tests can just do
.if testopts~quickTests == "true" then ....
This allows any test group to define private option switches (or even test
the value of option switches at any time).
Rick
On Thu, Sep 11, 2008 at 8:01 AM, Mark Miesfeld <[EMAIL PROTECTED]> wrote:
> On Thu, Sep 11, 2008 at 3:53 AM, Rick McGuire <[EMAIL PROTECTED]>
> wrote:
>
> > Since I'm generally going to be building this from a window where I've
> > already got things set up for building ooRexx, is there any chance that
> > REXX_BUILD_HOME could be inferred from the SRC_DRV/SRC_DIR variables
> > required by makeorx?
>
> Rick,
>
> Sure that could be done for Windows. I'll add that.
>
> I'm also adding an option to the test runner to do the build. I think
> it will be -b and -B. -b will just be to build and -B will be to do a
> clean and then build, a force build if you will.
>
> If one of the 'b' options is present on the command line, then the
> test runner will build the native API libraries first, before starting
> the execution of the tests. There is already code in the framework to
> infer the ooRexx build directory if you are running the test suite
> from a build directory. So using the 'b' option will take advantage
> of that.
>
> If there is an error building the libraries, then it will use the
> reporting facilities from the framework to report just like other
> errors.
>
> --
> Mark Miesfeld
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel