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/simple/buildfile | |
parent | 729b56300c441a0d63c7d2013eb5a881211d352b (diff) |
Essential install module functionality
Diffstat (limited to 'tests/install/simple/buildfile')
-rw-r--r-- | tests/install/simple/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/install/simple/buildfile b/tests/install/simple/buildfile index 986f391..cc11491 100644 --- a/tests/install/simple/buildfile +++ b/tests/install/simple/buildfile @@ -3,4 +3,5 @@ using cxx hxx.ext = hxx cxx.ext = cxx -exe{driver}: cxx{driver} +exe{driver}: cxx{driver} hxx{utility} +exe{driver}: install = sbin |