From 196350abc168f5ca8ed237022758a09e0b43ea56 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com> Date: Sun, 14 Jun 2026 13:59:06 +0200 Subject: [PATCH] CONTRIBUTING.md: do not reference make Signed-off-by: Dimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 978ab2b2..e332aa0f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ $ git config commit.template ~/.git-template New functionality should be accompanied by a test case which verifies the correctness of ocserv operation on successful use of the new -functionality, as well as on fail cases. The test suite is run on "make check" +functionality, as well as on fail cases. The test suite is run on "meson test -C build" on every system ocserv is installed, except for the tests/suite part which is only run during development.