Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > b9ba69a436161613d8fb030c8c726a8e > files > 385

spirit-1.5.1-2mdk.noarch.rpm

#
#  Phoenix examples boost-jam file
#  Joel de Guzman [Sept 27, 2002]
#

subproject libs/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)
	:
	;