From 9e8a3eb08d2a3b87f26bac51af242b3e63e3469a Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 3 Apr 2026 00:48:51 -0400 Subject: Change test output to work better when within nvim --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index ab35497..5af28d0 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,7 @@ atlas: $(SRC) go build -tags "$(BUILD_TAGS)" -o $@ $< test: - go test -tags "$(BUILD_TAGS)" ./... + go test $(if $(subst undefined,,$(origin VIMRUNTIME)), -fullpath) -tags "$(BUILD_TAGS)" ./... ######## # @@ -32,6 +32,7 @@ uninstall: $(INSTALL_PATH)/atlas info: @echo "SRC: $(SRC)" @echo "BINS: $(BINS)" + @echo "TEST_BINS: $(TEST_BINS)" @echo "INSTALL_PATH: $(INSTALL_PATH)" @echo "BUILD_TAGS: $(BUILD_TAGS)" -- cgit v1.2.3