Skip to content

Use BOOST_AUTO_TEST_SUITE

The tload_lofar test is growing more and more, and potentially other tests will follow shortly. In order to avoid cluttered test files, we should start using BOOST_AUTO_TEST_SUITE. This gives a much nicer lay-out of the test files. See DP3 unittests as an example.

Files in https://git.astron.nl/RD/EveryBeam/-/tree/master/cpp/test need restructuring. Following files can be removed:

as they only check some includes.

Edited by Jakob Maljaars