mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
10 lines
241 B
Makefile
10 lines
241 B
Makefile
# 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)
|