From kgaillot at redhat.com Wed Sep 15 17:11:40 2021 From: kgaillot at redhat.com (Ken Gaillot) Date: Wed, 15 Sep 2021 16:11:40 -0500 Subject: [ClusterLabs Developers] FYI: pacemaker switching to cmocka for unit tests Message-ID: <144788460a8d59db2bea2f793aa020acb4039e0f.camel@redhat.com> Hi all, Pacemaker started adding unit tests using the glib test framework in the 2.0.4 release. After playing with it for a while, we decided to switch to cmocka, which gives us the ability to mock system calls, and thus test more functions. Thanks to Chris Lumens for researching and implementing the capability. This will generally not matter to anyone, but if you want to run "make check", as of the next release (2.1.2) you will have to install the cmocka development files (libcmocka-devel in rpm world and libcmocka- dev in deb world). -- Ken Gaillot