# Copyright (c) 2006, 2007 Julio M. Merino Vidal # Copyright (c) 2008 Ilya Sokolov, Boris Schaeling # Copyright (c) 2009 Boris Schaeling # Copyright (c) 2010 Felipe Tanus, Boris Schaeling # Copyright (c) 2011, 2012 Jeff Flinn, Boris Schaeling # # 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) project : requirements ../../.. /boost//headers /boost//system msvc:_SCL_SECURE_NO_WARNINGS windows:WIN32_LEAN_AND_MEAN linux:-lpthread ; searched-lib shell32 ; import testing ; exe sparring_partner : sparring_partner.cpp /boost//program_options /boost//filesystem /boost//iostreams ; run bind_stderr.cpp /boost//iostreams : : sparring_partner ; run bind_stdin.cpp /boost//iostreams : : sparring_partner ; run bind_stdin_stdout.cpp /boost//iostreams : : sparring_partner ; run bind_stdout.cpp /boost//iostreams : : sparring_partner ; run bind_stdout_stderr.cpp /boost//iostreams : : sparring_partner ; run close_stderr.cpp /boost//iostreams : : sparring_partner ; run close_stdin.cpp /boost//iostreams : : sparring_partner ; run close_stdout.cpp /boost//iostreams : : sparring_partner ; run exit_code.cpp /boost//iostreams /boost//program_options : : sparring_partner ; run extensions.cpp : : sparring_partner ; run inherit_env.cpp /boost//iostreams /boost//program_options : : sparring_partner ; run posix_specific.cpp /boost//iostreams : : sparring_partner : no linux:yes ; run run_exe.cpp : : sparring_partner ; run run_exe_path.cpp /boost//filesystem : : sparring_partner ; run run_exe_wstring.cpp /boost//filesystem : : sparring_partner : no windows:yes ; run search_path.cpp /boost//filesystem : : : windows:shell32 ; run search_path_wstring.cpp /boost//filesystem shell32 : : : no windows:yes ; run set_args.cpp /boost//iostreams : : sparring_partner ; run set_args_wstring.cpp /boost//iostreams /boost//filesystem : : sparring_partner : no windows:yes ; run set_cmd_line.cpp /boost//iostreams : : sparring_partner ; run set_cmd_line_wstring.cpp /boost//iostreams /boost//filesystem : : sparring_partner : no windows:yes ; run set_env.cpp /boost//iostreams : : sparring_partner ; run set_env_wstring.cpp /boost//iostreams /boost//filesystem : : sparring_partner : no windows:yes ; run set_on_error.cpp : : sparring_partner ; run shell_path.cpp /boost//filesystem ; run shell_path_wstring.cpp /boost//filesystem : : : no windows:yes ; run show_window.cpp /boost//iostreams : : sparring_partner : no windows:yes ; run start_in_dir.cpp /boost//iostreams /boost//filesystem : : sparring_partner ; run start_in_dir_wstring.cpp /boost//iostreams /boost//filesystem : : sparring_partner : no windows:yes ; run terminate.cpp : : sparring_partner ; run throw_on_error.cpp : : sparring_partner ; run wait.cpp : : sparring_partner ; run windows_specific.cpp /boost//iostreams : : sparring_partner : no windows:yes ;