Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit a05c4a2

Browse files
author
Ikey Doherty
committed
Disable broke JIRA test suite for now (more on this later)
Signed-off-by: Ikey Doherty <[email protected]>
1 parent f094451 commit a05c4a2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Makefile.am

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ EXTRA_DIST = ${top_srcdir}/README.md \
1818
${top_srcdir}/tests/dummy_data/eopkg/files/security/cve-2013-4459.nopatch \
1919
${top_srcdir}/tests/dummy_data/pkgbuild/PKGBUILD \
2020
${top_srcdir}/tests/dummy_data/pkgbuild/cve-2014-5461.patch \
21-
${top_srcdir}/tests/dummy_data/plugins/jira/jira_test_issues.json \
22-
${top_srcdir}/tests/dummy_data/plugins/jira/cve-check-tool.conf \
2321
${top_srcdir}/test-init.sh
2422

2523
NULL =
@@ -50,15 +48,13 @@ distclean-local:
5048
TESTS = \
5149
check_core \
5250
check_database \
53-
check_jira_plugin \
5451
check_hashmap \
5552
check_packaging \
5653
check_template
5754

5855
check_PROGRAMS = \
5956
check_core \
6057
check_database \
61-
check_jira_plugin \
6258
check_hashmap \
6359
check_packaging \
6460
check_template
@@ -87,18 +83,6 @@ check_database_LDADD = \
8783
$(CVE_CHECK_TOOL_LIBS) \
8884
$(CHECK_LIBS)
8985

90-
check_jira_plugin_SOURCES = \
91-
tests/check-jira-plugin.c
92-
93-
check_jira_plugin_CFLAGS = \
94-
$(CVE_CHECK_TOOL_CFLAGS) \
95-
$(AM_CFLAGS) \
96-
$(CHECK_CFLAGS)
97-
98-
check_jira_plugin_LDADD = \
99-
$(CVE_CHECK_TOOL_LIBS) \
100-
$(CHECK_LIBS)
101-
10286
check_hashmap_SOURCES = \
10387
tests/check-hashmap.c
10488

0 commit comments

Comments
 (0)