diff options
Diffstat (limited to 'tests/unit/Makefile.inc')
-rw-r--r-- | tests/unit/Makefile.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/unit/Makefile.inc b/tests/unit/Makefile.inc new file mode 100644 index 000000000..07d13188b --- /dev/null +++ b/tests/unit/Makefile.inc @@ -0,0 +1,8 @@ +# 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) |