diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-21 14:53:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-21 14:53:49 +0200 |
commit | f81ec08d6186271ebb33591ddf21590ff6a43dce (patch) | |
tree | 3cc3861971020df765cd6e1df1d23bf9d85e2829 /tests/cli/lib/test/build | |
parent | 6082d76936b8a65380eb7af03b4167d8f0298158 (diff) |
Fix legacy stuff in tests
Diffstat (limited to 'tests/cli/lib/test/build')
-rw-r--r-- | tests/cli/lib/test/build/root.build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cli/lib/test/build/root.build b/tests/cli/lib/test/build/root.build index 2dda614..636fd02 100644 --- a/tests/cli/lib/test/build/root.build +++ b/tests/cli/lib/test/build/root.build @@ -1,7 +1,7 @@ using cxx -hxx.ext = h -ixx.ext = inl -cxx.ext = C +hxx{*}: extension = h +ixx{*}: extension = inl +cxx{*}: extension = C using cli |