diff options
author | Burt P <pburt0@gmail.com> | 2017-07-18 00:00:25 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-19 07:20:40 -0700 |
commit | c88bd64b2aa5f7367cda522b7c4e80617132729c (patch) | |
tree | 4c7c9b6698f58248df15a6203c44aa5660eeaec6 /test/test.sh | |
parent | 30d7f09dceff1614aeca03e9d8a6c0c9d7018c4e (diff) |
x86: add test lines for recent test data to test.sh
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'test/test.sh')
-rw-r--r-- | test/test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh index 174db7ec..7f52e2b6 100644 --- a/test/test.sh +++ b/test/test.sh @@ -13,6 +13,8 @@ do_test() { #do_test x86 data/x86_pent_cpuinfo #do_test x86 data/x86_amdr7_cpuinfo +#do_test x86 data/x86_pentf00f_cpuinfo +#do_test x86 data/x86_cyrix6x86coma_cpuinfo #do_test ppc data/ppc_g5_cpuinfo #do_test ppc data/power8_cpuinfo #do_test arm data/arm_rpi3_aarch64_cpuinfo |