curl/tests/unit/Makefile.inc

10 lines
241 B
PHP
Raw Normal View History

# these files are used in every single unit test program
UNITFILES = curlcheck.h
# These are all unit test programs
2011-01-04 10:13:58 -05:00
noinst_PROGRAMS = unit1300 unit1301
unit1300_SOURCES = unit1300.c $(UNITFILES)
2011-01-04 10:13:58 -05:00
unit1301_SOURCES = unit1301.c $(UNITFILES)