ChrisCummins / visioncpp

Performance-portable GPU machine vision algorithms for Python
http://chriscummins.cc/visioncpp/
Other
2 stars 0 forks source link

Test coverage #19

Closed ChrisCummins closed 8 years ago

ChrisCummins commented 8 years ago

There are limits to this:

  1. clang-format is either present or not, we can't test both paths without running the suite twice (not worth it).
  2. The ComputeCpp backend can't be tested by Tavis since it depends on being able to download ComputeCpp without going through a registration form.