Add support of Zephyr OS - #4692
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
c767d2d to
53e0458
Compare
ef017e6 to
8e3886a
Compare
|
What little I can review and understand looks good to me |
|
+1 This is fantastic, and works great out of the box. |
|
+1 @dkaszews can you merge it? |
|
@awojasinski I'm not a maintainer, I just reviewed it because I'd like to see it merged myself |
|
We are also really interested in the change. But we have the problem that the main zephyr thread is still running when the tests are executed. Does anybody else have this issue? |
|
Any updates on this? When will this be merged? |
Could you elaborate more about the issue you are getting ? |
4fc5516 to
810173c
Compare
ad58b0b to
6e35d5a
Compare
fbbab9d to
3ae17db
Compare
33a4d47 to
79a2d7a
Compare
8add6b4 to
1293242
Compare
6aeb8fc to
c807b63
Compare
990fc92 to
cabb0f7
Compare
302b98e to
5d0e09e
Compare
5d0e09e to
0490ba7
Compare
Although Zephyr has it own test suite, it doesn't work well with C++. gtest and gmock seem more adapted. This adds support of Zephyr OS in order to test C++ libraries and applications. Signed-off-by: Alexandre Bailon <abailon@baylibre.com>
This update googletest to use it as Zephyr OS external module. This allows downloading, configure and building googltest using Zephyr west build system, without any user manipulation. Signed-off-by: Alexandre Bailon <abailon@baylibre.com>
0490ba7 to
15e69b2
Compare
This updates googletest in order to use it with Zephyr.
The first patch update gtest itself to support Zephyr OS it self.
The second adds files used by Zephyr build system. If this is not acceptable, then I will drop it and find another way to integrate it to zephyr build system.