#==============================================================================
#   Spirit v1.6.1
#   Copyright (c) 2002 Joel de Guzman
#   http://spirit.sourceforge.net/
#
#   Permission to copy, use, modify, sell and distribute this software
#   is granted provided this copyright notice appears in all copies.
#   This software is provided "as is" without express or implied
#   warranty, and with no claim as to its suitability for any purpose.
#==============================================================================
#
#  Phoenix examples boost-jam file
#  Joel de Guzman [Sept 27, 2002]
#

subproject libs/spirit/phoenix/test ;

unit-test binary_tests
    : binary_tests.cpp
    : <sysinclude>$(BOOST_ROOT)
    :
    ;

unit-test binders_tests
    : binders_tests.cpp
    : <sysinclude>$(BOOST_ROOT)
    :
    ;

unit-test functors_tests
    : functors_tests.cpp
    : <sysinclude>$(BOOST_ROOT)
    :
    ;

unit-test iostream_tests
    : iostream_tests.cpp
    : <sysinclude>$(BOOST_ROOT)
    :
    ;


unit-test mixed_binary_tests
    : mixed_binary_tests.cpp
    : <sysinclude>$(BOOST_ROOT)
    :
    ;


unit-test more_expressions_tests
    : more_expressions_tests.cpp
    : <sysinclude>$(BOOST_ROOT)
    :
    ;


unit-test primitives_tests
    : primitives_tests.cpp
    : <sysinclude>$(BOOST_ROOT)
    :
    ;


unit-test statements_tests
    : statements_tests.cpp
    : <sysinclude>$(BOOST_ROOT)
    :
    ;


unit-test stl_tests
    : stl_tests.cpp
    : <sysinclude>$(BOOST_ROOT)
    :
    ;


unit-test tuples_tests
    : tuples_tests.cpp
    : <sysinclude>$(BOOST_ROOT)
    :
    ;


unit-test unary_tests
    : unary_tests.cpp
    : <sysinclude>$(BOOST_ROOT)
    :
    ;







