diff options
Diffstat (limited to 'old-tests/install/lib/libtest/build/root.build')
-rw-r--r-- | old-tests/install/lib/libtest/build/root.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old-tests/install/lib/libtest/build/root.build b/old-tests/install/lib/libtest/build/root.build new file mode 100644 index 0000000..20536a2 --- /dev/null +++ b/old-tests/install/lib/libtest/build/root.build @@ -0,0 +1,11 @@ +using cxx + +hxx{*}: extension = hxx +ixx{*}: extension = ixx +cxx{*}: extension = cxx + +tests/: +{ + exe{*}: test = true + install = false +} |