Oops, permit building with Base-3.15

This commit is contained in:
Andrew Johnson
2020-12-01 18:18:04 -06:00
committed by mdavidsaver
parent 964a6bc33a
commit c63c09a834

View File

@ -850,12 +850,14 @@ MAIN(testCaProvider)
epics::pvAccess::ca::CAClientFactory::start();
try {
#if HAS_DBUNITTEST
// Set TESTCAP_USE_SYSTEM in environment to use other impl.
if (HAS_DBUNITTEST && !getenv("TESTCAP_USE_SYSTEM")) {
if (!getenv("TESTCAP_USE_SYSTEM")) {
testPlan(143);
TEST_CLIENT_TYPES(TestIocUnit)
}
else if (HAS_SYSTEM) {
} else
#endif
if (HAS_SYSTEM) {
testPlan(145);
TEST_CLIENT_TYPES(TestIocSoft)
}