From 57a5945ccefbbc14c7351d37f61d6aa606bedcea Mon Sep 17 00:00:00 2001 From: fdai6674 Date: Sun, 5 Feb 2023 00:47:40 +0100 Subject: [PATCH] Unittest: test_19.c --- unittests/test_19.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 unittests/test_19.c diff --git a/unittests/test_19.c b/unittests/test_19.c new file mode 100644 index 0000000..280fe95 --- /dev/null +++ b/unittests/test_19.c @@ -0,0 +1,8 @@ +#include "tests.h" + +void test_19() +{ + printf("TEST 19 STARTET\n"); + assert(!compareStrings("test", "test")); + printf("TEST 19 ERFOLGREICH\n"); +} \ No newline at end of file