mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update for pspautotests
This commit is contained in:
parent
53bcb29ef6
commit
f723abe68b
3 changed files with 12 additions and 8 deletions
|
@ -38,15 +38,17 @@
|
|||
#include "TestRunner.h"
|
||||
|
||||
|
||||
const char *testsToRun[] = {
|
||||
static const char * const testsToRun[] = {
|
||||
"cpu/cpu_alu/cpu_alu",
|
||||
"cpu/fpu/fpu",
|
||||
"cpu/icache/icache",
|
||||
"cpu/lsu/lsu",
|
||||
"cpu/vfpu/base",
|
||||
"cpu/vfpu/colors/vfpu_colors",
|
||||
"cpu/vfpu/convert/vfpu_convert",
|
||||
"cpu/vfpu/vector",
|
||||
"cpu/vfpu/matrix",
|
||||
"cpu/vfpu/convert",
|
||||
"cpu/vfpu/colors",
|
||||
"cpu/vfpu/prefixes",
|
||||
"cpu/vfpu/gum",
|
||||
};
|
||||
|
||||
void RunTests()
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit eff3076dd8a0bd067410e1765470d22f1a9e925c
|
||||
Subproject commit faf148bef19cd1dc3cb305f93156e3bbf4de0d58
|
8
test.py
8
test.py
|
@ -40,10 +40,12 @@ class Command(object):
|
|||
# These have worked and should keep working always - regression tests.
|
||||
tests_good = [
|
||||
"cpu/cpu_alu/cpu_alu",
|
||||
"cpu/vfpu/base",
|
||||
"cpu/vfpu/convert/vfpu_convert",
|
||||
"cpu/vfpu/vector",
|
||||
"cpu/vfpu/matrix",
|
||||
"cpu/vfpu/convert",
|
||||
"cpu/vfpu/prefixes",
|
||||
"cpu/vfpu/colors/vfpu_colors",
|
||||
"cpu/vfpu/colors",
|
||||
"cpu/vfpu/gum",
|
||||
"cpu/icache/icache",
|
||||
"cpu/lsu/lsu",
|
||||
"cpu/fpu/fpu",
|
||||
|
|
Loading…
Add table
Reference in a new issue