unit_tests.py 327 B

1234567891011
  1. #!/usr/bin/python
  2. # Copyright 2002, 2003 Vladimir Prus
  3. # Distributed under the Boost Software License, Version 1.0.
  4. # (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)
  5. import BoostBuild
  6. t = BoostBuild.Tester(pass_toolset=0)
  7. t.run_build_system(["--debug", "--build-system=test/test"])
  8. t.cleanup()