diff options
Diffstat (limited to 'testing/yara/remove-test-rules.patch')
-rw-r--r-- | testing/yara/remove-test-rules.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/yara/remove-test-rules.patch b/testing/yara/remove-test-rules.patch new file mode 100644 index 0000000000..6d8444f451 --- /dev/null +++ b/testing/yara/remove-test-rules.patch @@ -0,0 +1,21 @@ +diff --git a/Makefile.am b/Makefile.am +index 062b77f..5bde105 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -33,8 +33,6 @@ test_arena_SOURCES = tests/test-arena.c + test_arena_LDADD = libyara/.libs/libyara.a + test_atoms_SOURCES = tests/test-atoms.c tests/util.c libyara/atoms.c + test_atoms_LDADD = libyara/.libs/libyara.a +-test_rules_SOURCES = tests/test-rules.c tests/util.c +-test_rules_LDADD = libyara/.libs/libyara.a + test_pe_SOURCES = tests/test-pe.c tests/util.c + test_pe_LDADD = libyara/.libs/libyara.a + test_elf_SOURCES = tests/test-elf.c tests/util.c +@@ -59,7 +57,6 @@ check_PROGRAMS = \ + test-alignment \ + test-atoms \ + test-api \ +- test-rules \ + test-pe \ + test-elf \ + test-version \ |