From e9bf6da934c289fc8654e1ee2bb11f2843da6a15 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Fri, 21 Dec 2012 00:23:55 -0800 Subject: [PATCH] Add alarm test. --- pspautotests | 2 +- test.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pspautotests b/pspautotests index 8c1284c758..9e55680fca 160000 --- a/pspautotests +++ b/pspautotests @@ -1 +1 @@ -Subproject commit 8c1284c758c05811517c043bbc781ba8ab724d5e +Subproject commit 9e55680fca5100bd94d3c1b710d08a918f79cad6 diff --git a/test.py b/test.py index 4ac98e263e..14f3746193 100755 --- a/test.py +++ b/test.py @@ -58,6 +58,7 @@ tests_good = [ "misc/testgp", "string/string", "gpu/callbacks/ge_callbacks", + "threads/alarm/alarm", "threads/events/events", "threads/events/cancel/cancel", "threads/events/clear/clear",