From 246906a4901bc9798f833758703e1ad94a32a441 Mon Sep 17 00:00:00 2001 From: Manzovince Date: Wed, 29 May 2019 13:15:53 +0200 Subject: [PATCH] all test files grouped in folder --- test_add_to_list.c => test_files/test_add_to_list.c | 0 test_big_map.c => test_files/test_big_map.c | 0 test_big_tetri.c => test_files/test_big_tetri.c | 0 .../test_get_smallest_square.c | 0 test_mask.c => test_files/test_mask.c | 0 test_othermethod_fillit.c => test_files/test_othermethod_fillit.c | 0 test_print_fillit.c => test_files/test_print_fillit.c | 0 test_search_map2.c => test_files/test_search_map2.c | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename test_add_to_list.c => test_files/test_add_to_list.c (100%) rename test_big_map.c => test_files/test_big_map.c (100%) rename test_big_tetri.c => test_files/test_big_tetri.c (100%) rename test_get_smallest_square.c => test_files/test_get_smallest_square.c (100%) rename test_mask.c => test_files/test_mask.c (100%) rename test_othermethod_fillit.c => test_files/test_othermethod_fillit.c (100%) rename test_print_fillit.c => test_files/test_print_fillit.c (100%) rename test_search_map2.c => test_files/test_search_map2.c (100%) diff --git a/test_add_to_list.c b/test_files/test_add_to_list.c similarity index 100% rename from test_add_to_list.c rename to test_files/test_add_to_list.c diff --git a/test_big_map.c b/test_files/test_big_map.c similarity index 100% rename from test_big_map.c rename to test_files/test_big_map.c diff --git a/test_big_tetri.c b/test_files/test_big_tetri.c similarity index 100% rename from test_big_tetri.c rename to test_files/test_big_tetri.c diff --git a/test_get_smallest_square.c b/test_files/test_get_smallest_square.c similarity index 100% rename from test_get_smallest_square.c rename to test_files/test_get_smallest_square.c diff --git a/test_mask.c b/test_files/test_mask.c similarity index 100% rename from test_mask.c rename to test_files/test_mask.c diff --git a/test_othermethod_fillit.c b/test_files/test_othermethod_fillit.c similarity index 100% rename from test_othermethod_fillit.c rename to test_files/test_othermethod_fillit.c diff --git a/test_print_fillit.c b/test_files/test_print_fillit.c similarity index 100% rename from test_print_fillit.c rename to test_files/test_print_fillit.c diff --git a/test_search_map2.c b/test_files/test_search_map2.c similarity index 100% rename from test_search_map2.c rename to test_files/test_search_map2.c