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]
Other format: [Raw text]

Re: making tests


On Fri, 2004-08-06 at 15:45, Richard.von.Lehe@gd-ais.com wrote:
> Is there a way to make individual ecos tests without having 
> to make them all with 'make tests'?  Sorry if this is a stupid 
> question, but I couldn't find any documentation for this if it exists.

It's not in the documentation, but fairly simple to understand.
For example, to build just 'tm_basic' (my favorite), one uses:
  % make -C kernel/current tests TESTS=tests/tm_basic
If you wanted to add 'bin_sem2', then
  % make -C kernel/current tests TESTS="tests/tm_basic tests/bin_sem2"

Note: the "test/..." part is very important, as that's how the target
rules are written.

Note 2: please try typing carriage return after a reasonable line
length or force your MUA to break the lines.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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