From 2d00f55fbebf55ad60e2f10b257f2458b05d8d5f Mon Sep 17 00:00:00 2001 From: Yanis HAMOUDI <yanis.hamoudi@etu.u-pec.fr> Date: Sat, 8 Feb 2025 23:28:36 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20du=20programme=20de=20test?= =?UTF-8?q?=20v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test.sh b/test.sh index c8c1b6c..5dc7fba 100755 --- a/test.sh +++ b/test.sh @@ -91,6 +91,10 @@ tests_c=( "test-04-edited" "test-05-variables" "test-06-variables-on-cascade" + "test-07-dependency" + "test-08-space-vs-tabulation" + "test-09-handling-comment" + "test-10-phony" ) tests_java=(