1# Copyright 2016 Rene Rivera 2# Distributed under the Boost Software License, Version 1.0. 3# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 4 5using testing ; 6import property-set ; 7import path ; 8 9exe success : success.cpp ; 10 11run success : arg1 arg2 : : : success-a ; 12run success : arg3 arg4 : : : success-b ; 13 14run post.cpp : : success-a : : post-a ; 15run post.cpp : : success-b : : post-b ; 16