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=(