Skip to content

Commit

Permalink
Fix make test
Browse files Browse the repository at this point in the history
  • Loading branch information
r4 committed Oct 1, 2022
1 parent 154c6a3 commit 9174c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9174c1b

Please sign in to comment.