gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash/doc/C sources.xml [testing-documentation-refact


From: strk
Subject: Re: [Gnash-commit] gnash/doc/C sources.xml [testing-documentation-refactor]
Date: Wed, 20 Dec 2006 13:40:41 +0100

On Wed, Dec 20, 2006 at 12:14:08PM +0000, Ann Barcomb wrote:

> -            make -C testsuite/samples/clip_as_button2-TestRunner check
> +              make testsuite/samples/clip_as_button2-TestRunner check

Still not correct, that would be equivalent to:

        make testsuite/samples/clip_as_button2-TestRunner
        make check

If people want to run a single testcases they just have to run it:

        $ testsuite/samples/clip_as_button2-TestRunner

Of course, if the binary isn't there it must be built first:

        $ make -C testsuite/samples clip_as_button2-TestRunner

Again... if the test relies on Dejagnu.swf it has to be generated first:

        $ make -C testsuite Dejagnu.swf
        ( Automatically done if 'make check' is run from testsuite/ or
          any higher directory )

--strk;
        




reply via email to

[Prev in Thread] Current Thread [Next in Thread]