Mentions légales du service

Skip to content

Unit Tests -- For #5

SIMONIN Matthieu requested to merge msimonin/2018-vsg:for-5 into master

Until #5 is fixed we'll need to provide process isolation for our tests. So we launch them individually on separated processes explicitly.

Tests structure have been changed to use catch2. I also changed the file structure:

  • tests.cpp: main test logic (catch2 main)
  • scenario.hpp/cpp: scenario file (contains the scenario runner and the list of scenario to run).

Merge request reports