diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-29 11:47:55 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-29 11:47:55 -0400 |
commit | 099b3ce82a065bae82e0bbd382c9ceabc819d1b7 (patch) | |
tree | 7f6610a06b8c5eb19fac102c52fff9d09451a7c3 /tests | |
parent | 327d6ac0eb788429dcbb0b012037ea30020a14fe (diff) |
also add SAS to the tests cmake
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 12aaac4..65cd486 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -15,6 +15,7 @@ foreach(test IN ITEMS test_ratchet test_session test_pk + test_sas ) add_executable(${test} ${test}.cpp) target_include_directories(${test} PRIVATE include) @@ -35,3 +36,4 @@ add_test(OlmUsingMalloc test_olm_using_malloc) add_test(Ratchet test_ratchet) add_test(Session test_session) add_test(PublicKey test_session) +add_test(SAS test_sas) |