xS/xN: add test targets
Alpine 3.19 Success Details
Arch Linux AUR Success Details
OpenBSD 7.3 Success Details

This commit is contained in:
Přemysl Eric Janouch 2024-04-10 13:58:31 +02:00
parent c38cca3b92
commit a9b46141a9
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 4 additions and 0 deletions

View File

@ -15,5 +15,7 @@ xN: xN.go ../xK-version irc.go
xN.1: ../xK-version ../liberty/tools/asciiman.awk xN.adoc
env "asciidoc-release-version=$$(cat ../xK-version)" \
$(AWK) -f ../liberty/tools/asciiman.awk xN.adoc > $@
test: all
go test
clean:
rm -f $(outputs)

View File

@ -12,5 +12,7 @@ xS-replies.go: xS-gen-replies.awk xS-replies
xS.1: ../xK-version ../liberty/tools/asciiman.awk xS.adoc
env "asciidoc-release-version=$$(cat ../xK-version)" \
$(AWK) -f ../liberty/tools/asciiman.awk xS.adoc > $@
test: all
go test
clean:
rm -f $(outputs)