summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)/...