From be8664958b28dcaea264282ca988ed4e319dc313 Mon Sep 17 00:00:00 2001
From: Yanis HAMOUDI <yanis.hamoudi@etu.u-pec.fr>
Date: Sun, 9 Feb 2025 18:17:32 +0100
Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20du=20script=20de=20test=20a?=
 =?UTF-8?q?utomatique?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 test.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/test.sh b/test.sh
index 5dc7fba..22d6ea7 100755
--- a/test.sh
+++ b/test.sh
@@ -95,6 +95,11 @@ tests_c=(
 	"test-08-space-vs-tabulation"
 	"test-09-handling-comment"
 	"test-10-phony"
+	"test-11-error-in-code"
+	"test-12-file-dont-exist"
+	"test-13-dependancy-dont-exist"
+	"test-14-remove-source-and-rebuild"
+	"test-15-subdir-build"
 )
 
 tests_java=(