From 7f2d06258d57e39940e8fa959336da0ea66fe37f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Aug 2015 15:36:07 +0200 Subject: Test installing doc{} as prerequisite of exe{} --- tests/install/simple/README | 1 + tests/install/simple/buildfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 tests/install/simple/README (limited to 'tests') 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 -- cgit v1.1