diff options
Diffstat (limited to 'src/lc-compliance/tests.h')
-rw-r--r-- | src/lc-compliance/tests.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/lc-compliance/tests.h b/src/lc-compliance/tests.h deleted file mode 100644 index 39660521..00000000 --- a/src/lc-compliance/tests.h +++ /dev/null @@ -1,16 +0,0 @@ -/* 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__ */ |