Allow testing deprecated functions without causing compiler warnings

This commit is contained in:
2025-11-06 12:44:07 +01:00
committed by mdavidsaver
parent 0c1773f25d
commit 6689c9ce1f

View File

@@ -14,6 +14,11 @@
#include <cstring>
#include <memory>
// allow to test deprecated functions without causing compiler warnings
#include <compilerDependencies.h>
#undef EPICS_DEPRECATED
#define EPICS_DEPRECATED
#include <testMain.h>
#include <pv/pvUnitTest.h>