summaryrefslogtreecommitdiff
path: root/test/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/init.cpp')
-rw-r--r--test/init.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/test/init.cpp b/test/init.cpp
deleted file mode 100644
index 4ade4e76..00000000
--- a/test/init.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-/*
- * Copyright (C) 2018, Google Inc.
- *
- * init.cpp - libcamera initialization test
- */
-
-#include <libcamera/libcamera.h>
-
-int main(void)
-{
- libcamera::libcamera l = libcamera::libcamera();
- l.init_lib();
-
- return 0;
-}