testutil show PVXS_VERSION

This commit is contained in:
Michael Davidsaver
2021-06-27 10:17:13 -07:00
parent 9ec69c784a
commit c15285c272
+2 -1
View File
@@ -46,7 +46,8 @@ void testAccount()
MAIN(testutil)
{
testPlan(3);
testPlan(4);
testTrue(version_abi_check())<<" 0x"<<std::hex<<PVXS_VERSION<<" ~= 0x"<<std::hex<<PVXS_ABI_VERSION;
testAccount();
return testDone();
}