1# 2# Copyright (C) 2015 Michael Caisse, ciere.com 3# 4# Distributed under the Boost Software License, Version 1.0. (See accompanying 5# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 6# 7 8import testing ; 9 10project 11 : requirements 12 <source>..//rexpr 13 <source>/boost//regex 14 <source>/boost//filesystem 15 <c++-template-depth>300 16 ; 17 18path-constant TEST_FILES : test_files ; 19 20unit-test parse_rexpr_test 21 : parse_rexpr_test.cpp 22 : <testing.arg>"$(TEST_FILES)" 23 ; 24