From 343c32b9901ee104d60a3a3e33eec14ff1e01cd3 Mon Sep 17 00:00:00 2001 From: Maria Kraynyuk Date: Thu, 20 Jun 2024 08:57:55 -0700 Subject: [PATCH] CONTRIBUTING: add a link to oneMKL Interface Testing documentation --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index deb61129b..f4ac03122 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -320,6 +320,6 @@ for (int i = 0; i < loop_size; i++) ...; ## Unit Tests -oneMKL uses GoogleTest for functional testing. +oneMKL uses GoogleTest for functional testing. For more information about how to build and run Unit Tests please see [oneMKL Interfaces Testing](tests/README.md) Be sure to extend the existing tests when fixing an issue, adding a new interface or new implementation under existing interfaces.