mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-19 07:31:35 +01:00
22 lines
706 B
Diff
22 lines
706 B
Diff
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 \
|