2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-19 02:42:13 +00:00
Files
test/doc/v2/snippet/snippet13.cpp
Raffi Enficiaud 8808c349b8 tutorial tdd
2014-01-27 02:40:16 +01:00

6 lines
98 B
C++

//[snippet13
#define BOOST_TEST_MODULE const_string test
#include <boost/test/unit_test.hpp>
//]