Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 516 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 516 Bytes

libcr-test

This is the testing and benchmark tool for libcr.

License

libcr-test is released under the GNU Affero General Public License, version 3 or newer (AGPLv3+).

Installing

You need to have CMake installed. Simply clone the repository, and execute:

cmake .

You can also pass -DRELEASE=ON or -DRELEASE=OFF to build for release (or debug, respectively). Pass -DCOMPACT_IP=ON (or OFF) to control the compact instruction pointer feature.