From 4a7b143d50e4e463664592f5f124e3cd9a153402 Mon Sep 17 00:00:00 2001 From: Jonas Stein Date: Sun, 24 Apr 2022 21:19:57 +0200 Subject: [PATCH] Add tests to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 350d8b2..a0c7ce4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ Get the source code and compile git clone git@github.com:scsitape/stenc.git cd stenc/ autoreconf --install -./configure +autogen.sh && ./configure +make check # optionally run the catch testing framework make ```