RTT v2 test dependancies

tests/CMakeLists.txt uses both EXTRA_TESTS and ORO_EXTRA_TESTS lists, but the "make check" command only depends on ORO_EXTRA_TESTS. This causes a "make check" in a clean build to fail as certain tests aren't built (as they're in EXTRA_TESTS only).

Is EXTRA_TESTS supposed to be ORO_EXTRA_TESTS, or should "make check" depend on EXTRA_TESTS also?
S

RTT v2 test dependancies

On Saturday 12 March 2011 15:38:01 S Roderick wrote:
> tests/CMakeLists.txt uses both EXTRA_TESTS and ORO_EXTRA_TESTS lists, but
> the "make check" command only depends on ORO_EXTRA_TESTS. This causes a
> "make check" in a clean build to fail as certain tests aren't built (as
> they're in EXTRA_TESTS only).
>
> Is EXTRA_TESTS supposed to be ORO_EXTRA_TESTS, or should "make check"
> depend on EXTRA_TESTS also? S

I believe EXTRA_TESTS is a typo. It should be ORO_EXTRA_TESTS.

Peter

RTT v2 test dependancies

On Mar 14, 2011, at 05:32 , Peter Soetens wrote:

> On Saturday 12 March 2011 15:38:01 S Roderick wrote:
>> tests/CMakeLists.txt uses both EXTRA_TESTS and ORO_EXTRA_TESTS lists, but
>> the "make check" command only depends on ORO_EXTRA_TESTS. This causes a
>> "make check" in a clean build to fail as certain tests aren't built (as
>> they're in EXTRA_TESTS only).
>>
>> Is EXTRA_TESTS supposed to be ORO_EXTRA_TESTS, or should "make check"
>> depend on EXTRA_TESTS also? S
>
> I believe EXTRA_TESTS is a typo. It should be ORO_EXTRA_TESTS.
>
> Peter