Disable a broken test for now - we're focussing on testing elm_code at the moment

This commit is contained in:
Andy Williams 2014-10-17 23:43:15 +01:00
parent 174210cb02
commit 16ca047e64
3 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ check_PROGRAMS = edi_suite
edi_suite_SOURCES = \
edi_test_path.c \
edi_test_console.c \
edi_suite.c
edi_suite_CPPFLAGS = -I$(top_builddir)/src/lib/ -I$(top_builddir)/src/bin/ \

View File

@ -14,7 +14,6 @@ static const struct {
void (*build)(TCase *tc);
} tests[] = {
{ "basic", edi_test_basic },
{ "console", edi_test_console },
{ "path", edi_test_path }
};