$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [test] Set fixture for all tests
From: Florian Lindner (mailinglists_at_[hidden])
Date: 2017-11-27 14:02:06
Hello,
can I set a fixture for the entire test tree, so that it is called before and after each test case?
BOOST_FIXTURE_TEST_CASE does that for a test suite, but how can I apply it to all tests e.g. the master test suite?
Thanks,
Florian