diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-31 12:52:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-31 12:52:20 +0200 |
commit | bbd0f3bb21442a2833916110cbe8e9a07e9f4c1f (patch) | |
tree | d25de6f2bcfa4b6cabe1fd55a1b8f508005de4c1 /tests/install/lib/libtest/build/root.build | |
parent | 729b56300c441a0d63c7d2013eb5a881211d352b (diff) |
Essential install module functionality
Diffstat (limited to 'tests/install/lib/libtest/build/root.build')
-rw-r--r-- | tests/install/lib/libtest/build/root.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/install/lib/libtest/build/root.build b/tests/install/lib/libtest/build/root.build new file mode 100644 index 0000000..59c1e37 --- /dev/null +++ b/tests/install/lib/libtest/build/root.build @@ -0,0 +1,11 @@ +using cxx + +hxx.ext = hxx +ixx.ext = ixx +cxx.ext = cxx + +tests/: +{ + test.exe = true + install = false +} |