This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: How to build test separately.



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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]