disable complex test for C compilers
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5799 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
1907bc9a96
commit
6e6356622b
1 changed files with 5 additions and 2 deletions
|
|
@ -18,8 +18,11 @@ CPP_TEST_CASES += \
|
|||
lib_std_vectora \
|
||||
std_containers
|
||||
|
||||
C_TEST_CASES += \
|
||||
complextest
|
||||
#
|
||||
# This test only works with modern C compilers
|
||||
#
|
||||
#C_TEST_CASES += \
|
||||
# complextest
|
||||
|
||||
include $(srcdir)/../common.mk
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue