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/install | |
parent | 6082d76936b8a65380eb7af03b4167d8f0298158 (diff) |
Fix legacy stuff in tests
Diffstat (limited to 'tests/install')
-rw-r--r-- | tests/install/lib/libtest/build/root.build | 8 | ||||
-rw-r--r-- | tests/install/simple/buildfile | 3 |
2 files changed, 4 insertions, 7 deletions
diff --git a/tests/install/lib/libtest/build/root.build b/tests/install/lib/libtest/build/root.build index 59c1e37..20536a2 100644 --- a/tests/install/lib/libtest/build/root.build +++ b/tests/install/lib/libtest/build/root.build @@ -1,11 +1,11 @@ using cxx -hxx.ext = hxx -ixx.ext = ixx -cxx.ext = cxx +hxx{*}: extension = hxx +ixx{*}: extension = ixx +cxx{*}: extension = cxx tests/: { - test.exe = true + exe{*}: test = true install = false } diff --git a/tests/install/simple/buildfile b/tests/install/simple/buildfile index 6fe2576..5fc53d4 100644 --- a/tests/install/simple/buildfile +++ b/tests/install/simple/buildfile @@ -1,7 +1,4 @@ using cxx -hxx.ext = hxx -cxx.ext = cxx - exe{driver}: cxx{driver} hxx{utility} doc{README} exe{driver}: install = sbin |