eina: disabling eina_model test.

SVN revision: 70314
This commit is contained in:
Cedric BAIL 2012-04-19 00:44:07 +00:00
parent 0aa710a832
commit b852081df5
2 changed files with 4 additions and 3 deletions

View File

@ -66,8 +66,8 @@ eina_test_strbuf.c \
eina_test_str.c \
eina_test_quadtree.c \
eina_test_simple_xml_parser.c \
eina_test_value.c \
eina_test_model.c
eina_test_value.c
# eina_test_model.c
eina_suite_LDADD = @CHECK_LIBS@ $(top_builddir)/src/lib/libeina.la -lm

View File

@ -68,7 +68,8 @@ static const Eina_Test_Case etc[] = {
{ "Sched", eina_test_sched },
{ "Simple Xml Parser", eina_test_simple_xml_parser},
{ "Value", eina_test_value },
{ "Model", eina_test_model },
// Disabling Eina_Model test
// { "Model", eina_test_model },
{ NULL, NULL }
};