diff options
author | xengineering <me@xengineering.eu> | 2023-06-17 10:46:10 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-06-17 10:46:10 +0200 |
commit | 99992554d071742bbc61f76d32b611568ed60f4b (patch) | |
tree | 4d199bec1e599814c84c7c850d44151d0a648ff2 /Makefile | |
parent | 791e4ae8b26298a154d497f06615bc32499d18a4 (diff) | |
download | limox-99992554d071742bbc61f76d32b611568ed60f4b.tar limox-99992554d071742bbc61f76d32b611568ed60f4b.tar.zst limox-99992554d071742bbc61f76d32b611568ed60f4b.zip |
Use Go package name for tests target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,4 +37,4 @@ install: $(LIMOX) install -Dm 644 $(DESKTOP) $(DESKTOP_INSTALL) tests: - go test ./... + go test $(LIMOX_GO_PACKAGE)/... |