jamroot.jam 308 B

12345678910
  1. # Copyright 2014 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. run success.cpp : : ;
  6. run-fail fail.cpp : : ;
  7. compile success.cpp : : success-compile ;
  8. compile-fail compile-fail.cpp ;