This is the mail archive of the ecos-discuss@sourceware.cygnus.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: Why tests in CDL are 'calculated'.


>>>>> "Sergei" == Sergei Organov <osv@javad.ru> writes:

Sergei> Hello, I wonder why all the test lists in CDL files have
Sergei> property 'calculated' and not just 'default_value'? It's so
Sergei> useful to turn off building of tests that are not required
Sergei> while debugging!

If you just want to build a certain set of tests, do:

 % make
 % make -C kernel/current tests

or even

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

Jesper

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