Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Unit testing

SanthoshMcw edited this page May 30, 2017 · 1 revision

a) Automated testing:

cd ~/hcRNG/

./build.sh --test=on

b) Manual testing:

(i) Google testing (GTEST) with Functionality check

cd ~/hcRNG/build/test/unit/bin/

All functions are tested against google test.

Clone this wiki locally