- Updateto 3.2.10
- This release includes no change since 3.2.9, but is created to
be able to publish again the Android library on MavenCentral.
- Changes from 3.2.9
- Switch C++ tests to use doctest.
- Switch JavaScript tests to use jasmine instead of deprecated
jasmine-node.
- Add session describe function to Python binding.
- Rebase cmake-enable-testing-builddir.patch.
- Skip Python2.
- Run spec-cleaner.
OBS-URL: https://build.opensuse.org/request/show/949977
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/olm?expand=0&rev=19
23 lines
598 B
Diff
23 lines
598 B
Diff
Index: olm-3.2.10/CMakeLists.txt
|
|
===================================================================
|
|
--- olm-3.2.10.orig/CMakeLists.txt
|
|
+++ olm-3.2.10/CMakeLists.txt
|
|
@@ -138,5 +138,6 @@ export(EXPORT olm-targets
|
|
export(PACKAGE Olm)
|
|
|
|
if (OLM_TESTS)
|
|
- add_subdirectory(tests)
|
|
+ enable_testing()
|
|
+ add_subdirectory(tests)
|
|
endif()
|
|
Index: olm-3.2.10/tests/CMakeLists.txt
|
|
===================================================================
|
|
--- olm-3.2.10.orig/tests/CMakeLists.txt
|
|
+++ olm-3.2.10/tests/CMakeLists.txt
|
|
@@ -1,5 +1,3 @@
|
|
-enable_testing()
|
|
-
|
|
set(TEST_LIST
|
|
base64
|
|
crypto
|