From ec2c9291e31612b1f52a1f2667241c2c23c41c57 Mon Sep 17 00:00:00 2001 From: Keith Maxwell Date: Mon, 20 May 2019 23:23:27 +0100 Subject: [PATCH] Add explanation how to run tests to README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..696ea07 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Building + +1. First install `redo` and `scdoc` from the community repository +2. Create the man pages with `redo build` + +# Testing + +1. First install `redo` and `bats` from the community repository +1. Install `grep` from the main repository +1. Make sure the directory containing `./apkbuild-lint` is on `$PATH` +1. Run the tests with `redo check` -- GitLab