18 lines
366 B
Text
18 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 ]
|
||
|
;
|
||
|
}
|