From: Tim Newsome Date: Wed, 30 Mar 2016 17:43:45 +0000 (-0700) Subject: Actually run the ebreak test. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cdf3116b6e107a21269751fc180ad0bb84c3960c;p=riscv-isa-sim.git Actually run the ebreak test. --- diff --git a/Makefile.in b/Makefile.in index 5f0102a..2eb7bfd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -121,7 +121,8 @@ INSTALL_EXE := $(INSTALL) -m 555 STOW := @stow@ # Tests -bintests = tests/gdbserver.py +bintests = tests/gdbserver.py \ + tests/ebreak.py #------------------------------------------------------------------------- # Include subproject makefile fragments