Skip to content

Commit

Permalink
Deduplicate.
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Josefsson <simon@josefsson.org>
  • Loading branch information
jas4711 committed Aug 23, 2022
1 parent 51e04e5 commit 513bb42
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,17 @@ TEST_EXTENSIONS = .sh

MOSTLYCLEANFILES = Test_parser_ERROR.asn CVE-2018-1000654-1_asn1_tab.h CVE-2018-1000654-2_asn1_tab.h

check_PROGRAMS = Test_parser Test_tree Test_encoding Test_indefinite \
Test_errors Test_simple Test_overflow Test_strings Test_choice \
Test_encdec copynode coding-decoding2 strict-der Test_choice_ocsp \
ocsp-basic-response octet-string coding-long-oid object-id-decoding \
spc_pe_image_data setof CVE-2018-1000654 reproducers object-id-encoding
ctests = Test_parser Test_tree Test_encoding Test_indefinite \
Test_errors Test_simple Test_overflow Test_strings \
Test_choice Test_encdec copynode coding-decoding2 strict-der \
Test_choice_ocsp ocsp-basic-response octet-string \
coding-long-oid object-id-decoding spc_pe_image_data setof \
CVE-2018-1000654 reproducers object-id-encoding

TESTS = Test_parser Test_tree Test_encoding Test_indefinite \
Test_errors Test_simple Test_overflow crlf.sh threadsafety.sh \
Test_strings Test_choice Test_encdec copynode coding-decoding2 \
strict-der Test_choice_ocsp decoding.sh decoding-invalid-x509.sh \
ocsp-basic-response octet-string coding-long-oid object-id-decoding \
spc_pe_image_data decoding-invalid-pkcs7.sh coding.sh setof \
CVE-2018-1000654 parser.sh reproducers object-id-encoding
check_PROGRAMS = $(ctests)
TESTS = $(ctests) crlf.sh threadsafety.sh decoding.sh \
decoding-invalid-x509.sh decoding-invalid-pkcs7.sh coding.sh \
parser.sh

CVE-2018-1000654-1_asn1_tab.h: $(srcdir)/CVE-2018-1000654-1.asn
$(top_builddir)/src/asn1Parser$(EXEEXT) $^ -o $@
Expand Down

0 comments on commit 513bb42

Please sign in to comment.