nsubtil / lift

A collection of parallel programming primitives for CPUs and GPUs
Other
12 stars 3 forks source link

test: Add command-line parser to test harness #73

Closed nsubtil closed 8 years ago

nsubtil commented 8 years ago

Adds a getopt-based command line parser to the test harness runtime environment, along with a few basic options to control the harness via runtime parameters.

Work on #36