diff options
| -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 ] ;  | 
