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
|
2011-06-10 06:03:29 -04:00
|
|
|
UNITPROGS = unit1300 unit1301 unit1302 unit1303 unit1304 unit1305 unit1307 \
|
2013-06-15 17:47:02 -04:00
|
|
|
unit1308 unit1309 unit1330 unit1394 unit1395 unit1396
|
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)
|
|
|
|
|
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)
|