mirror of
https://github.com/boostorg/test.git
synced 2026-02-19 02:42:13 +00:00
6 lines
98 B
C++
6 lines
98 B
C++
//[snippet13
|
|
#define BOOST_TEST_MODULE const_string test
|
|
#include <boost/test/unit_test.hpp>
|
|
|
|
//]
|