utfcpp/boost/libs/utf8/Jamfile
2006-12-07 02:34:42 +00:00

17 lines
366 B
Text

# Boost UTF8 Library test Jamfile
# Copyright Nemanja Trifunovic 2006
# 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)
# bring in rules for testing
import testing ;
{
test-suite "utf8"
: [ run test.cpp ]
;
}