Test update.

This commit is contained in:
Unknown W. Brackets 2012-12-02 17:19:57 -08:00
parent f6009e477f
commit 70efb2c3d1
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 3c81649c4b4056ddabaca293c093ba0d6989502b
Subproject commit c725dde370fac6cb2776a9e1e0a200e0dab11f1e

View file

@ -47,6 +47,8 @@ tests_good = [
"cpu/lsu/lsu",
"cpu/fpu/fpu",
"ctrl/ctrl",
"ctrl/sampling/sampling",
"display/display",
"dmac/dmactest",
"loader/bss/bss",
@ -95,7 +97,6 @@ tests_next = [
"threads/vpl/vpl",
"threads/vtimers/vtimer",
"threads/wakeup/wakeup",
"ctrl/ctrl",
"gpu/simple/simple",
"gpu/triangle/triangle",
"hle/check_not_used_uids",