1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/unit/Makefile.inc

9 lines
189 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
noinst_PROGRAMS = unit1300
unit1300_SOURCES = unit1300.c $(UNITFILES)