2020-02-22 13:17:12 -05:00
|
|
|
#***************************************************************************
|
|
|
|
# _ _ ____ _
|
|
|
|
# Project ___| | | | _ \| |
|
|
|
|
# / __| | | | |_) | |
|
|
|
|
# | (__| |_| | _ <| |___
|
|
|
|
# \___|\___/|_| \_\_____|
|
|
|
|
#
|
|
|
|
# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
#
|
|
|
|
# This software is licensed as described in the file COPYING, which
|
|
|
|
# you should have received as part of this distribution. The terms
|
|
|
|
# are also available at https://curl.haxx.se/docs/copyright.html.
|
|
|
|
#
|
|
|
|
# You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
|
|
|
# copies of the Software, and permit persons to whom the Software is
|
|
|
|
# furnished to do so, under the terms of the COPYING file.
|
|
|
|
#
|
|
|
|
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
|
|
|
# KIND, either express or implied.
|
|
|
|
#
|
|
|
|
###########################################################################
|
|
|
|
|
2011-01-01 11:33:42 -05:00
|
|
|
# these files are used in every single unit test program
|
|
|
|
|
2011-05-25 14:22:46 -04:00
|
|
|
UNITFILES = curlcheck.h \
|
2013-01-19 22:17:11 -05:00
|
|
|
../libtest/test.h \
|
|
|
|
../libtest/first.c
|
2011-01-01 11:33:42 -05:00
|
|
|
|
|
|
|
# These are all unit test programs
|
2018-09-23 18:24:02 -04:00
|
|
|
UNITPROGS = unit1300 unit1301 unit1302 unit1303 unit1304 unit1305 unit1307 \
|
2017-07-28 09:49:36 -04:00
|
|
|
unit1308 unit1309 unit1323 \
|
2018-09-23 18:24:02 -04:00
|
|
|
unit1330 unit1394 unit1395 unit1396 unit1397 unit1398 \
|
|
|
|
unit1399 \
|
2018-03-17 15:10:04 -04:00
|
|
|
unit1600 unit1601 unit1602 unit1603 unit1604 unit1605 unit1606 unit1607 \
|
2020-02-22 13:17:12 -05:00
|
|
|
unit1608 unit1609 unit1610 \
|
|
|
|
unit1620 unit1621 \
|
2019-09-13 21:16:09 -04:00
|
|
|
unit1650 unit1651 unit1652 unit1653 unit1654 unit1655
|
2011-01-01 11:33:42 -05:00
|
|
|
|
|
|
|
unit1300_SOURCES = unit1300.c $(UNITFILES)
|
2013-01-15 10:28:07 -05:00
|
|
|
unit1300_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2011-01-04 10:13:58 -05:00
|
|
|
unit1301_SOURCES = unit1301.c $(UNITFILES)
|
2013-01-15 10:28:07 -05:00
|
|
|
unit1301_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2011-01-04 10:42:31 -05:00
|
|
|
unit1302_SOURCES = unit1302.c $(UNITFILES)
|
2013-01-15 10:28:07 -05:00
|
|
|
unit1302_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2011-01-04 17:10:45 -05:00
|
|
|
unit1303_SOURCES = unit1303.c $(UNITFILES)
|
2013-01-15 10:28:07 -05:00
|
|
|
unit1303_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2011-02-08 01:12:37 -05:00
|
|
|
unit1304_SOURCES = unit1304.c $(UNITFILES)
|
2013-01-15 10:28:07 -05:00
|
|
|
unit1304_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2011-03-04 17:32:58 -05:00
|
|
|
unit1305_SOURCES = unit1305.c $(UNITFILES)
|
2013-01-15 10:28:07 -05:00
|
|
|
unit1305_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2011-03-04 18:56:40 -05:00
|
|
|
unit1307_SOURCES = unit1307.c $(UNITFILES)
|
2013-01-15 10:28:07 -05:00
|
|
|
unit1307_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2011-06-10 06:03:29 -04:00
|
|
|
unit1308_SOURCES = unit1308.c $(UNITFILES)
|
2013-01-15 10:28:07 -05:00
|
|
|
unit1308_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2011-06-10 14:19:35 -04:00
|
|
|
unit1309_SOURCES = unit1309.c $(UNITFILES)
|
2013-01-15 10:28:07 -05:00
|
|
|
unit1309_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2017-07-28 09:49:36 -04:00
|
|
|
unit1323_SOURCES = unit1323.c $(UNITFILES)
|
|
|
|
unit1323_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2013-03-15 14:58:00 -04:00
|
|
|
unit1330_SOURCES = unit1330.c $(UNITFILES)
|
|
|
|
unit1330_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2013-05-03 07:26:25 -04:00
|
|
|
unit1394_SOURCES = unit1394.c $(UNITFILES)
|
2013-05-06 17:28:04 -04:00
|
|
|
unit1394_CPPFLAGS = $(AM_CPPFLAGS) $(LIBMETALINK_CPPFLAGS)
|
|
|
|
unit1394_LDADD = @LIBMETALINK_LIBS@ $(top_builddir)/lib/libcurl.la @LIBCURL_LIBS@
|
|
|
|
unit1394_LDFLAGS = @LIBMETALINK_LDFLAGS@ $(top_builddir)/src/libcurltool.la
|
|
|
|
unit1394_LIBS =
|
2013-05-19 17:30:06 -04:00
|
|
|
|
2013-06-15 17:47:02 -04:00
|
|
|
unit1395_SOURCES = unit1395.c $(UNITFILES)
|
|
|
|
unit1395_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2013-05-19 17:30:06 -04:00
|
|
|
unit1396_SOURCES = unit1396.c $(UNITFILES)
|
|
|
|
unit1396_CPPFLAGS = $(AM_CPPFLAGS)
|
2014-02-22 10:52:58 -05:00
|
|
|
|
|
|
|
unit1397_SOURCES = unit1397.c $(UNITFILES)
|
|
|
|
unit1397_CPPFLAGS = $(AM_CPPFLAGS)
|
2014-05-04 17:37:24 -04:00
|
|
|
|
|
|
|
unit1398_SOURCES = unit1398.c $(UNITFILES)
|
|
|
|
unit1398_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2017-06-26 12:51:05 -04:00
|
|
|
unit1399_SOURCES = unit1399.c $(UNITFILES)
|
|
|
|
unit1399_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2015-02-03 04:44:41 -05:00
|
|
|
unit1600_SOURCES = unit1600.c $(UNITFILES)
|
|
|
|
unit1600_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2015-02-03 16:52:18 -05:00
|
|
|
unit1601_SOURCES = unit1601.c $(UNITFILES)
|
|
|
|
unit1601_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2015-05-02 14:49:55 -04:00
|
|
|
unit1602_SOURCES = unit1602.c $(UNITFILES)
|
|
|
|
unit1602_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2015-11-12 14:40:26 -05:00
|
|
|
unit1603_SOURCES = unit1603.c $(UNITFILES)
|
|
|
|
unit1603_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2016-02-05 01:44:27 -05:00
|
|
|
unit1604_SOURCES = unit1604.c $(UNITFILES)
|
|
|
|
unit1604_CPPFLAGS = $(AM_CPPFLAGS) $(LIBMETALINK_CPPFLAGS)
|
|
|
|
|
2016-09-13 17:01:22 -04:00
|
|
|
unit1605_SOURCES = unit1605.c $(UNITFILES)
|
|
|
|
unit1605_CPPFLAGS = $(AM_CPPFLAGS)
|
2017-04-06 09:34:46 -04:00
|
|
|
|
|
|
|
unit1606_SOURCES = unit1606.c $(UNITFILES)
|
|
|
|
unit1606_CPPFLAGS = $(AM_CPPFLAGS)
|
2018-01-30 19:33:51 -05:00
|
|
|
|
|
|
|
unit1607_SOURCES = unit1607.c $(UNITFILES)
|
|
|
|
unit1607_CPPFLAGS = $(AM_CPPFLAGS)
|
2018-03-17 15:10:04 -04:00
|
|
|
|
|
|
|
unit1608_SOURCES = unit1608.c $(UNITFILES)
|
|
|
|
unit1608_CPPFLAGS = $(AM_CPPFLAGS)
|
2018-05-30 10:23:35 -04:00
|
|
|
|
|
|
|
unit1609_SOURCES = unit1609.c $(UNITFILES)
|
|
|
|
unit1609_CPPFLAGS = $(AM_CPPFLAGS)
|
2018-07-13 11:17:19 -04:00
|
|
|
|
2020-02-22 13:17:12 -05:00
|
|
|
unit1610_SOURCES = unit1610.c $(UNITFILES)
|
|
|
|
unit1610_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|
2018-07-13 11:17:19 -04:00
|
|
|
unit1620_SOURCES = unit1620.c $(UNITFILES)
|
|
|
|
unit1620_CPPFLAGS = $(AM_CPPFLAGS)
|
2018-06-19 10:08:05 -04:00
|
|
|
|
2019-01-02 14:18:27 -05:00
|
|
|
unit1621_SOURCES = unit1621.c $(UNITFILES)
|
|
|
|
unit1621_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
unit1621_LDADD = $(top_builddir)/src/libcurltool.la $(top_builddir)/lib/libcurl.la
|
|
|
|
|
2018-06-19 10:08:05 -04:00
|
|
|
unit1650_SOURCES = unit1650.c $(UNITFILES)
|
|
|
|
unit1650_CPPFLAGS = $(AM_CPPFLAGS)
|
2018-10-26 17:07:07 -04:00
|
|
|
|
|
|
|
unit1651_SOURCES = unit1651.c $(UNITFILES)
|
|
|
|
unit1651_CPPFLAGS = $(AM_CPPFLAGS)
|
2018-11-03 15:54:18 -04:00
|
|
|
|
|
|
|
unit1652_SOURCES = unit1652.c $(UNITFILES)
|
|
|
|
unit1652_CPPFLAGS = $(AM_CPPFLAGS)
|
2018-12-11 09:02:24 -05:00
|
|
|
|
|
|
|
unit1653_SOURCES = unit1653.c $(UNITFILES)
|
|
|
|
unit1653_CPPFLAGS = $(AM_CPPFLAGS)
|
2019-03-03 05:17:52 -05:00
|
|
|
|
|
|
|
unit1654_SOURCES = unit1654.c $(UNITFILES)
|
|
|
|
unit1654_CPPFLAGS = $(AM_CPPFLAGS)
|
2019-09-13 21:16:09 -04:00
|
|
|
|
|
|
|
unit1655_SOURCES = unit1655.c $(UNITFILES)
|
|
|
|
unit1655_CPPFLAGS = $(AM_CPPFLAGS)
|
|
|
|
|