KStocky / ShaderTestFramework

An automation testing framework for testing shader code
MIT License
20 stars 1 forks source link

Investigate supporting other testing frameworks #37

Open KStocky opened 5 months ago

KStocky commented 5 months ago

Is your feature request related to a problem? Please describe. Currently the framework is written to support Catch2. However, supporting other testing frameworks could be desirable e.g.

  1. GTest
  2. DocTest
  3. BoostTest

Describe the solution you'd like Creating test projects that make use of these 3 testing frameworks and providing any additional features that are required to support them is what needs to be done for this feature.