mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:23:39 +03:00
lib505.c is a new test case for ftp uploading with rename
This commit is contained in:
parent
47970b9e6f
commit
b4e84ca7d2
2 changed files with 112 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ INCLUDES = -I$(top_srcdir)/include/curl -I$(top_builddir)/lib
|
|||
LIBDIR = ../../lib
|
||||
|
||||
# here are all tools used for running libcurl tests
|
||||
noinst_PROGRAMS = lib500 lib501 lib502 lib503 lib504
|
||||
noinst_PROGRAMS = lib500 lib501 lib502 lib503 lib504 lib505
|
||||
|
||||
lib500_SOURCES = lib500.c first.c test.h
|
||||
lib500_LDADD = $(LIBDIR)/libcurl.la
|
||||
|
|
@ -31,3 +31,7 @@ lib504_SOURCES = lib504.c first.c test.h
|
|||
lib504_LDADD = $(LIBDIR)/libcurl.la
|
||||
lib504_DEPENDENCIES = $(LIBDIR)/libcurl.la
|
||||
|
||||
lib505_SOURCES = lib505.c first.c test.h
|
||||
lib505_LDADD = $(LIBDIR)/libcurl.la
|
||||
lib505_DEPENDENCIES = $(LIBDIR)/libcurl.la
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue