From 6c6e3873642de8c412e5cdc829595b131d800e63 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 8 Jun 2019 15:55:58 +0200 Subject: [PATCH] Makefile: add test target --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe36167..725985d 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,8 @@ all: clean: rm -f nsscash filetype_string.go -.PHONY: all clean +test: + go build # we need ./nsscash + $(MAKE) --no-print-directory -C nss test + +.PHONY: all clean test -- 2.43.2