]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/test/unit_tests.py
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / test / unit_tests.py
CommitLineData
7c673cae
FG
1#!/usr/bin/python
2
3# Copyright 2002, 2003 Vladimir Prus
4# Distributed under the Boost Software License, Version 1.0.
1e59de90 5# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)
7c673cae
FG
6
7import BoostBuild
8
9t = BoostBuild.Tester(pass_toolset=0)
10t.run_build_system(["--debug", "--build-system=test/test"])
11t.cleanup()