summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/boost_install/test/headers/quick.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/tools/boost_install/test/headers/quick.cpp')
-rw-r--r--src/boost/tools/boost_install/test/headers/quick.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/boost/tools/boost_install/test/headers/quick.cpp b/src/boost/tools/boost_install/test/headers/quick.cpp
new file mode 100644
index 000000000..28b35f179
--- /dev/null
+++ b/src/boost/tools/boost_install/test/headers/quick.cpp
@@ -0,0 +1,10 @@
+// Copyright 2019 Peter Dimov
+// Distributed under the Boost Software License, Version 1.0
+// http://www.boost.org/LICENSE_1_0.txt
+
+#include <boost/core/lightweight_test.hpp>
+
+int main()
+{
+ return boost::report_errors();
+}