Add C implementation of test cpp_atomic_global_var_class
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13408 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
a756a4f850
commit
48fe82841f
2 changed files with 10 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ top_builddir = @top_builddir@/..
|
|||
include $(srcdir)/../common.mk
|
||||
|
||||
CPP_TEST_CASES += \
|
||||
cpp_atomic_global_var_class \
|
||||
cpp_atomic_namespaced_class
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
#include <assert.h>
|
||||
#include "cpp_atomic_global_var_class/cpp_atomic_global_var_class_proxy.h"
|
||||
|
||||
int main(int argc, const char *argv[])
|
||||
{
|
||||
assert(myGlobalClassInstance);
|
||||
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue