diff options
author | Jack Lloyd <[email protected]> | 2019-07-04 06:50:26 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-07-04 06:50:26 -0400 |
commit | c20397ec8cbd5fc66951cc4a7b598c61293cf5d9 (patch) | |
tree | 1ba654e064b7d843062cf2e47b1445dffdf1437f /doc | |
parent | 02aee1fb53dae4439c14f113b2963711890cbde0 (diff) |
Check off a todo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dev_ref/todo.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev_ref/todo.rst b/doc/dev_ref/todo.rst index ede20b17d..174be056e 100644 --- a/doc/dev_ref/todo.rst +++ b/doc/dev_ref/todo.rst @@ -177,10 +177,10 @@ Build/Test * Code signing for Windows installers * Test runner python script that captures backtraces and other debug info during CI -* Build for Android in CI * Support hardcoding all test vectors into the botan-test binary so it can run as a standalone item (copied to a device, etc) * Run iOS binary under simulator in CI +* Run Android binary under simulator in CI * Run the TPM tests against an emulator (https://github.com/PeterHuewe/tpm-emulator) * Add clang-tidy, clang-analyzer, cppcheck to CI |