commit | 36178ffb8704011db70bd6df232b1e8513bda785 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Thu May 29 14:26:03 2014 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Tue Jun 10 15:38:43 2014 +0200 |
tree | a62ae1a6b43d67305c6b8e20acf60aefd601b656 | |
parent | 1ebc0c592c835e32d51a2fab731342edd8257432 [diff] [blame] |
Add tests for asn1_write_octet_string()
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index d75752c..bc40eb1 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -40,6 +40,7 @@ add_test_suite(aes aes.cfb) add_test_suite(aes aes.rest) add_test_suite(arc4) +add_test_suite(asn1write) add_test_suite(base64) add_test_suite(blowfish) add_test_suite(camellia)