Implement a test framework and create individual module tests.

Issue #1 new
Grzegorz Kowal created an issue

Add an option, could be a command line flag, which turn on the testing mode. In this testing mode the code runs tests for individual modules and verifies the correctness of their execution. For example, testing the block or mesh creation/refinement, the interpolation subroutines or Riemann solvers.

Such tests could be run in pipelines to detect possible problems in new changes and perform coverage analysis.

Comments (3)

  1. Log in to comment