From 34e1522855ba40c3e477a9c626e20faddb4e19d0 Mon Sep 17 00:00:00 2001 From: Andrey Volk Date: Fri, 11 Jun 2021 20:44:54 +0300 Subject: [PATCH] Mention `make install` --- Writing-tests-in-FreeSWITCH.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Writing-tests-in-FreeSWITCH.md b/Writing-tests-in-FreeSWITCH.md index 35c69de..d73a1e7 100644 --- a/Writing-tests-in-FreeSWITCH.md +++ b/Writing-tests-in-FreeSWITCH.md @@ -145,6 +145,7 @@ TESTS = $(noinst_PROGRAMS) ``` ## Running the tests +Make sure you did run `make install` after build. To run the FreeSWITCH core/module tests: `make check`