Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dai-Ni Hsieh <[email protected]>
  • Loading branch information
mkrainiuk and dnhsieh-intel authored Jun 21, 2024
1 parent fc2b19d commit 32f4450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [Building and Running Tests](https://oneapi-src.github.io/oneMKL/building_and_running_tests.html)
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.

0 comments on commit 32f4450

Please sign in to comment.