From 9174c1b23af8e54871ba01ad789a22c4cbd1c1e5 Mon Sep 17 00:00:00 2001 From: r4 Date: Sat, 1 Oct 2022 20:00:48 +0200 Subject: [PATCH] Fix `make test` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef04a06..7ce334c 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ uninstall: rm -f $(DESTDIR)$(CFGPREFIX)/systemd/system/$(EXE).service test: - $(GO) test -count=1 -v $(EXE)/extractor + $(GO) test -count=1 -v git.nobrain.org/r4/dischord/extractor/ .PHONY: all debug fmt install uninstall clean