From 1efbcebed42c91fe874c2aed50f055164aba0366 Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Tue, 13 May 2025 14:18:34 +0200 Subject: [PATCH] build: Sort the $(vkd3d_shader_tests) list. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 99bf25217..8d228ec08 100644 --- a/Makefile.am +++ b/Makefile.am @@ -133,11 +133,11 @@ vkd3d_shader_tests = \ tests/hlsl/f16tof32.shader_test \ tests/hlsl/f32tof16.shader_test \ tests/hlsl/faceforward.shader_test \ - tests/hlsl/fog.shader_test \ tests/hlsl/ffp-point-size.shader_test \ tests/hlsl/float-comparison.shader_test \ tests/hlsl/floor.shader_test \ tests/hlsl/fmod.shader_test \ + tests/hlsl/fog.shader_test \ tests/hlsl/for.shader_test \ tests/hlsl/frac.shader_test \ tests/hlsl/function-cast.shader_test \