Files
2008-07-23 15:53:23 +00:00

24 lines
496 B
Plaintext

# Boost.Algorithm Library test Jamfile
#
# Copyright (C) 2002--2004, Herve Bronnimann
#
# Modified 2008, Jesse Williamson
#
# Use, modification, and distribution is subject to 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)
#
import testing ;
{
test-suite algorithm/find_if_not:
:
[ run find_if_not.cpp
: : : : find_if_not ]
[ run find_if_not.cpp
: : : : find_if_not ]
;
}