Skip to content

Simplify CMake test infrastructure

Lars Bilke requested to merge bilke/ogs:simplify-tests into master
  • Removed MeshTest(), is replaced by regular AddTest() with new TESTER vtkdiff-mesh
  • Added placeholder <PATH>, <SOURCE_PATH> and <BUILD_PATH> in AddTest() to simplify path setups
  • Removed unused wrappers memcheck and callgrind in AddTest()
  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
Edited by Lars Bilke

Merge request reports