From cf7db81d93036bb1287dfc680e079f486f86ada9 Mon Sep 17 00:00:00 2001 From: Alexey Fedoseev Date: Sat, 13 Apr 2024 23:51:11 +0300 Subject: [PATCH] correct instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d792be..203474c 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,12 @@ the GNU Free Documentation License (version 1.3). Run `make` to build the library binaries. -Run `make test` to build the test program. +Run `make main` to build the console printer/converter program. Use variables: * `DEBUG=1` debug version of the library * `DYNAMIC=1` build shared version of the library + +## Testing + +Run `run-tests.sh` to build and process the tests.