diff options
author | Burt P <pburt0@gmail.com> | 2017-07-09 21:59:27 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-12 19:38:41 -0700 |
commit | ac9072baaa41c5bb0879da73bb2603dbb018b3fc (patch) | |
tree | ebd956ad18a452c92891914bd43ab3933cf789a8 /test/test.sh | |
parent | 3260e09b2ae4ee9eb80ff83f800d9b3bcff209e4 (diff) |
parisc: fixes, add test
It really didn't work at all before.
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 bc748320..9c1f0692 100644 --- a/test/test.sh +++ b/test/test.sh @@ -16,5 +16,7 @@ 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 +#do_test alpha data/alpha_as_cpuinfo +do_test parisc data/parisc_hppa_fortex4_cpuinfo + |