/* SPDX-License-Identifier: GPL-2.0-or-later *//* * Copyright (C) 2020, Sebastian Fricke * * bayer_format.cpp - BayerFormat class tests */#include <iostream>#include <libcamera/transform.h>#include"libcamera/internal/bayer_format.h"#include"test.h"using namespace std;using namespace libcamera;class BayerFormatTest :public Test
{protected:intrun(){/* An empty Bayer format has to be invalid. */
BayerFormat bayerFmt;