diff options
Diffstat (limited to 'tests/install/lib/libtest')
-rw-r--r-- | tests/install/lib/libtest/test/buildfile | 2 |
1 files changed, 1 insertions, 1 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 |