From a7d93f138e8fd7958d066c523436e02711fec18e Mon Sep 17 00:00:00 2001 From: Benedikt Bastin Date: Mon, 14 Mar 2022 19:09:27 +0100 Subject: [PATCH] docs: Added links to projects --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b7a8dc..e959b7d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # pre-commit-meson -Integrate meson tests with pre-commit. +Integrate [meson tests](https://mesonbuild.com/Unit-tests.html) with [pre-commit](https://pre-commit.com/). This hook runs all tests registered with meson. It assumes that the build folder is named `build/`.