From deba3d40bc01563d88670b1b06ee7dc095a25fc4 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Tue, 25 Oct 2022 22:15:47 -0700 Subject: [PATCH] headless: Update tests. --- pspautotests | 2 +- test.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pspautotests b/pspautotests index d40a8e05c3..1790e574bd 160000 --- a/pspautotests +++ b/pspautotests @@ -1 +1 @@ -Subproject commit d40a8e05c3892bd67af71c6f80ea4396f8051541 +Subproject commit 1790e574bd069c7e4883bf097db46094526b0dc9 diff --git a/test.py b/test.py index 7b76dbca07..b9cf9260ca 100755 --- a/test.py +++ b/test.py @@ -192,6 +192,7 @@ tests_good = [ "gpu/textures/mipmap", "gpu/textures/rotate", "gpu/vertices/colors", + "gpu/vertices/morph", "gpu/vertices/texcoords", "hash/hash", "hle/check_not_used_uids",