diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-25 19:14:33 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-09-25 19:14:33 +0100 |
commit | 1e6522022f146766c7f34581c8a17988a787de99 (patch) | |
tree | 5219739f37ab1fe6d8d930665da84ca0746077f1 | |
parent | Add the core test library for testing connector implementations (diff) | |
download | libdbpp-1e6522022f146766c7f34581c8a17988a787de99.tar.bz2 libdbpp-1e6522022f146766c7f34581c8a17988a787de99.tar.xz libdbpp-1e6522022f146766c7f34581c8a17988a787de99.zip |
Fix install test target name
-rw-r--r-- | libdbpp/Jamfile.jam | 2 |
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 ] ; |