diff --git a/test/Makefile b/test/Makefile
index dca9626..5c2308f 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -96,25 +96,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
+ KC3S=${SRC_TOP}/kc3s/kc3s 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
+ KC3S=${SRC_TOP}/kc3s/kc3s_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
+ KC3S=${SRC_TOP}/kc3s/kc3s_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
+ KC3S=${SRC_TOP}/kc3s/kc3s_debug time ./http_test
test_ekc3:
KC3S=${SRC_TOP}/kc3s/kc3s time ./ekc3_test