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, Aug 06, 2004 at 04:45:27PM -0500, 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.

Just a minor addition to what Gary said. Its also possible to make
just the test cases for an individual package. In the work tree, cd
into the packages directory and do a make tests. eg what i often do it
something like

make -s ; ( cd net/common/current ; make -s tests )

which will build eCos and then build the common network tests.

        Andrew



-- 
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]