commit | 274024f3d55c6c8c288c83e63ff3235cbcb5a859 | [log] [tgz] |
---|---|---|
author | Jack Lloyd <jack.lloyd@fortanix.com> | Thu Apr 04 07:59:33 2019 -0700 |
committer | Jack Lloyd <jack.lloyd@fortanix.com> | Thu Apr 04 07:59:41 2019 -0700 |
tree | 047582103d710d0d640c03b89ee9e99228e2d2af | |
parent | 5f28999433f496aa70493c45045cf4a47beff067 [diff] |
Fix a rebase error
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index c0a0c84..06b8997 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -131,6 +131,11 @@ add_test_suite(rsa) add_test_suite(xtea) endif() +add_test_suite(debug) +add_test_suite(ssl) +add_test_suite(version) +add_test_suite(x509parse) +add_test_suite(x509write) # Make scripts and data files needed for testing available in an # out-of-source build.