From a9b46141a991b3c3dba31beb262bf204537049d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 10 Apr 2024 13:58:31 +0200 Subject: xS/xN: add test targets --- xS/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xS') diff --git a/xS/Makefile b/xS/Makefile index 92716ac..57927fa 100644 --- a/xS/Makefile +++ b/xS/Makefile @@ -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) -- cgit v1.2.3