]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - Makefile
Makefile: add test target
[nsscash/nsscash.git] / Makefile
index fe36167848afa89e7752c4edfb3e66ad08458717..725985d8a242aea82a861abb27d76e30a0dbdaea 100644 (file)
--- 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