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