Skip to content

Commit

Permalink
CONTRIBUTING: add a link to oneMKL Interface Testing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrainiuk authored Jun 20, 2024
1 parent 69bad82 commit 343c32b
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.
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.

0 comments on commit 343c32b

Please sign in to comment.