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:
Marcelo Matus 2004-03-29 21:40:57 +00:00
commit 6e6356622b

View file

@ -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