]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/test/qt5.py
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / build / test / qt5.py
1 #!/usr/bin/python
2
3 # (c) Copyright Juergen Hunold 2012
4 # Use, modification, and distribution are subject to the
5 # Boost Software License, Version 1.0. (See accompanying file
6 # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7
8 import BoostBuild
9 import os
10
11 # Run test in real directory in order to find Boost.Test via Boost Top-Level
12 # Jamroot.
13 qt5_dir = os.getcwd() + "/qt5"
14
15 t = BoostBuild.Tester(workdir=qt5_dir)
16
17 t.run_build_system()
18
19 t.cleanup()