add test script for api-sanity-checker

This commit is contained in:
Arvid Norberg 2012-07-03 04:01:18 +00:00
parent aca32290c0
commit dd858050a3
1 changed files with 42 additions and 0 deletions

42
sanity-checker.xml Normal file
View File

@ -0,0 +1,42 @@
<version>
0.16.2
</version>
<headers>
include/libtorrent
</headers>
<include_paths>
include/
include/libtorrent/
/Users/arvid/Documents/dev/boost_1_47_0/
</include_paths>
<defines>
#define BOOST_ALL_NO_LIB 1
#define BOOST_ASIO_DYN_LINK 1
#define BOOST_ASIO_ENABLE_CANCELIO 1
#define BOOST_ASIO_HASH_MAP_BUCKETS 1021
#define BOOST_ASIO_SEPARATE_COMPILATION 1
#define BOOST_ASIO_SOURCE 1
#define BOOST_EXCEPTION_DISABLE 1
#define BOOST_SYSTEM_SOURCE 1
#define BOOST_SYSTEM_STATIC_LINK 1
#define BOOST_THREAD_USE_LIB 1
#define TORRENT_BUILDING_SHARED 1
#define TORRENT_DEBUG 1
#define TORRENT_DISABLE_GEO_IP 1
#define TORRENT_USE_TOMMATH 1
#define UNICODE 1
#define _FILE_OFFSET_BITS 64
#define _UNICODE 1
#define TORRENT_USE_OPENSSL 1
</defines>
<skip_namespaces>
libtorrent::aux
</skip_namespaces>
<libs>
bin/darwin-4.2.1/debug/boost-source/threading-multi/libtorrent.dylib.0.16.1
</libs>