gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 374/411: runtests: make 'c-ares' a "feature" to depend on


From: gnunet
Subject: [gnurl] 374/411: runtests: make 'c-ares' a "feature" to depend on
Date: Wed, 13 Jan 2021 01:23:09 +0100

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit 082422b189851f5cf8a1132dde8e62a7e9f2baad
Author: Daniel Stenberg <daniel@haxx.se>
AuthorDate: Thu Nov 26 17:24:24 2020 +0100

    runtests: make 'c-ares' a "feature" to depend on
    
    ... also added to the docs.
---
 tests/FILEFORMAT.md | 1 +
 tests/runtests.pl   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md
index d0a6d3b21..ce4459a29 100644
--- a/tests/FILEFORMAT.md
+++ b/tests/FILEFORMAT.md
@@ -333,6 +333,7 @@ SKIPPED.
 Features testable here are:
 
 - `alt-svc`
+- `c-ares`
 - `cookies`
 - `crypto`
 - `debug`
diff --git a/tests/runtests.pl b/tests/runtests.pl
index fe48ee648..ac889a505 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2762,6 +2762,7 @@ sub compare {
 }
 
 sub setupfeatures {
+    $feature{"c-ares"} = $has_cares;
     $feature{"alt-svc"} = $has_altsvc;
     $feature{"HSTS"} = $has_hsts;
     $feature{"brotli"} = $has_brotli;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]