Commit 9f0901e74a9a0bdca70be5a9cab01ab051c4b690

Thomas de Grivel 2024-08-18T20:23:19

make gdb_test_ikc3_asan

diff --git a/Makefile b/Makefile
index 78b1198..887a37f 100644
--- a/Makefile
+++ b/Makefile
@@ -316,6 +316,13 @@ gdb_test_ikc3:
 	${MAKE} -C ikc3 debug
 	${MAKE} -C test gdb_test_ikc3
 
+gdb_test_ikc3_asan:
+	${MAKE} -C libtommath asan
+	${MAKE} -C ucd2c
+	${MAKE} -C libkc3 asan
+	${MAKE} -C ikc3 asan
+	${MAKE} -C test gdb_test_ikc3_asan
+
 gdb_test_json:
 	${MAKE} -C libtommath debug
 	${MAKE} -C ucd2c
diff --git a/test/Makefile b/test/Makefile
index 96e8c1f..c2b734f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -92,6 +92,9 @@ gdb_test_httpd_asan:
 gdb_test_ikc3:
 	cd ikc3 && ${GDB} ../../ikc3/.libs/ikc3_debug
 
+gdb_test_ikc3_asan:
+	cd ikc3 && ${GDB} ../../ikc3/.libs/ikc3_asan
+
 gdb_test_json:
 	cd json && ${GDB} ../../ikc3/.libs/ikc3_debug