On Mon, May 6, 2019 at 2:17 PM Tom Hromatka <tom.hroma...@oracle.com> wrote: > > This patch adds unit test support, via the googletest > framework, to libcgroup. I created a handful of unit tests > for the internal function cg_build_path() to provide a few > usage examples. > > Tom Hromatka (1): > tests: Add googletest framework
So for some reason the patch did not make it to the mailing list. Mind resending it please. Dhaval > > .gitignore | 1 + > .gitmodules | 4 ++ > Makefile.am | 3 +- > configure.in | 6 ++- > googletest | 1 + > gtests/.gitignore | 6 +++ > gtests/001-path.cpp | 114 +++++++++++++++++++++++++++++++++++++++ > gtests/Makefile.am | 25 +++++++++ > gtests/gtest.cpp | 14 +++++ > src/Makefile.am | 6 ++- > src/libcgroup_unittest.map | 130 > +++++++++++++++++++++++++++++++++++++++++++++ > 11 files changed, 307 insertions(+), 3 deletions(-) > create mode 100644 .gitmodules > create mode 160000 googletest > create mode 100644 gtests/.gitignore > create mode 100644 gtests/001-path.cpp > create mode 100644 gtests/Makefile.am > create mode 100644 gtests/gtest.cpp > create mode 100644 src/libcgroup_unittest.map > > -- > 1.8.3.1 > > > > _______________________________________________ > Libcg-devel mailing list > Libcg-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/libcg-devel _______________________________________________ Libcg-devel mailing list Libcg-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libcg-devel