Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 555 Bytes

File metadata and controls

34 lines (24 loc) · 555 Bytes

PIP-algorithms

Parallel In-Place Algorithms

Run The Tests

To build the project and run all the tests, simply type

make test

Or type the following commands to run a single test case separately

make test_scan
make test_filter
make test_listRanking
make test_listRanking3
...

The full available list can be found by

make list

To cleanup the intermediate files, use the command

make clean

To adjust the input arguments for each test, please modify the corresponding files in the test/ directory.