update TestFtp

This commit is contained in:
Ambrumf
2023-10-09 21:13:11 +08:00
parent b8335863ba
commit 7f14d047cb
3 changed files with 36 additions and 33 deletions

View File

@@ -125,6 +125,10 @@ ifeq ($(CONFIG_ADD_XIZI_FEATURES),y)
SRC_DIR += test_modbus_tcp
endif
ifeq ($(CONFIG_USER_TEST_FTPCLIENT),y)
SRC_FILES += test_ftp/test_ftp.c
endif
ifeq ($(CONFIG_USER_TEST_WEBSERVER),y)
SRC_FILES +=
endif