diff options
author | Burt P <pburt0@gmail.com> | 2017-07-09 21:45:10 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-12 19:38:41 -0700 |
commit | 3260e09b2ae4ee9eb80ff83f800d9b3bcff209e4 (patch) | |
tree | 2bd1804efb2da9d186cf4c2df79386290ea068af /test/test.sh | |
parent | 86525d099c58e7e2d329107361398288c7c01296 (diff) |
alpha: add frequency, add test
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 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 + |