From 56c1052061259e49711790b2f6781c7c410f8611 Mon Sep 17 00:00:00 2001 From: Emmanuel Valverde Ramos Date: Tue, 5 Sep 2023 19:01:10 +0200 Subject: [PATCH] chore: add how to run the test for your library --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c5e30a8b..239d04a5 100644 --- a/README.md +++ b/README.md @@ -45,3 +45,9 @@ To update a git-submodule is as simple as: 2. go inside the git-submodule and: 1. checkout a concrete release tag 2. or just pull `main` (preferred) + + +### Run test from the library +```bash +./bashunit ./tests/**/* +``` \ No newline at end of file