diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-02-26 09:53:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-03 15:23:09 +0200 |
commit | 57c4e39dcb8eb6013e22cfe82597111c5c6a55af (patch) | |
tree | eaf81473dbda167a187f01a632d39ba2f4908c71 /old-tests/cli/lib/libtest | |
parent | 4b9de5c80934772dbc5503e65e265da452ca356a (diff) |
Regularize directory target/scope-specific variable assignment syntax
Diffstat (limited to 'old-tests/cli/lib/libtest')
-rw-r--r-- | old-tests/cli/lib/libtest/build/export.build | 2 | ||||
-rw-r--r-- | old-tests/cli/lib/libtest/test/buildfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/old-tests/cli/lib/libtest/build/export.build b/old-tests/cli/lib/libtest/build/export.build index e8b12b3..f5e50c7 100644 --- a/old-tests/cli/lib/libtest/build/export.build +++ b/old-tests/cli/lib/libtest/build/export.build @@ -1,4 +1,4 @@ -$out_root/: +$out_root/ { include test/ } diff --git a/old-tests/cli/lib/libtest/test/buildfile b/old-tests/cli/lib/libtest/test/buildfile index a7667e6..4cf5ebe 100644 --- a/old-tests/cli/lib/libtest/test/buildfile +++ b/old-tests/cli/lib/libtest/test/buildfile @@ -6,7 +6,7 @@ cli.cxx{base}: cli{base} cli.options += -I $src_root --include-with-brackets -extra/: +extra/ { cxx{test} hxx{test}: cli{test} cli.options += --include-prefix test/extra --guard-prefix TEST_EXTRA \ |