aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/Makefile.inc
blob: e5627904947f916f5ef939b47f032452a4c38039 (plain)
1
2
3
4
5
6
7
8
9
10
# these files are used in every single unit test program

UNITFILES = curlcheck.h

# These are all unit test programs
noinst_PROGRAMS = unit1300 unit1301 unit1302

unit1300_SOURCES = unit1300.c $(UNITFILES)
unit1301_SOURCES = unit1301.c $(UNITFILES)
unit1302_SOURCES = unit1302.c $(UNITFILES)