Added file Links in readme

This commit is contained in:
Nils Hölscher 2022-05-16 13:46:06 +02:00
parent 2cdcace84b
commit e40e6b7893
1 changed files with 2 additions and 2 deletions

View File

@ -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.