Skip to content

Commit

Permalink
added set to build infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
FadyEssam committed Mar 3, 2019
1 parent 6317791 commit 430b3f1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ lib boost_python
tuple.cpp
str.cpp
slice.cpp
set.cpp

converter/from_python.cpp
converter/registry.cpp
Expand Down
1 change: 1 addition & 0 deletions src/fabscript
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ bpl = library('boost_python' + root.py_suffix,
['list.cpp',
'long.cpp',
'dict.cpp',
'set.cpp',
'tuple.cpp',
'str.cpp',
'slice.cpp',
Expand Down
1 change: 1 addition & 0 deletions test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ bpl-test crossmod_exception
[ bpl-test list ]
[ bpl-test long ]
[ bpl-test dict ]
[ bpl-test set ]
[ bpl-test tuple ]
[ bpl-test str ]
[ bpl-test slice ]
Expand Down
1 change: 1 addition & 0 deletions test/fabscript
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ for t in [('injected',),
('list',),
('long',),
('dict',),
('set',),
('tuple',),
('str',),
('slice',),
Expand Down

0 comments on commit 430b3f1

Please sign in to comment.