eyalroz / cuda-kat

CUDA kernel author's tools
BSD 3-Clause "New" or "Revised" License
105 stars 8 forks source link

Add testing instrumentation #2

Closed eyalroz closed 5 years ago

eyalroz commented 5 years ago

While this code originates in other repositories, which do have some unit and other testing - that can't be migrated here. We should have tests for all functionality in this repository, and a proper testing framework/library for them.

I'm thinking of doctest but my mind is not fully made up yet.