From 9a4afcd954ed9c79284267d195941136cfaf5720 Mon Sep 17 00:00:00 2001 From: Soufiane El melcaoui Date: Sat, 16 Nov 2019 08:06:03 +0100 Subject: [PATCH 1/4] initial commit Signed-off-by: Charles --- main.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 0338628..2629c57 100644 --- a/main.c +++ b/main.c @@ -30,16 +30,16 @@ int main(int argc, char **argv) test_moulitest_15(); test_moulitest_16(); test_moulitest_18(); - test_moulitest_40(); +/* test_moulitest_40(); test_moulitest_41(); test_moulitest_42(); test_moulitest_43(); - test_moulitest_45(); + test_moulitest_45();*/ test_moulitest_50(); test_moulitest_51(); test_moulitest_52(); - test_moulitest_60(); - test_moulitest_61(); +/* test_moulitest_60(); + test_moulitest_61();*/ test_moulitest_69(); test_moulitest_70(); test_moulitest_71(); @@ -47,7 +47,7 @@ int main(int argc, char **argv) test_moulitest_73(); test_moulitest_74(); test_moulitest_79(); - test_moulitest_90(); +// test_moulitest_90(); test_moulitest_91(); test_moulitest_wildcard_01(); test_moulitest_wildcard_02(); @@ -57,7 +57,7 @@ int main(int argc, char **argv) test_printf_tests_test(); - generated_test(); +// generated_test(); /* saved_test(); */ return 0; -- cgit From e2ea3bf1c721d0c7027f488e19ecd5e5f67af7c1 Mon Sep 17 00:00:00 2001 From: Soufiane El melcaoui Date: Sat, 16 Nov 2019 08:39:58 +0100 Subject: [PATCH 2/4] removed some leftover bonus tests Signed-off-by: Charles --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 2629c57..66e3f40 100644 --- a/main.c +++ b/main.c @@ -57,7 +57,7 @@ int main(int argc, char **argv) test_printf_tests_test(); -// generated_test(); + generated_test(); /* saved_test(); */ return 0; -- cgit