MCPcopy Create free account
hub / github.com/boostorg/build / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

v2/test/qt5/qtquick.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#include <boost/test/unit_test.hpp>
15
16BOOST_AUTO_TEST_CASE (defines)
17{
18 BOOST_CHECK_EQUAL(BOOST_IS_DEFINED(QT_QML_LIB), true);
19 BOOST_CHECK_EQUAL(BOOST_IS_DEFINED(QT_QUICK_LIB), true);
20}
21
22BOOST_AUTO_TEST_CASE (simple_test)
23{

Callers

nothing calls this directly

Calls 1

engineMethod · 0.80

Tested by

no test coverage detected