New Ruby test case for checking renames, predicate methods, bang methods and constants.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8445 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Charlie Savage 2006-01-15 00:50:49 +00:00
commit ca4e7fc8df
3 changed files with 127 additions and 1 deletions

View file

@ -16,7 +16,8 @@ CPP_TEST_CASES = \
track_objects_directors \
primitive_types \
li_cdata \
li_cstring
li_cstring \
naming
C_TEST_CASES += \
li_cdata \
@ -27,7 +28,12 @@ include $(srcdir)/../common.mk
# Overridden variables here
SWIGOPT += -noautorename
# Rules for the different types of tests
# make sure -autorename is true for the naming test
naming.cpptest: SWIGOPT = -autorename
%.cpptest:
$(setup) \
($(swig_and_compile_cpp); ) &&\