summaryrefslogtreecommitdiff
path: root/test/main_test.cpp
blob: 23c2f7048ebdff9c0cbae8242a79c607c9b1a0e6 (plain)
1
2
3
4
5
6
7
8
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>