This is a core of Trusted Vote system. It contains libtrustedvote, which is the core of Trusted Vote, daemon and CLI for daemon.
- C++17 toolchain.
- GNU Autotools.
- GNU Automake.
- GNU Libtool.
- Boost 1.67
./autogen.sh
./configure
make
To run all unit tests, do:
make check
To run a specific unit test for libtrustedvote, do:
./src/libtrustedvote/libtrustedvote-test --run_test=SUITENAME/CASENAME