diff options
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 |