mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-03 09:12:17 +00:00
Because of the way restrict_test and slice_test were including the header file they were testing, bjam was missing the dependency on that files and sometimes, when changing the headers, the test wouldn't get run. This fixes that. [SVN r58224]
18 lines
561 B
C++
18 lines
561 B
C++
/*
|
|
* 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.
|
|
|
|
* File: test/slice_test.hpp
|
|
* Date: Sun Jan 06 12:57:30 MST 2008
|
|
* Copyright: 2007-2008 CodeRage, LLC
|
|
* Author: Jonathan Turkanis
|
|
* Contact: turkanis at coderage dot com
|
|
*
|
|
* Tests the overloaded function template boost::iostreams::slice.
|
|
*/
|
|
|
|
#define BOOST_RESTRICT_USE_SLICE
|
|
#include "restrict_test.cpp"
|