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

UNITFILES = curlcheck.h

# These are all unit test programs
noinst_PROGRAMS = unit1300

unit1300_SOURCES = unit1300.c $(UNITFILES)