Files
boost-ci/test/test.cpp
Mateusz Łoskot 6c354befa8 Set up boost-ci self-test to be run on supported CI-s (#37)
Enable AppVeyor, Azure Pipelines and Travis CI for self.
Add test/ with basic health checks to be run on supported CI-s.
Add fake library header for depinst.py.
Disable codecov.io for boost-ci self-check on Travis CI.

Requires change in #35
2020-03-19 21:56:00 +01:00

14 lines
348 B
C++

//
// Copyright (c) 2020 Mateusz Loskot <mateusz@loskot.net>
//
// Use, modification and distribution is subject to 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)
//
#include <boost/core/lightweight_test.hpp>
int main()
{
return boost::report_errors();
}