Re: [OE-core] [PATCH] Add cxxtest framework to devtools.

2016-12-17 Thread Daniel.
Okay! Sent! Thanks for the reply! 2016-12-17 14:38 GMT-02:00 Burton, Ross : > > On 17 December 2016 at 01:48, Daniel Hilst Selli > wrote: >> >> CxxTest is a C++ unit framework test that doesn't >> need precompiled library. > > > Unless you have a great reason for this to be in oe-core, it should

Re: [OE-core] [PATCH] Add cxxtest framework to devtools.

2016-12-17 Thread Burton, Ross
On 17 December 2016 at 01:48, Daniel Hilst Selli wrote: > CxxTest is a C++ unit framework test that doesn't > need precompiled library. > Unless you have a great reason for this to be in oe-core, it should probably belong in meta-oe so please submit it to that layer. Ross -- __

[OE-core] [PATCH] Add cxxtest framework to devtools.

2016-12-16 Thread Daniel Hilst Selli
CxxTest is a C++ unit framework test that doesn't need precompiled library. Signed-off-by: Daniel Hilst Selli --- meta/recipes-devtools/cxxtest/cxxtest_4.3.bb | 21 + 1 file changed, 21 insertions(+) create mode 100644 meta/recipes-devtools/cxxtest/cxxtest_4.3.bb diff --git