add git-remote-annex as a dep of the test target

This commit is contained in:
Joey Hess 2024-11-19 12:13:13 -04:00
parent 10d7091404
commit 1ff54a3b44
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -110,7 +110,7 @@ install-completions: build
./git-annex --fish-completion-script git-annex 2>/dev/null \
> $(DESTDIR)$(PREFIX)/$(SHAREDIR)/fish/vendor_completions.d/git-annex.fish
test: git-annex git-annex-shell
test: git-annex git-annex-shell git-remote-annex
./git-annex test
retest: git-annex