diff options
author | Burt P <pburt0@gmail.com> | 2017-07-09 22:27:07 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-12 19:38:41 -0700 |
commit | 269b16b3801c0e3fd05eb7d8c9d1551ea8172529 (patch) | |
tree | e372474fafde6e2a92304f9fa091f349f51e0786 /test/test.sh | |
parent | ac9072baaa41c5bb0879da73bb2603dbb018b3fc (diff) |
ia64: fixes, add test
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'test/test.sh')
-rw-r--r-- | test/test.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh index 9c1f0692..c0d6080b 100644 --- a/test/test.sh +++ b/test/test.sh @@ -17,6 +17,8 @@ do_test() { #do_test sparc data/sparc_m7_cpuinfo #do_test mips data/mips_loongson_cpuinfo #do_test alpha data/alpha_as_cpuinfo -do_test parisc data/parisc_hppa_fortex4_cpuinfo +#do_test parisc data/parisc_hppa_fortex4_cpuinfo +do_test ia64 data/ia64_x2_cpuinfo + |