jamroot.jam 418 B

123456789101112131415
  1. # Copyright 2016 Rene Rivera
  2. # Distributed under the Boost Software License, Version 1.0.
  3. # (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)
  4. using testing ;
  5. import property-set ;
  6. import path ;
  7. exe success : success.cpp ;
  8. run success : arg1 arg2 : : : success-a ;
  9. run success : arg3 arg4 : : : success-b ;
  10. run post.cpp : : success-a : : post-a ;
  11. run post.cpp : : success-b : : post-b ;