xaptum / ecdaa

A C implementation of elliptic-curve-based Direct Anonymous Attestation (DAA) signatures. Created to support the Xaptum Edge Network Fabric, an IoT Network Solution.
https://www.xaptum.com
Apache License 2.0
45 stars 8 forks source link

CI: Decouple TPM simulator setup from xaptum-tpm repo #102

Closed drbild closed 6 years ago

drbild commented 6 years ago

Running the simulator here shouldn't require xaptum-tpm to be built locally or installed locally. That's a confusing coupling for anyone wanting to run the full CI test suite locally.

I think it'd be better to just copy the simulator installation and running scripts into this repo too.