summaryrefslogtreecommitdiff
path: root/test/init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/init.cpp')
-rw-r--r--test/init.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/init.cpp b/test/init.cpp
new file mode 100644
index 00000000..182728d3
--- /dev/null
+++ b/test/init.cpp
@@ -0,0 +1,9 @@
+#include <libcamera.h>
+
+int main(void)
+{
+ libcamera l = libcamera();
+ l.init_lib();
+
+ return 0;
+}