summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-09-25 19:14:33 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-09-25 19:14:33 +0100
commit1e6522022f146766c7f34581c8a17988a787de99 (patch)
tree5219739f37ab1fe6d8d930665da84ca0746077f1
parentAdd the core test library for testing connector implementations (diff)
downloadlibdbpp-1e6522022f146766c7f34581c8a17988a787de99.tar.bz2
libdbpp-1e6522022f146766c7f34581c8a17988a787de99.tar.xz
libdbpp-1e6522022f146766c7f34581c8a17988a787de99.zip
Fix install test target name
-rw-r--r--libdbpp/Jamfile.jam2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbpp/Jamfile.jam b/libdbpp/Jamfile.jam
index 5aaa15f..1e09e94 100644
--- a/libdbpp/Jamfile.jam
+++ b/libdbpp/Jamfile.jam
@@ -43,5 +43,5 @@ lib dbpptestcore :
build-project unittests ;
package.install install : <install-source-root>. : : dbppcore : [ glob *.h : test*.h ] ;
-package.install install : <install-source-root>. : : dbpptestcore : [ glob test*.h ] ;
+package.install installtest : <install-source-root>. : : dbpptestcore : [ glob test*.h ] ;