Menu

[r1]: / trunk / libs / network / test / Jamfile.v2  Maximize  Restore  History

Download this file

14 lines (10 with data), 389 Bytes

#          Copyright Dean Michael Berris 2007.
# 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 network_test :
    requirements
        <include>../../../
        <source>/boost//unit_test_framework
    ;

unit-test message_test : message_test.cpp ;