diff options
Diffstat (limited to 'src/lc-compliance/tests.h')
-rw-r--r-- | src/lc-compliance/tests.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/lc-compliance/tests.h b/src/lc-compliance/tests.h new file mode 100644 index 00000000..39660521 --- /dev/null +++ b/src/lc-compliance/tests.h @@ -0,0 +1,16 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright (C) 2020, Google Inc. + * + * tests.h - Test modules + */ +#ifndef __LC_COMPLIANCE_TESTS_H__ +#define __LC_COMPLIANCE_TESTS_H__ + +#include <libcamera/libcamera.h> + +#include "results.h" + +Results testSingleStream(std::shared_ptr<libcamera::Camera> camera); + +#endif /* __LC_COMPLIANCE_TESTS_H__ */ |