Return to Makefile.inc CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / unit |
1.1 ! misho 1: #*************************************************************************** ! 2: # _ _ ____ _ ! 3: # Project ___| | | | _ \| | ! 4: # / __| | | | |_) | | ! 5: # | (__| |_| | _ <| |___ ! 6: # \___|\___/|_| \_\_____| ! 7: # ! 8: # Copyright (C) 1998 - 2020, 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.haxx.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: ########################################################################### ! 22: ! 23: # these files are used in every single unit test program ! 24: ! 25: UNITFILES = curlcheck.h \ ! 26: ../libtest/test.h \ ! 27: ../libtest/first.c ! 28: ! 29: # These are all unit test programs ! 30: UNITPROGS = unit1300 unit1301 unit1302 unit1303 unit1304 unit1305 unit1307 \ ! 31: unit1308 unit1309 unit1323 \ ! 32: unit1330 unit1394 unit1395 unit1396 unit1397 unit1398 \ ! 33: unit1399 \ ! 34: unit1600 unit1601 unit1602 unit1603 unit1604 unit1605 unit1606 unit1607 \ ! 35: unit1608 unit1609 unit1610 unit1611 unit1612 \ ! 36: unit1620 unit1621 \ ! 37: unit1650 unit1651 unit1652 unit1653 unit1654 unit1655 ! 38: ! 39: unit1300_SOURCES = unit1300.c $(UNITFILES) ! 40: unit1300_CPPFLAGS = $(AM_CPPFLAGS) ! 41: ! 42: unit1301_SOURCES = unit1301.c $(UNITFILES) ! 43: unit1301_CPPFLAGS = $(AM_CPPFLAGS) ! 44: ! 45: unit1302_SOURCES = unit1302.c $(UNITFILES) ! 46: unit1302_CPPFLAGS = $(AM_CPPFLAGS) ! 47: ! 48: unit1303_SOURCES = unit1303.c $(UNITFILES) ! 49: unit1303_CPPFLAGS = $(AM_CPPFLAGS) ! 50: ! 51: unit1304_SOURCES = unit1304.c $(UNITFILES) ! 52: unit1304_CPPFLAGS = $(AM_CPPFLAGS) ! 53: ! 54: unit1305_SOURCES = unit1305.c $(UNITFILES) ! 55: unit1305_CPPFLAGS = $(AM_CPPFLAGS) ! 56: ! 57: unit1307_SOURCES = unit1307.c $(UNITFILES) ! 58: unit1307_CPPFLAGS = $(AM_CPPFLAGS) ! 59: ! 60: unit1308_SOURCES = unit1308.c $(UNITFILES) ! 61: unit1308_CPPFLAGS = $(AM_CPPFLAGS) ! 62: ! 63: unit1309_SOURCES = unit1309.c $(UNITFILES) ! 64: unit1309_CPPFLAGS = $(AM_CPPFLAGS) ! 65: ! 66: unit1323_SOURCES = unit1323.c $(UNITFILES) ! 67: unit1323_CPPFLAGS = $(AM_CPPFLAGS) ! 68: ! 69: unit1330_SOURCES = unit1330.c $(UNITFILES) ! 70: unit1330_CPPFLAGS = $(AM_CPPFLAGS) ! 71: ! 72: unit1394_SOURCES = unit1394.c $(UNITFILES) ! 73: unit1394_CPPFLAGS = $(AM_CPPFLAGS) $(LIBMETALINK_CPPFLAGS) ! 74: unit1394_LDADD = @LIBMETALINK_LIBS@ $(top_builddir)/lib/libcurl.la @LIBCURL_LIBS@ ! 75: unit1394_LDFLAGS = @LIBMETALINK_LDFLAGS@ $(top_builddir)/src/libcurltool.la ! 76: unit1394_LIBS = ! 77: ! 78: unit1395_SOURCES = unit1395.c $(UNITFILES) ! 79: unit1395_CPPFLAGS = $(AM_CPPFLAGS) ! 80: ! 81: unit1396_SOURCES = unit1396.c $(UNITFILES) ! 82: unit1396_CPPFLAGS = $(AM_CPPFLAGS) ! 83: ! 84: unit1397_SOURCES = unit1397.c $(UNITFILES) ! 85: unit1397_CPPFLAGS = $(AM_CPPFLAGS) ! 86: ! 87: unit1398_SOURCES = unit1398.c $(UNITFILES) ! 88: unit1398_CPPFLAGS = $(AM_CPPFLAGS) ! 89: ! 90: unit1399_SOURCES = unit1399.c $(UNITFILES) ! 91: unit1399_CPPFLAGS = $(AM_CPPFLAGS) ! 92: ! 93: unit1600_SOURCES = unit1600.c $(UNITFILES) ! 94: unit1600_CPPFLAGS = $(AM_CPPFLAGS) ! 95: ! 96: unit1601_SOURCES = unit1601.c $(UNITFILES) ! 97: unit1601_CPPFLAGS = $(AM_CPPFLAGS) ! 98: ! 99: unit1602_SOURCES = unit1602.c $(UNITFILES) ! 100: unit1602_CPPFLAGS = $(AM_CPPFLAGS) ! 101: ! 102: unit1603_SOURCES = unit1603.c $(UNITFILES) ! 103: unit1603_CPPFLAGS = $(AM_CPPFLAGS) ! 104: ! 105: unit1604_SOURCES = unit1604.c $(UNITFILES) ! 106: unit1604_CPPFLAGS = $(AM_CPPFLAGS) $(LIBMETALINK_CPPFLAGS) ! 107: ! 108: unit1605_SOURCES = unit1605.c $(UNITFILES) ! 109: unit1605_CPPFLAGS = $(AM_CPPFLAGS) ! 110: ! 111: unit1606_SOURCES = unit1606.c $(UNITFILES) ! 112: unit1606_CPPFLAGS = $(AM_CPPFLAGS) ! 113: ! 114: unit1607_SOURCES = unit1607.c $(UNITFILES) ! 115: unit1607_CPPFLAGS = $(AM_CPPFLAGS) ! 116: ! 117: unit1608_SOURCES = unit1608.c $(UNITFILES) ! 118: unit1608_CPPFLAGS = $(AM_CPPFLAGS) ! 119: ! 120: unit1609_SOURCES = unit1609.c $(UNITFILES) ! 121: unit1609_CPPFLAGS = $(AM_CPPFLAGS) ! 122: ! 123: unit1610_SOURCES = unit1610.c $(UNITFILES) ! 124: unit1610_CPPFLAGS = $(AM_CPPFLAGS) ! 125: ! 126: unit1611_SOURCES = unit1611.c $(UNITFILES) ! 127: unit1611_CPPFLAGS = $(AM_CPPFLAGS) ! 128: ! 129: unit1612_SOURCES = unit1612.c $(UNITFILES) ! 130: unit1612_CPPFLAGS = $(AM_CPPFLAGS) ! 131: ! 132: unit1620_SOURCES = unit1620.c $(UNITFILES) ! 133: unit1620_CPPFLAGS = $(AM_CPPFLAGS) ! 134: ! 135: unit1621_SOURCES = unit1621.c $(UNITFILES) ! 136: unit1621_CPPFLAGS = $(AM_CPPFLAGS) ! 137: unit1621_LDADD = $(top_builddir)/src/libcurltool.la $(top_builddir)/lib/libcurl.la ! 138: ! 139: unit1650_SOURCES = unit1650.c $(UNITFILES) ! 140: unit1650_CPPFLAGS = $(AM_CPPFLAGS) ! 141: ! 142: unit1651_SOURCES = unit1651.c $(UNITFILES) ! 143: unit1651_CPPFLAGS = $(AM_CPPFLAGS) ! 144: ! 145: unit1652_SOURCES = unit1652.c $(UNITFILES) ! 146: unit1652_CPPFLAGS = $(AM_CPPFLAGS) ! 147: ! 148: unit1653_SOURCES = unit1653.c $(UNITFILES) ! 149: unit1653_CPPFLAGS = $(AM_CPPFLAGS) ! 150: ! 151: unit1654_SOURCES = unit1654.c $(UNITFILES) ! 152: unit1654_CPPFLAGS = $(AM_CPPFLAGS) ! 153: ! 154: unit1655_SOURCES = unit1655.c $(UNITFILES) ! 155: unit1655_CPPFLAGS = $(AM_CPPFLAGS) ! 156: