mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
35e1d6538a
This is the first approach at doing fairly clean and easy to write and debug unit tests.
9 lines
189 B
Makefile
9 lines
189 B
Makefile
# 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)
|