diff options
author | Simon Josefsson <simon@josefsson.org> | 2012-03-13 23:47:28 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2012-03-13 23:47:28 +0100 |
commit | 4b1805a021aa9abe74ba775aaaff84fc21ea07e9 (patch) | |
tree | ef0d8c63b2060bb280716561fa044c3b2e3063bb /tests/Makefile.am | |
parent | e9e074f518658c46dcc45c9305c7ff4f8eade302 (diff) | |
download | libtasn1-4b1805a021aa9abe74ba775aaaff84fc21ea07e9.tar.gz libtasn1-4b1805a021aa9abe74ba775aaaff84fc21ea07e9.tar.bz2 libtasn1-4b1805a021aa9abe74ba775aaaff84fc21ea07e9.zip |
Add self-check.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 9abc66d..61c8737 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,10 +34,10 @@ dist_check_SCRIPTS += threadsafety MOSTLYCLEANFILES = Test_parser_ERROR.asn check_PROGRAMS = Test_parser Test_tree Test_encoding Test_indefinite \ - Test_errors Test_simple + Test_errors Test_simple Test_overflow TESTS = Test_parser Test_tree Test_encoding Test_indefinite \ - Test_errors Test_simple crlf threadsafety + Test_errors Test_simple Test_overflow crlf threadsafety TESTS_ENVIRONMENT = \ ASN1PARSER=$(srcdir)/Test_parser.asn \ |