mirror of
https://github.com/curl/curl.git
synced 2026-07-30 03:38:03 +03:00
tests/unit/README: convert to markdown
... and add to dist! Closes #6028
This commit is contained in:
parent
422f610b40
commit
8aeb82eeca
2 changed files with 19 additions and 27 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# | (__| |_| | _ <| |___
|
||||
# \___|\___/|_| \_\_____|
|
||||
#
|
||||
# Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# This software is licensed as described in the file COPYING, which
|
||||
# you should have received as part of this distribution. The terms
|
||||
|
|
@ -48,7 +48,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include \
|
|||
-I$(top_srcdir)/tests/libtest
|
||||
endif
|
||||
|
||||
EXTRA_DIST = Makefile.inc CMakeLists.txt
|
||||
EXTRA_DIST = Makefile.inc CMakeLists.txt README.md
|
||||
|
||||
CFLAGS += @CURL_CFLAG_EXTRAS@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue