mirror of
https://github.com/boostorg/nowide.git
synced 2026-02-26 04:42:24 +00:00
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
# Boost Nowide Library test Jamfile
|
|
|
|
# Copyright Beman Dawes 2003, 2006, Artyom Beilis 2012
|
|
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt
|
|
|
|
# See library home page at http://www.boost.org/libs/nowide
|
|
|
|
import testing ;
|
|
|
|
run test_convert.cpp ;
|
|
run test_fstream.cpp : : : <library>/boost/filesystem//boost_filesystem ;
|
|
run test_stdio.cpp : : : <library>/boost/filesystem//boost_filesystem ;
|
|
run test_codecvt.cpp : : : <library>/boost/filesystem//boost_filesystem ;
|
|
|
|
lib shell32 ;
|
|
|
|
run test_env.cpp : : : <target-os>windows:<library>shell32 : test_env_proto ;
|
|
run test_env.cpp : : : <target-os>windows:<library>shell32 <define>BOOST_NOWIDE_TEST_INCLUDE_WINDOWS=1 : test_env_with_native ;
|
|
|
|
run test_system.cpp : "-w" : : <target-os>windows:<library>shell32 : test_system_w ;
|
|
run test_system.cpp : "-n" : : <target-os>windows:<library>shell32 : test_system_n ;
|
|
|
|
run test_fs.cpp : : : <library>/boost/filesystem//boost_filesystem : test_fs ;
|
|
|
|
run test_iostream.cpp : : : <library>/boost/nowide//boost_nowide <link>static : test_iostream_static ;
|
|
run test_iostream.cpp : : : <library>/boost/nowide//boost_nowide <link>shared : test_iostream_shared ;
|