| xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 1 | #*************************************************************************** | 
 | 2 | #                                  _   _ ____  _ | 
 | 3 | #  Project                     ___| | | |  _ \| | | 
 | 4 | #                             / __| | | | |_) | | | 
 | 5 | #                            | (__| |_| |  _ <| |___ | 
 | 6 | #                             \___|\___/|_| \_\_____| | 
 | 7 | # | 
 | 8 | # Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. | 
 | 9 | # | 
 | 10 | # This software is licensed as described in the file COPYING, which | 
 | 11 | # you should have received as part of this distribution. The terms | 
 | 12 | # are also available at https://curl.se/docs/copyright.html. | 
 | 13 | # | 
 | 14 | # You may opt to use, copy, modify, merge, publish, distribute and/or sell | 
 | 15 | # copies of the Software, and permit persons to whom the Software is | 
 | 16 | # furnished to do so, under the terms of the COPYING file. | 
 | 17 | # | 
 | 18 | # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY | 
 | 19 | # KIND, either express or implied. | 
 | 20 | # | 
 | 21 | # SPDX-License-Identifier: curl | 
 | 22 | # | 
 | 23 | ########################################################################### | 
 | 24 |  | 
 | 25 | # these files are used in every single unit test program | 
 | 26 |  | 
 | 27 | UNITFILES = curlcheck.h \ | 
 | 28 |  ../libtest/test.h \ | 
 | 29 |  ../libtest/first.c | 
 | 30 |  | 
 | 31 | # These are all unit test programs | 
 | 32 | UNITPROGS = unit1300 unit1301 unit1302 unit1303 unit1304 unit1305 unit1307 \ | 
 | 33 |  unit1308 unit1309 unit1323 \ | 
 | 34 |  unit1330 unit1394 unit1395 unit1396 unit1397 unit1398 \ | 
 | 35 |  unit1399 \ | 
 | 36 |  unit1600 unit1601 unit1602 unit1603 unit1604 unit1605 unit1606 unit1607 \ | 
 | 37 |  unit1608 unit1609 unit1610 unit1611 unit1612 unit1614 \ | 
 | 38 |  unit1620 unit1621 \ | 
 | 39 |  unit1650 unit1651 unit1652 unit1653 unit1654 unit1655 \ | 
 | 40 |  unit1660 unit1661 | 
 | 41 |  | 
 | 42 | unit1300_SOURCES = unit1300.c $(UNITFILES) | 
 | 43 | unit1300_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 44 |  | 
 | 45 | unit1301_SOURCES = unit1301.c $(UNITFILES) | 
 | 46 | unit1301_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 47 |  | 
 | 48 | unit1302_SOURCES = unit1302.c $(UNITFILES) | 
 | 49 | unit1302_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 50 |  | 
 | 51 | unit1303_SOURCES = unit1303.c $(UNITFILES) | 
 | 52 | unit1303_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 53 |  | 
 | 54 | unit1304_SOURCES = unit1304.c $(UNITFILES) | 
 | 55 | unit1304_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 56 |  | 
 | 57 | unit1305_SOURCES = unit1305.c $(UNITFILES) | 
 | 58 | unit1305_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 59 |  | 
 | 60 | unit1307_SOURCES = unit1307.c $(UNITFILES) | 
 | 61 | unit1307_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 62 |  | 
 | 63 | unit1308_SOURCES = unit1308.c $(UNITFILES) | 
 | 64 | unit1308_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 65 |  | 
 | 66 | unit1309_SOURCES = unit1309.c $(UNITFILES) | 
 | 67 | unit1309_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 68 |  | 
 | 69 | unit1323_SOURCES = unit1323.c $(UNITFILES) | 
 | 70 | unit1323_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 71 |  | 
 | 72 | unit1330_SOURCES = unit1330.c $(UNITFILES) | 
 | 73 | unit1330_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 74 |  | 
 | 75 | unit1394_SOURCES = unit1394.c $(UNITFILES) | 
 | 76 | unit1394_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 77 | unit1394_LDADD = $(top_builddir)/lib/libcurl.la @LIBCURL_LIBS@ | 
 | 78 | unit1394_LDFLAGS = $(top_builddir)/src/libcurltool.la | 
 | 79 | unit1394_LIBS = | 
 | 80 |  | 
 | 81 | unit1395_SOURCES = unit1395.c $(UNITFILES) | 
 | 82 | unit1395_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 83 |  | 
 | 84 | unit1396_SOURCES = unit1396.c $(UNITFILES) | 
 | 85 | unit1396_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 86 |  | 
 | 87 | unit1397_SOURCES = unit1397.c $(UNITFILES) | 
 | 88 | unit1397_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 89 |  | 
 | 90 | unit1398_SOURCES = unit1398.c $(UNITFILES) | 
 | 91 | unit1398_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 92 |  | 
 | 93 | unit1399_SOURCES = unit1399.c $(UNITFILES) | 
 | 94 | unit1399_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 95 |  | 
 | 96 | unit1600_SOURCES = unit1600.c $(UNITFILES) | 
 | 97 | unit1600_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 98 |  | 
 | 99 | unit1601_SOURCES = unit1601.c $(UNITFILES) | 
 | 100 | unit1601_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 101 |  | 
 | 102 | unit1602_SOURCES = unit1602.c $(UNITFILES) | 
 | 103 | unit1602_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 104 |  | 
 | 105 | unit1603_SOURCES = unit1603.c $(UNITFILES) | 
 | 106 | unit1603_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 107 |  | 
 | 108 | unit1604_SOURCES = unit1604.c $(UNITFILES) | 
 | 109 | unit1604_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 110 |  | 
 | 111 | unit1605_SOURCES = unit1605.c $(UNITFILES) | 
 | 112 | unit1605_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 113 |  | 
 | 114 | unit1606_SOURCES = unit1606.c $(UNITFILES) | 
 | 115 | unit1606_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 116 |  | 
 | 117 | unit1607_SOURCES = unit1607.c $(UNITFILES) | 
 | 118 | unit1607_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 119 |  | 
 | 120 | unit1608_SOURCES = unit1608.c $(UNITFILES) | 
 | 121 | unit1608_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 122 |  | 
 | 123 | unit1609_SOURCES = unit1609.c $(UNITFILES) | 
 | 124 | unit1609_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 125 |  | 
 | 126 | unit1610_SOURCES = unit1610.c $(UNITFILES) | 
 | 127 | unit1610_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 128 |  | 
 | 129 | unit1611_SOURCES = unit1611.c $(UNITFILES) | 
 | 130 | unit1611_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 131 |  | 
 | 132 | unit1612_SOURCES = unit1612.c $(UNITFILES) | 
 | 133 | unit1612_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 134 |  | 
 | 135 | unit1614_SOURCES = unit1614.c $(UNITFILES) | 
 | 136 | unit1614_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 137 |  | 
 | 138 | unit1620_SOURCES = unit1620.c $(UNITFILES) | 
 | 139 | unit1620_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 140 |  | 
 | 141 | unit1621_SOURCES = unit1621.c $(UNITFILES) | 
 | 142 | unit1621_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 143 | unit1621_LDADD = $(top_builddir)/src/libcurltool.la $(top_builddir)/lib/libcurl.la @NSS_LIBS@ | 
 | 144 |  | 
 | 145 | unit1650_SOURCES = unit1650.c $(UNITFILES) | 
 | 146 | unit1650_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 147 |  | 
 | 148 | unit1651_SOURCES = unit1651.c $(UNITFILES) | 
 | 149 | unit1651_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 150 |  | 
 | 151 | unit1652_SOURCES = unit1652.c $(UNITFILES) | 
 | 152 | unit1652_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 153 |  | 
 | 154 | unit1653_SOURCES = unit1653.c $(UNITFILES) | 
 | 155 | unit1653_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 156 |  | 
 | 157 | unit1654_SOURCES = unit1654.c $(UNITFILES) | 
 | 158 | unit1654_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 159 |  | 
 | 160 | unit1655_SOURCES = unit1655.c $(UNITFILES) | 
 | 161 | unit1655_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 162 |  | 
 | 163 | unit1660_SOURCES = unit1660.c $(UNITFILES) | 
 | 164 | unit1660_CPPFLAGS = $(AM_CPPFLAGS) | 
 | 165 |  | 
 | 166 | unit1661_SOURCES = unit1661.c $(UNITFILES) | 
 | 167 | unit1661_CPPFLAGS = $(AM_CPPFLAGS) |