Commit fce3e809b2c8acef5c1f9d959490a199f2a85f9b

Baptiste 2024-07-23T18:23:27

added http_test rule

diff --git a/test/Makefile b/test/Makefile
index bc10586..f49e911 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -90,21 +90,25 @@ test: libkc3_test
 	time ./libkc3_test
 	IKC3=${SRC_TOP}/ikc3/ikc3 time ./ikc3_test
 	KC3S=${SRC_TOP}/kc3s/kc3s time ./ekc3_test
+	IKC3=${SRC_TOP}/ikc3/ikc3 time ./http_test
 
 test_asan: libkc3_test_asan
 	time ./libkc3_test_asan
 	IKC3=${SRC_TOP}/ikc3/ikc3_asan time ./ikc3_test
 	KC3S=${SRC_TOP}/kc3s/kc3s_asan time ./ekc3_test
+	IKC3=${SRC_TOP}/ikc3/ikc3_asan time ./http_test
 
 test_cov:
 	time ./libkc3_test_cov
 	IKC3=${SRC_TOP}/ikc3/ikc3_cov time ./ikc3_test
 	KC3S=${SRC_TOP}/kc3s/kc3s_cov time ./ekc3_test
+	IKC3=${SRC_TOP}/ikc3/ikc3_cov time ./http_test
 
 test_debug: libkc3_test_debug
 	time ./libkc3_test_debug
 	IKC3=${SRC_TOP}/ikc3/ikc3_debug time ./ikc3_test
 	KC3S=${SRC_TOP}/kc3s/kc3s_debug time ./ekc3_test
+	IKC3=${SRC_TOP}/ikc3/ikc3_debug time ./http_test
 
 test_ekc3:
 	KC3S=${SRC_TOP}/kc3s/kc3s time ./ekc3_test