[ECOS] How to build test separately.

Gary Thomas gthomas@redhat.com
Wed Oct 4 17:11:00 GMT 2000


On 05-Oct-2000 Fabrice Gautier wrote:
> Hi,
> 
> I'm using the Configuration Tool and would like to selectively build some of
> the test. How can I do that?

The easiest way is actually outside the config tool.  Get yourself a shell (bash).
This can be done from the config tool (build menu?)  Then building a single test
(or even a set of tests) is simple.  For example:

  % make
  % make -C kernel/current tests TESTS=tests/tm_basic

This assumes you're working from CVS and will build just the 'tm_basic' test.
If you want to build more than one test, just expand the TESTS value.  

Note: this only works for a single test directory at a time.


More information about the Ecos-discuss mailing list