From 8ae55786008789a83eae1efb7fbda6a9093ada19 Mon Sep 17 00:00:00 2001 From: Thomas Papendieck Date: Thu, 21 Dec 2023 17:13:33 +0100 Subject: [PATCH] remove CMock --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f26ced..bfee4b9 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,11 @@ clonen sie folgende Projekte von Github in einem Ordner parallel zu Ihren C-Proj > ... - *Unity* (Testing-Framework) https://github.com/ThrowTheSwitch/Unity -- *CMock* https://github.com/ThrowTheSwitch/CMock - - im Verzeichnis CMock dieses Kommando ausführen: - `bundle install` ### Übungsprojekt -- dieses Projekt in ein Verzeichnis parallel zu *Unity* und *CMock* clonen +- dieses [Projekt](https://gogs.informatik.hs-fulda.de/Programmiermethoden_und_werkzeuge-public/Uebung-Automatisiertes-Testen-in-C) in ein Verzeichnis parallel zu *Unity* und *CMock* clonen - Offnen Sie die Datei `src/test/c/test_berechnung.c` in einem Editor - Verwenden Sie das `TEST_ASSERT_EQUAL_INT` Macro aus dem *Unity* Framework für folgende Testfälle für die Methode `gcd()`: 1. 15, 20 -> 5