Blender
V4.3
intern
cycles
test
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
9
CCL_NAMESPACE_BEGIN
10
11
TEST
(util_ies, invalid)
12
{
13
IESFile
ies_file;
14
15
EXPECT_FALSE(ies_file.
load
(
"Hello, World!"
));
16
}
17
18
CCL_NAMESPACE_END
IESFile
Definition
util/ies.h:13
IESFile::load
bool load(const string &ies)
Definition
ies.cpp:21
CCL_NAMESPACE_END
#define CCL_NAMESPACE_END
Definition
device/cuda/compat.h:10
CCL_NAMESPACE_BEGIN
Definition
python.cpp:44
TEST
CCL_NAMESPACE_BEGIN TEST(util_ies, invalid)
Definition
util_ies_test.cpp:11
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0