This repository was archived by the owner on Jan 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff 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
2523NULL =
@@ -50,15 +48,13 @@ distclean-local:
5048TESTS = \
5149 check_core \
5250 check_database \
53- check_jira_plugin \
5451 check_hashmap \
5552 check_packaging \
5653 check_template
5754
5855check_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-
10286check_hashmap_SOURCES = \
10387 tests/check-hashmap.c
10488
You can’t perform that action at this time.
0 commit comments