]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/test/unit_tests.py
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / build / test / unit_tests.py
1 #!/usr/bin/python
2
3 # Copyright 2002, 2003 Vladimir Prus
4 # Distributed under the Boost Software License, Version 1.0.
5 # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
6
7 import BoostBuild
8
9 t = BoostBuild.Tester(pass_toolset=0)
10 t.run_build_system(["--debug", "--build-system=test/test"])
11 t.cleanup()