move attribute.i to the typemap library, now is usable from all the languages
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7717 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7d6719b54d
commit
1c529aa802
12 changed files with 251 additions and 159 deletions
|
|
@ -11,7 +11,13 @@ top_builddir = @top_builddir@
|
|||
|
||||
CPP_TEST_CASES = \
|
||||
track_objects \
|
||||
track_objects_directors
|
||||
track_objects_directors \
|
||||
primitive_types \
|
||||
li_attribute \
|
||||
li_cstring
|
||||
|
||||
C_TEST_CASES += \
|
||||
li_cstring
|
||||
|
||||
include $(srcdir)/../common.mk
|
||||
|
||||
|
|
@ -43,6 +49,6 @@ run_testcase = \
|
|||
|
||||
# Clean
|
||||
%.clean:
|
||||
|
||||
|
||||
clean:
|
||||
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile ruby_clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue