mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-26 04:42:19 +00:00
initial commitment
[SVN r26900]
This commit is contained in:
17
performance/string_stream_test.cpp
Executable file
17
performance/string_stream_test.cpp
Executable file
@@ -0,0 +1,17 @@
|
||||
// (C) Copyright Jonathan Turkanis 2004
|
||||
// Distributed under 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.)
|
||||
|
||||
// See http://www.boost.org/libs/iostreams for documentation.
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include "./string_stream_test.hpp"
|
||||
|
||||
using boost::unit_test_framework::test_suite;
|
||||
|
||||
test_suite* init_unit_test_suite(int, char* [])
|
||||
{
|
||||
test_suite* test = BOOST_TEST_SUITE("string stream test");
|
||||
test->add(BOOST_TEST_CASE(&string_stream_test));
|
||||
return test;
|
||||
}
|
||||
Reference in New Issue
Block a user