Skip to content

Commit c3bc561

Browse files
Renamed UintTests folder to Tests
1 parent 1fe1469 commit c3bc561

7 files changed

Lines changed: 2 additions & 2 deletions

File tree

BuildTools/FormatValidation/validate_format_win.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python ../../../DiligentCore/BuildTools/FormatValidation/clang-format-validate.py --color never ^
22
--clang-format-executable ../../../DiligentCore/BuildTools/FormatValidation/clang-format_10.0.0.exe ^
3-
-r ../../AssetLoader ../../Imgui ../../NativeApp/include ../../NativeApp/src ../../TextureLoader ^
3+
-r ../../AssetLoader ../../Imgui ../../NativeApp/include ../../NativeApp/src ../../TextureLoader ../../Tests ^
44
--exclude ../../Imgui/interface/ImGuiImplMacOS.h ^
55
--exclude ../../Imgui/interface/ImGuiImplIOS.h ^
66
--exclude ../../NativeApp/src/UWP ^

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if(PLATFORM_WIN32 AND GL_SUPPORTED)
4646
endif()
4747

4848
if(DILIGENT_BUILD_TESTS)
49-
add_subdirectory(UnitTests)
49+
add_subdirectory(Tests)
5050
endif()
5151

5252
# Installation instructions
File renamed without changes.

UnitTests/IncludeTest/TextureLoader/TextureLoaderH_test.cpp renamed to Tests/IncludeTest/TextureLoader/TextureLoaderH_test.cpp

File renamed without changes.

UnitTests/IncludeTest/TextureLoader/TextureUtilitiesH_test.cpp renamed to Tests/IncludeTest/TextureLoader/TextureUtilitiesH_test.cpp

File renamed without changes.

0 commit comments

Comments
 (0)