dcdpr / btcr-DID-method

BTCR is the reference Decentralized Identifier (DID) method for the Bitcoin blockchain
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

mostly cmake changes #15

Closed danpape closed 6 years ago

danpape commented 6 years ago

Moved some code around and updated many of the CMakeLists.txt files to conform to "modern" cmake usage.

Also added some simple, but important to have, integration tests in the new 'integration' directory.

If you build the whole project, then 'make test' from the top level will run all the unit tests (with gtest) and the integration tests (with ctest) at the same time.