2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

X3.Examples: rexpr_full: Fixed path to test files

This commit is contained in:
Nikita Kniazev
2019-02-09 17:53:11 +03:00
parent d4c0179fa6
commit f64b28a13d

View File

@@ -15,7 +15,9 @@ project
<c++-template-depth>300
;
path-constant TEST_FILES : test_files ;
unit-test parse_rexpr_test
: parse_rexpr_test.cpp
: <testing.arg>"test_files"
: <testing.arg>"$(TEST_FILES)"
;