Files
circular_buffer/test/Jamfile
Jan Gaspar d8021d4ff2 Initial revision.
[SVN r2447]
2005-01-19 09:45:55 +00:00

18 lines
354 B
Plaintext

# Boost circular_buffer test Jamfile.
subproject libs/circular_buffer/test ;
# Bring in rules for testing.
SEARCH on testing.jam = $(BOOST_BUILD_PATH) ;
include testing.jam ;
# Make tests run by default.
DEPENDS all : circular_buffer ;
{
test-suite "circular_buffer"
: [ run base_test.cpp ]
[ run adaptor_test.cpp ]
;
}