File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 55project : requirements <library>/boost/python//boost_python ;
66
77python-extension getting_started1 : getting_started1.cpp ;
8+
9+ bpl-test test1
10+ : # Python test driver
11+ test_getting_started1.py
12+ # extension modules to use
13+ getting_started1 ;
14+
15+
816python-extension getting_started2 : getting_started2.cpp ;
917
18+ bpl-test test2
19+ : # Python test driver
20+ test_getting_started2.py
21+ # extension modules to use
22+ getting_started2 ;
23+
24+ python-extension std_pair : std_pair.cpp ;
25+
26+ bpl-test test3
27+ : # Python test driver
28+ test_std_pair.py
29+ # extension modules to use
30+ std_pair_ext ;
31+
32+ # Don't run tests by default
33+ explicit test1 test2 test3 ;
34+ alias test : test1 test2 test3 ;
35+ explicit test ;
36+
You can’t perform that action at this time.
0 commit comments