From f60738bc50270af0c51a3bc16dd5f023aa1e2bfe Mon Sep 17 00:00:00 2001
From: thibaud <thibaud.hegelbac@etu.hesge.ch>
Date: Tue, 3 Dec 2024 16:29:34 +0100
Subject: [PATCH] ajout du premier test

---
 matrix_test.c | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 matrix_test.c

diff --git a/matrix_test.c b/matrix_test.c
new file mode 100644
index 0000000..9eb9292
--- /dev/null
+++ b/matrix_test.c
@@ -0,0 +1,6 @@
+#include <assert.h>
+#include "matrix.h"
+
+void matrix_alloc_test(error_code matrix){
+    assert(matrix == ERR);
+}
\ No newline at end of file
-- 
GitLab