]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
tests: Improve the unit test framework integration with automake
authorTom Hromatka <tom.hromatka@oracle.com>
Thu, 19 Sep 2019 20:40:37 +0000 (14:40 -0600)
committerDhaval Giani <dhaval.giani@oracle.com>
Tue, 8 Oct 2019 17:51:22 +0000 (10:51 -0700)
commitfe446c17695b74106f7d64718afde02f90f216f6
tree9bbeefa7fc002e51619714663fb58610382b8725
parent30483060d66c2c05f74f49210527c4b75aef10d5
tests: Improve the unit test framework integration with automake

Prior to this commit, the unit test framework behaved slightly
differently depending upon how the libcgroup git repo was
cloned.  This commit standardizes the unit test framework's
behavior by initializing the googletest submodule when
bootstrap.sh is invoked.

This commit also cleans up a potential issue on some versions
of automake that don't properly expand $(top_builddir) early
in the automake process.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
bootstrap.sh
tests/gunit/Makefile.am