Related
-
Join 122 other subscribers
-
Recent Posts
Categories
Top Posts & Pages
Tag Archives: Chrome Native Client
Grail42: C++ Template Unit Test Framework Adapter
The Grail42 github project now contains adapters to normalize and simplify the use of the C++ unit testing frameworks Template Unit Test Framework (TUT) and Google Test (gtest) in Visual Studio. The code has been tested to build for and … Continue reading
Posted in Coding
Tagged Android NDK, Chrome Native Client, cplusplus, CppUTest, Google Test, Grail42, gtest, NaCl, Native Client, Template Unit Test Framework, TUT, Unit Test, Unit Testing
1 Comment
Portability of 5 C++ Unit Test Frameworks to Android NDK and Chrome NaCl
After finishing up the Python script for cloning example projects that was mentioned in my last post, I was able to get back to cross-platform, multi-threaded C++ unit tests. The next step was to 1) attempt building the 5 C++ … Continue reading
Posted in Coding
Tagged Android NDK, Boost Test, boost::unit_test, Chrome Native Client, CppUTest, Google Test, gtest, NaCl, Native Client, Template Unit Test Framework, TUT, Unit Test, Unit Testing, UnitTest++
2 Comments
Faux Console Application for Android NDK and Chrome Native Client SDK
While Android and the Chrome Native Client (NaCl) don’t actually provide support for console style applications, they are still useful for C++ unit testing. As a second step towards developing cross-platform multi-threaded C++ unit tests, I developed a Visual Studio … Continue reading
Posted in Coding
Tagged Android NDK, Chrome Native Client, Grail42, NaCl, Native Client, Unit Testing
1 Comment