]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/test/qt4.py
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / test / qt4.py
CommitLineData
7c673cae
FG
1#!/usr/bin/python
2
3# (c) Copyright Juergen Hunold 2008
4# Use, modification, and distribution are subject to the
5# Boost Software License, Version 1.0. (See accompanying file
1e59de90 6# LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt)
7c673cae
FG
7
8import BoostBuild
9import os
10
11# Run test in real directory in order to find Boost.Test via Boost Top-Level
12# Jamroot.
13qt4_dir = os.getcwd() + "/qt4"
14
15t = BoostBuild.Tester(workdir=qt4_dir)
16
17t.run_build_system()
18
19t.cleanup()