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

UNITFILES = curlcheck.h

# These are all unit test programs
noinst_PROGRAMS = unit1300 unit1301

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