Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
099b3ce8
Commit
099b3ce8
authored
Apr 29, 2019
by
Hubert Chathi
Browse files
also add SAS to the tests cmake
parent
327d6ac0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/CMakeLists.txt
View file @
099b3ce8
...
...
@@ -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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment