summaryrefslogtreecommitdiff
path: root/test/morpher/matrix.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/morpher/matrix.c')
-rw-r--r--test/morpher/matrix.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/morpher/matrix.c b/test/morpher/matrix.c
index 0c96fab..42bb34b 100644
--- a/test/morpher/matrix.c
+++ b/test/morpher/matrix.c
@@ -1,6 +1,13 @@
1#include "morpher/matrix.h" 1#include "morpher/matrix.h"
2#include <assert.h> 2#include <assert.h>
3 3
4/**
5 * File: matrix.c
6 *
7 * Author:
8 * Pacien TRAN-GIRARD
9 */
10
4static void test_matrix_int_det2() { 11static void test_matrix_int_det2() {
5 assert(matrix_int_det2(5, 7, 12 assert(matrix_int_det2(5, 7,
6 2, 3) == 1); 13 2, 3) == 1);