diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-30 15:07:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-30 15:07:03 +0200 |
commit | 70af0087d8efb3f2f7dc9ffdf2568419913f16da (patch) | |
tree | dceeab7a3c600add8bf3f3375a2d83ca11213624 /tests/cli/lib/libtest | |
parent | 18568ff0ff3dce89d694b494c5dfc9a32e63c9e6 (diff) |
Group "see through" iteration, take 1
Diffstat (limited to 'tests/cli/lib/libtest')
-rw-r--r-- | tests/cli/lib/libtest/test/buildfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cli/lib/libtest/test/buildfile b/tests/cli/lib/libtest/test/buildfile index 61841e7..226e43d 100644 --- a/tests/cli/lib/libtest/test/buildfile +++ b/tests/cli/lib/libtest/test/buildfile @@ -1,6 +1,6 @@ -lib{test}: cxx{utility} cxx{test base} extra/cxx{test} -cxx{test} hxx{test}: cli{test} -cxx{base} hxx{base}: cli{base} +lib{test}: cxx{utility} cli.cxx{test base} extra/cxx{test} +cli.cxx{test}: cli{test} +cli.cxx{base}: cli{base} cli.options += -I $src_root --include-with-brackets |