Blender V4.3
util_ies_test.cpp
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2024 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#include "testing/testing.h"
6
7#include "util/ies.h"
8
10
11TEST(util_ies, invalid)
12{
13 IESFile ies_file;
14
15 EXPECT_FALSE(ies_file.load("Hello, World!"));
16}
17
bool load(const string &ies)
Definition ies.cpp:21
#define CCL_NAMESPACE_END
CCL_NAMESPACE_BEGIN TEST(util_ies, invalid)