aboutsummaryrefslogtreecommitdiffstats
path: root/testing/yara/remove-test-rules.patch
blob: 6d8444f451ddbc307f7878d70bdd3b292e48b670 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 \