Skip to content

Commit 12f1ba6

Browse files
author
Matthew Sebolt
authored
Update writing-unit-tests-for-c-cpp.md
1 parent 3ba2968 commit 12f1ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/writing-unit-tests-for-c-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To enable your test code to access the functions in the project to be tested, ad
7373

7474
### Link to object or library files
7575

76-
If the test code doesn't export the functions that you want to test, you can add the output .obj or .lib files to the dependencies of the test project. See [To link the tests to the object or library files](how-to-use-microsoft-test-framework-for-cpp.md).
76+
If the test code doesn't export the functions that you want to test, you can add the output .obj or .lib files to the dependencies of the test project. See [To link the tests to the object or library files](/visualstudio/test/how-to-use-microsoft-test-framework-for-cpp#same_project).
7777

7878
### Add #include directives for header files
7979

0 commit comments

Comments
 (0)