77c267b49e
git-svn-id: http://svn.code.sf.net/p/utfcpp/code@71 a809a056-fc17-0410-9590-b4f493f8b08e
17 lines
366 B
Text
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 ]
|
|
;
|
|
}
|