aboutsummaryrefslogtreecommitdiff
path: root/tests/install/lib/libtest/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/install/lib/libtest/build/root.build')
-rw-r--r--tests/install/lib/libtest/build/root.build8
1 files changed, 4 insertions, 4 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
}