From a2477dcfcb6e07f6a2e78ea4a7d0cfa3ca99beae Mon Sep 17 00:00:00 2001 From: Burt P Date: Sun, 9 Jul 2017 22:58:10 -0500 Subject: s390: add test Signed-off-by: Burt P --- test/data/s390_hurcules_cpuinfo | 5 +++++ test/test.sh | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 test/data/s390_hurcules_cpuinfo (limited to 'test') diff --git a/test/data/s390_hurcules_cpuinfo b/test/data/s390_hurcules_cpuinfo new file mode 100644 index 00000000..5ac5b5fc --- /dev/null +++ b/test/data/s390_hurcules_cpuinfo @@ -0,0 +1,5 @@ +vendor_id : IBM/S390 +# processors : 2 +bogomips per cpu: 411.23 +processor 0: version = FF, identification = 111000, machine = 7060 +processor 1: version = FF, identification = 111111, machine = 7060 diff --git a/test/test.sh b/test/test.sh index 9462ad63..51b5360b 100644 --- a/test/test.sh +++ b/test/test.sh @@ -22,4 +22,5 @@ do_test() { #do_test m68k data/m68k_sun3_cpuinfo #do_test sh data/sh_dreamcast_cpuinfo #do_test sh data/sh_sh3_cpuinfo -do_test sh data/sh_sh64_cpuinfo +#do_test sh data/sh_sh64_cpuinfo +do_test s390 data/s390_hurcules_cpuinfo -- cgit v1.2.3