Files
o3de/Gems/Atom/Utils/Code/atom_utils_tests_files.cmake
T
santorac 849a8da4d9 Added unit tests for PngFile.
Fixed a couple issue like palettized files would not load, and stripping alpha was not affecting the color type reported by libpng. Also cleaned up some error reporting.
Added AzFramework to Atom/Utils tests to support PngFile testing.

Signed-off-by: santorac <55155825+santorac@users.noreply.github.com>
2021-09-08 23:45:16 -07:00

14 lines
326 B
CMake

#
# Copyright (c) Contributors to the Open 3D Engine Project.
# For complete copyright and license terms please see the LICENSE at the root of this distribution.
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
#
#
set(FILES
Tests/ImageComparisonTests.cpp
Tests/PngFileTests.cpp
Tests/StableDynamicArrayTests.cpp
)