Move samename test to common.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10370 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
6878125b87
commit
2ad4024977
4 changed files with 18 additions and 18 deletions
|
|
@ -13,8 +13,7 @@ srcdir = @srcdir@
|
|||
top_srcdir = @top_srcdir@
|
||||
top_builddir = @top_builddir@
|
||||
|
||||
CPP_TEST_CASES += \
|
||||
samename
|
||||
#CPP_TEST_CASES +=
|
||||
|
||||
CPP_TEST_BROKEN += \
|
||||
implicittest \
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
%module samename
|
||||
|
||||
%inline {
|
||||
|
||||
class samename {
|
||||
public:
|
||||
void do_something() {
|
||||
// ...
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -1 +0,0 @@
|
|||
samename
|
||||
Loading…
Add table
Add a link
Reference in a new issue