From: Philippe Antoine Date: Wed, 27 Nov 2024 13:44:34 +0000 (+0100) Subject: transforms: remove dependency on C files X-Git-Tag: suricata-7.0.8~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2156%2Fhead;p=thirdparty%2Fsuricata-verify.git transforms: remove dependency on C files As most transforms have been moved to rust in suricata master --- diff --git a/tests/detect-dotprefix-01/test.yaml b/tests/detect-dotprefix-01/test.yaml index 7ec42b3dd..cc03e1bd1 100644 --- a/tests/detect-dotprefix-01/test.yaml +++ b/tests/detect-dotprefix-01/test.yaml @@ -1,9 +1,3 @@ -requires: - features: - - HAVE_LIBJANSSON - files: - - src/detect-transform-dotprefix.c - checks: - filter: count: 1 diff --git a/tests/detect-dotprefix-02/test.yaml b/tests/detect-dotprefix-02/test.yaml index 287c98e29..363f6197c 100644 --- a/tests/detect-dotprefix-02/test.yaml +++ b/tests/detect-dotprefix-02/test.yaml @@ -1,9 +1,3 @@ -requires: - features: - - HAVE_LIBJANSSON - files: - - src/detect-transform-dotprefix.c - checks: - filter: count: 1 diff --git a/tests/detect-dotprefix-03/test.yaml b/tests/detect-dotprefix-03/test.yaml index c6fbaf0e7..386a8d42d 100644 --- a/tests/detect-dotprefix-03/test.yaml +++ b/tests/detect-dotprefix-03/test.yaml @@ -1,9 +1,3 @@ -requires: - features: - - HAVE_LIBJANSSON - files: - - src/detect-transform-dotprefix.c - checks: - filter: count: 0 diff --git a/tests/detect-to_lowercase-01/test.yaml b/tests/detect-to_lowercase-01/test.yaml index 91327feee..ea166720f 100644 --- a/tests/detect-to_lowercase-01/test.yaml +++ b/tests/detect-to_lowercase-01/test.yaml @@ -2,8 +2,6 @@ pcap: ../bug-3616-ips/input.pcap requires: pcap: false - files: - - src/detect-transform-casechange.c exit-code: 0 diff --git a/tests/detect-to_lowercase-02/test.yaml b/tests/detect-to_lowercase-02/test.yaml index f2f8ba2ea..5617a5f71 100644 --- a/tests/detect-to_lowercase-02/test.yaml +++ b/tests/detect-to_lowercase-02/test.yaml @@ -2,8 +2,6 @@ pcap: ../bug-3616-ips/input.pcap requires: pcap: false - files: - - src/detect-transform-casechange.c exit-code: 1 diff --git a/tests/detect-to_uppercase-01/test.yaml b/tests/detect-to_uppercase-01/test.yaml index 91327feee..ea166720f 100644 --- a/tests/detect-to_uppercase-01/test.yaml +++ b/tests/detect-to_uppercase-01/test.yaml @@ -2,8 +2,6 @@ pcap: ../bug-3616-ips/input.pcap requires: pcap: false - files: - - src/detect-transform-casechange.c exit-code: 0 diff --git a/tests/detect-to_uppercase-02/test.yaml b/tests/detect-to_uppercase-02/test.yaml index f2f8ba2ea..5617a5f71 100644 --- a/tests/detect-to_uppercase-02/test.yaml +++ b/tests/detect-to_uppercase-02/test.yaml @@ -2,8 +2,6 @@ pcap: ../bug-3616-ips/input.pcap requires: pcap: false - files: - - src/detect-transform-casechange.c exit-code: 1