From fc2b19d3ae993fe1c5436649a7559a82a90f9084 Mon Sep 17 00:00:00 2001 From: Maria Kraynyuk Date: Thu, 20 Jun 2024 14:26:51 -0700 Subject: [PATCH] CONTRIBUTING: update link to testing documentation --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f4ac03122..a0dcc47a7 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. For more information about how to build and run Unit Tests please see [oneMKL Interfaces Testing](tests/README.md) +oneMKL uses GoogleTest for functional testing. For more information about how to build and run Unit Tests please see [Building and Running Tests](https://oneapi-src.github.io/oneMKL/building_and_running_tests.html) Be sure to extend the existing tests when fixing an issue, adding a new interface or new implementation under existing interfaces.