2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-30 20:12:37 +00:00

Added support for enums

[SVN r15222]
This commit is contained in:
Dave Abrahams
2002-09-09 02:00:53 +00:00
parent 4c8bcd918b
commit dcf7e7cf0c
6 changed files with 117 additions and 32 deletions

View File

@@ -54,6 +54,7 @@ rule bpl-test ( name ? : files * )
boost-python-runtest $(name) : $(py) <pyd>$(modules) ;
}
bpl-test enum ;
bpl-test minimal ;
bpl-test docstring ;
bpl-test exception_translator ;