From b63ce299ddacea2ad487dc635926ed52ff422c20 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期一, 03 八月 2020 11:40:17 +0800
Subject: [PATCH] add timeout nowait

---
 test_socket/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test_socket/Makefile b/test_socket/Makefile
index 0c155b1..a63b4f7 100644
--- a/test_socket/Makefile
+++ b/test_socket/Makefile
@@ -14,7 +14,7 @@
 include $(ROOT)/Make.defines.$(PLATFORM)
 
 
-PROGS =	dgram_mod_bus dgram_mod_survey dgram_mod_req_rep
+PROGS =	dgram_mod_bus dgram_mod_survey dgram_mod_req_rep test_timeout
 
 
 build: $(PROGS)

--
Gitblit v1.8.0