diff --git a/build/test/cache/test_schach.c b/build/test/cache/test_schach.c index 677744c..5b82adc 100644 --- a/build/test/cache/test_schach.c +++ b/build/test/cache/test_schach.c @@ -98,6 +98,42 @@ void test_print_Schachfeld_Turm_weiss(void){ +void test_print_Schachfeld_Bauern_weiss(void){ + + + + char expected = 'B'; + + int x = 8; + + int y = 8; + + + + + + char** Spielfeld = create_Schachfeld(x, y); + + + + + + for(int l = 0;l