diff options
author | Burt P <pburt0@gmail.com> | 2017-07-09 22:52:41 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-12 19:38:41 -0700 |
commit | 9cb099818be4edc0cb2d28ca1e93bb27e8b36c18 (patch) | |
tree | 8cd0c13533462f49f2c1dae9027b9f93d8a75b93 /test/test.sh | |
parent | 17651fbf35c8e6a6d16c5a31ddb7ab0ef03daeec (diff) |
sh (superh): fixes, add tests
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'test/test.sh')
-rw-r--r-- | test/test.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test.sh b/test/test.sh index 89254a34..9462ad63 100644 --- a/test/test.sh +++ b/test/test.sh @@ -19,7 +19,7 @@ do_test() { #do_test alpha data/alpha_as_cpuinfo #do_test parisc data/parisc_hppa_fortex4_cpuinfo #do_test ia64 data/ia64_x2_cpuinfo -do_test m68k data/m68k_sun3_cpuinfo - - - +#do_test m68k data/m68k_sun3_cpuinfo +#do_test sh data/sh_dreamcast_cpuinfo +#do_test sh data/sh_sh3_cpuinfo +do_test sh data/sh_sh64_cpuinfo |