Skip to content

Commit

Permalink
Update unittests (#567)
Browse files Browse the repository at this point in the history
IB-7881

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma authored Nov 10, 2023
1 parent 72c5eb8 commit 14e2f1f
Show file tree
Hide file tree
Showing 5 changed files with 638 additions and 31 deletions.
8 changes: 8 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Libdigidocpp library [3.17.0](https://github.com/open-eid/libdigidocpp/releases/tag/v3.17.0) release notes
--------------------------------------
- Update libraries and platform support (#549, #554, #558, #553)
- Improve signature and container compatibility (#543, #545, #559, #561, #552)
- Other fixes and optimizations (#542, #550, #557, #544, #551, #555)

[Full Changelog](https://github.com/open-eid/libdigidocpp/compare/v3.16.0...v3.17.0)

Libdigidocpp library [3.16.0](https://github.com/open-eid/libdigidocpp/releases/tag/v3.16.0) release notes
--------------------------------------
- Update libraries and platform support (#530, #477, #534, #535)
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ foreach($platform in @("x86", "x64")) {
"-DXSD_ROOT=$xsd" `
"-DSIGNCERT=$sign" `
"-DCROSSSIGNCERT=$crosssign" `
$cmakeext "&&" $cmake --build $buildpath --target check install
$cmakeext "&&" $cmake --build $buildpath --target check "&&" $cmake --build $buildpath --target install
}
}

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Depends:
${misc:Depends},
${shlibs:Depends}
Recommends:
opensc
opensc-pkcs11
Conflicts:
libdigidoc2 (<<3.0)
Description: DigiDoc digital signature library
Expand Down
2 changes: 1 addition & 1 deletion examples/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.1.1'
classpath 'com.android.tools.build:gradle:8.1.2'
}
}

Expand Down
Loading

0 comments on commit 14e2f1f

Please sign in to comment.