diff --git a/README.md b/README.md index 5a0e609..4ad41bb 100644 --- a/README.md +++ b/README.md @@ -154,10 +154,10 @@ Helpful to understand what the program does but not very so much for the actual ## UnitTest -The best way to see what your function does is to use the UnitTest.cpp. +The best way to see what your function does is to use the [UnitTest.cpp](https://git.cs.tu-dortmund.de/nils.hoelscher/RTSA-lab01-CacheAnalysis/src/branch/master/UnitTest/UnitTest.cpp). With "C++ TestMate" install you can simply run or debug the test from the side panel in VS Code (Flask Icon). The "C++ TestMate" is not installed in the VM as I just added this feature now. -Please feel free to add more test cases to your liking in UnitTest.cpp. +Please feel free to add more test cases to your liking in [UnitTest.cpp](https://git.cs.tu-dortmund.de/nils.hoelscher/RTSA-lab01-CacheAnalysis/src/branch/master/UnitTest/UnitTest.cpp). ## Use the Helper script Again if you work on a Pool PC use poolhelper.sh insted of the helper.sh script.