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

Unit Testing

suchitha92 edited this page Jun 20, 2017 · 1 revision

Testing HcSPARSE

a) Automated testing:

cd ~/HcSPARSE/

./build.sh --test=on

b) Manual testing:

cd ~/HcSPARSE/build/test/unit_test/bin/

Run the binary and provide the input matrix file if needed. The sample matrix file will be available under the directory ~/HcSPARSE/test/unit_test/src/input.mtx

For Example:

To test the csrmv function:

./csrmv_double ~/HcSPARSE/test/unit_test/src/input.mtx

Clone this wiki locally