From cdf3116b6e107a21269751fc180ad0bb84c3960c Mon Sep 17 00:00:00 2001 From: Tim Newsome Date: Wed, 30 Mar 2016 10:43:45 -0700 Subject: [PATCH] Actually run the ebreak test. --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2