]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commitdiff
Makefile: add test target
authorSimon Ruderich <simon@ruderich.org>
Sat, 8 Jun 2019 13:55:58 +0000 (15:55 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 8 Jun 2019 13:55:58 +0000 (15:55 +0200)
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