summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-06-17 10:46:10 +0200
committerxengineering <me@xengineering.eu>2023-06-17 10:46:10 +0200
commit99992554d071742bbc61f76d32b611568ed60f4b (patch)
tree4d199bec1e599814c84c7c850d44151d0a648ff2 /Makefile
parent791e4ae8b26298a154d497f06615bc32499d18a4 (diff)
downloadlimox-99992554d071742bbc61f76d32b611568ed60f4b.tar
limox-99992554d071742bbc61f76d32b611568ed60f4b.tar.zst
limox-99992554d071742bbc61f76d32b611568ed60f4b.zip
Use Go package name for tests target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a91c74..7d0d157 100644
--- a/Makefile
+++ b/Makefile
@@ -37,4 +37,4 @@ install: $(LIMOX)
install -Dm 644 $(DESKTOP) $(DESKTOP_INSTALL)
tests:
- go test ./...
+ go test $(LIMOX_GO_PACKAGE)/...