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:
- https://git.astron.nl/RD/EveryBeam/-/blob/master/cpp/test/taocommon.cc
- https://git.astron.nl/RD/EveryBeam/-/blob/master/cpp/test/tpybind11.cc
- https://git.astron.nl/RD/EveryBeam/-/blob/master/cpp/test/teigen.cc
as they only check some includes.
Edited by Jakob Maljaars