digital-voting-pass / polling-station-app

Voting station app to redeem the suffrage on the blockchain using a machine readable travel document.
GNU Lesser General Public License v3.0
40 stars 17 forks source link

MultiChain Tests #56

Open klikooo opened 7 years ago

klikooo commented 7 years ago

Probably going to use Catch: https://github.com/philsquared/Catch/blob/master/docs/tutorial.md. It looks easy and is simple to implement.

Compile with: g++ -I../ test1.cpp -lcryptopp -lboost_system ../utils/allocators.h ../utils/allocators.cpp -lboost_thread -lboost_filesystem -lboost_system -lssl -lcrypto

klikooo commented 7 years ago

Compiling a test proves to be very hard, since there a lot of dependencies. Compiling all static libraries with a test does, unfortunately, not work

klikooo commented 7 years ago

See digital-voting-pass/digital-voting-pass-multichain#3