diff options
Diffstat (limited to 'tests/install')
-rw-r--r-- | tests/install/lib/libtest/test/buildfile | 2 | ||||
-rw-r--r-- | tests/install/simple/buildfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/install/lib/libtest/test/buildfile b/tests/install/lib/libtest/test/buildfile index f273f2d..343bc30 100644 --- a/tests/install/lib/libtest/test/buildfile +++ b/tests/install/lib/libtest/test/buildfile @@ -1,6 +1,6 @@ cxx.poptions += -I$src_root -install.include = $install.include/test +install.include = $install.include/test/ lib{test}: cxx{utility} hxx{utility} lib{test}: cxx.export.poptions = -I$src_root diff --git a/tests/install/simple/buildfile b/tests/install/simple/buildfile index 5fc53d4..d37f63f 100644 --- a/tests/install/simple/buildfile +++ b/tests/install/simple/buildfile @@ -1,4 +1,4 @@ using cxx exe{driver}: cxx{driver} hxx{utility} doc{README} -exe{driver}: install = sbin +exe{driver}: install = sbin/ |