From b7338657819da61cb15423bd52eb1d62117ff07d Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Fri, 25 Aug 2023 20:29:51 +0200 Subject: [PATCH] Tests/CheckCompilation_IGNORE: Make it pass on MacOSX We have not compiled the NWBv2 compound XOP for MacOSX so we also can not check that one of its operations are available. --- Packages/tests/Basic/UTF_XOPsCompilation.ipf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Packages/tests/Basic/UTF_XOPsCompilation.ipf b/Packages/tests/Basic/UTF_XOPsCompilation.ipf index 4345f083d3..01976f2953 100644 --- a/Packages/tests/Basic/UTF_XOPsCompilation.ipf +++ b/Packages/tests/Basic/UTF_XOPsCompilation.ipf @@ -17,6 +17,8 @@ static Function CheckCompilation_IGNORE() // MiesUtils print MU_RunningInMainThread() +#ifdef WINDOWS // NWBv2 compound IPNWB_WriteCompound "" +#endif End