Add tests to README

This commit is contained in:
Jonas Stein
2022-04-24 21:19:57 +02:00
parent ff413aac3e
commit 4a7b143d50

View File

@@ -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
```