// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen // SPDX-License-Identifier: BSD-3-Clause #include "TestCellArrayHelpers.h" int TestCellArrayFixedSizeInt32(int, char*[]) { try { ::RunTests(); } catch (std::exception& err) { vtkLog(ERROR, << err.what()); return EXIT_FAILURE; } return EXIT_SUCCESS; }