From: Jason Ish Date: Fri, 1 Dec 2023 21:04:19 +0000 (-0600) Subject: readme: example of requiring files to exist X-Git-Tag: suricata-6.0.16~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d920394b37bc0167bc58c340f24a577918382af2;p=thirdparty%2Fsuricata-verify.git readme: example of requiring files to exist --- diff --git a/README.md b/README.md index be5b2afa6..169f0128e 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ requires: # Restrict the test to builds with HAVE_LUA. - HAVE_LUA + # Require that one or more files exist in the Suricata source directory + files: + - src/detect-ipaddr.c + # Don't require a pcap file to be present. By default a test will be skipped # if there is no pcap file in the test directory. Not applicable if a # command is provided.