[ECOS] Why tests in CDL are 'calculated'.

Jesper Skov jskov@redhat.com
Tue Apr 11 23:27:00 GMT 2000


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


More information about the Ecos-discuss mailing list