From f43fa663b56fc932160d22e9f4fe27f1753f52cf Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Tue, 21 Nov 2017 14:55:18 +0100 Subject: [PATCH] add link to README for testing --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fec0d25..303f2a5 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,14 @@ CMake project and include the MorseInit module: list(APPEND CMAKE_MODULE_PATH "${MORSE_CMAKE_MODULE_PATH}/modules/" ) # Include the init module include(MorseInit) - # We recommend to use this project as a `git submodule` of your project. +Testing +--------------------- + +See the file [README](modules/find/test/README.md). + Get involved! --------------------- -- GitLab