#include "tests.h" void test_2() { printf("TEST 2 STARTET\n"); assert(!compareStrings("HALLO", "HALLO")); printf("TEST 2 ERFOLGREICH\n"); }