xS/xN: add test targets
This commit is contained in:
parent
c38cca3b92
commit
a9b46141a9
|
@ -15,5 +15,7 @@ xN: xN.go ../xK-version irc.go
|
||||||
xN.1: ../xK-version ../liberty/tools/asciiman.awk xN.adoc
|
xN.1: ../xK-version ../liberty/tools/asciiman.awk xN.adoc
|
||||||
env "asciidoc-release-version=$$(cat ../xK-version)" \
|
env "asciidoc-release-version=$$(cat ../xK-version)" \
|
||||||
$(AWK) -f ../liberty/tools/asciiman.awk xN.adoc > $@
|
$(AWK) -f ../liberty/tools/asciiman.awk xN.adoc > $@
|
||||||
|
test: all
|
||||||
|
go test
|
||||||
clean:
|
clean:
|
||||||
rm -f $(outputs)
|
rm -f $(outputs)
|
||||||
|
|
|
@ -12,5 +12,7 @@ xS-replies.go: xS-gen-replies.awk xS-replies
|
||||||
xS.1: ../xK-version ../liberty/tools/asciiman.awk xS.adoc
|
xS.1: ../xK-version ../liberty/tools/asciiman.awk xS.adoc
|
||||||
env "asciidoc-release-version=$$(cat ../xK-version)" \
|
env "asciidoc-release-version=$$(cat ../xK-version)" \
|
||||||
$(AWK) -f ../liberty/tools/asciiman.awk xS.adoc > $@
|
$(AWK) -f ../liberty/tools/asciiman.awk xS.adoc > $@
|
||||||
|
test: all
|
||||||
|
go test
|
||||||
clean:
|
clean:
|
||||||
rm -f $(outputs)
|
rm -f $(outputs)
|
||||||
|
|
Loading…
Reference in New Issue