diff --git a/Makefile.in b/Makefile.in index 1e718395..5f0102a2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -121,7 +121,7 @@ INSTALL_EXE := $(INSTALL) -m 555 STOW := @stow@ # Tests -bintests = tests/gdbserver-smoke.py +bintests = tests/gdbserver.py #------------------------------------------------------------------------- # Include subproject makefile fragments diff --git a/tests/gdbserver-smoke.py b/tests/gdbserver.py similarity index 100% rename from tests/gdbserver-smoke.py rename to tests/gdbserver.py