New default Java enum wrapping approach which uses the type safe enum pattern
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5917 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
80b89d662c
commit
1b1dadc9de
6 changed files with 1099 additions and 11 deletions
|
|
@ -14,6 +14,8 @@ C_TEST_CASES = \
|
|||
java_lib_various
|
||||
|
||||
CPP_TEST_CASES = \
|
||||
enum_thorough_simple \
|
||||
enum_thorough_typeunsafe \
|
||||
java_constants \
|
||||
java_enums \
|
||||
java_lib_various \
|
||||
|
|
@ -23,6 +25,9 @@ CPP_TEST_CASES = \
|
|||
java_typemaps_proxy \
|
||||
java_typemaps_typewrapper
|
||||
|
||||
# This testcase requires Java 1.5
|
||||
# enum_thorough_proper \
|
||||
|
||||
include $(srcdir)/../common.mk
|
||||
|
||||
# Overridden variables here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue