summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/data/alpha_as_cpuinfo19
-rw-r--r--test/test.sh2
2 files changed, 21 insertions, 0 deletions
diff --git a/test/data/alpha_as_cpuinfo b/test/data/alpha_as_cpuinfo
new file mode 100644
index 00000000..698b3d4d
--- /dev/null
+++ b/test/data/alpha_as_cpuinfo
@@ -0,0 +1,19 @@
+cpu : Alpha
+cpu model : EV56
+cpu variation : 7
+cpu revision : 0
+cpu serial number :
+system type : Rawhide
+system variation : Tincup
+system revision : 0
+system serial number : BT00000000
+cycle frequency [Hz] : 531914893
+timer frequency [Hz] : 1200.00
+page size [bytes] : 8192
+phys. address bits : 40
+max. addr. space # : 127
+BogoMIPS : 1063.92
+kernel unaligned acc : 0 (pc=0,va=0)
+user unaligned acc : 0 (pc=0,va=0)
+platform string : AlphaServer 1200 5/533 4MB
+cpus detected : 1
diff --git a/test/test.sh b/test/test.sh
index 7a05a79b..bc748320 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -16,3 +16,5 @@ do_test() {
#do_test arm data/arm_jetsontx2_cpuinfo
#do_test sparc data/sparc_m7_cpuinfo
#do_test mips data/mips_loongson_cpuinfo
+do_test alpha data/alpha_as_cpuinfo
+