summaryrefslogtreecommitdiff
path: root/subprojects/boost-sqlite/test/main_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/boost-sqlite/test/main_test.cpp')
-rw-r--r--subprojects/boost-sqlite/test/main_test.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/subprojects/boost-sqlite/test/main_test.cpp b/subprojects/boost-sqlite/test/main_test.cpp
new file mode 100644
index 0000000..23c2f70
--- /dev/null
+++ b/subprojects/boost-sqlite/test/main_test.cpp
@@ -0,0 +1,9 @@
+// Copyright (c) 2021 Klemens D. Morgenstern
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+#define BOOST_TEST_MODULE sqlite_test
+#include <boost/test/unit_test.hpp>
+
+#include <boost/sqlite.hpp>