diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-24 15:36:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-24 15:36:07 +0200 |
commit | 7f2d06258d57e39940e8fa959336da0ea66fe37f (patch) | |
tree | 543efe4d463f2599b52beef8cb175fc9826ba302 /tests/install/simple | |
parent | bfc9613943bec9e2a0619e3e1ed1e83d0e51b5f4 (diff) |
Test installing doc{} as prerequisite of exe{}
Diffstat (limited to 'tests/install/simple')
-rw-r--r-- | tests/install/simple/README | 1 | ||||
-rw-r--r-- | tests/install/simple/buildfile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/install/simple/README b/tests/install/simple/README new file mode 100644 index 0000000..484ba93 --- /dev/null +++ b/tests/install/simple/README @@ -0,0 +1 @@ +This is a test. diff --git a/tests/install/simple/buildfile b/tests/install/simple/buildfile index cc11491..6fe2576 100644 --- a/tests/install/simple/buildfile +++ b/tests/install/simple/buildfile @@ -3,5 +3,5 @@ using cxx hxx.ext = hxx cxx.ext = cxx -exe{driver}: cxx{driver} hxx{utility} +exe{driver}: cxx{driver} hxx{utility} doc{README} exe{driver}: install = sbin |