From e40e6b789311657555041c50be880fd90ba5bd9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20H=C3=B6lscher?= Date: Mon, 16 May 2022 13:46:06 +0200 Subject: [PATCH] Added file Links in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.