From 1b98346d2150f32e92d4c8aacb56578f4d075d3e Mon Sep 17 00:00:00 2001 From: Ales Hvezda Date: Sat, 26 May 2007 03:42:20 +0000 Subject: [PATCH] Disabled spice-sdb tests temporarily since they break make distcheck. Will re-enable once it is determined what is going wrong (for the next release). --- gnetlist/ChangeLog | 6 ++++++ gnetlist/tests/spice-sdb/Makefile.am | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gnetlist/ChangeLog b/gnetlist/ChangeLog index 671dd5952..be9b8fa39 100644 --- a/gnetlist/ChangeLog +++ b/gnetlist/ChangeLog @@ -1,3 +1,9 @@ +2007-05-25 Ales Hvezda + + * tests/spice-sdb/Makefile.am: Disabled spice-sdb tests + temporarily since they break make distcheck. Will re-enable + once it is determined what is going wrong (for the next release). + 2007-05-13 Ales Hvezda * scheme/Makefile.am, gnet-osmond.scm: Added new gnetlist backend diff --git a/gnetlist/tests/spice-sdb/Makefile.am b/gnetlist/tests/spice-sdb/Makefile.am index 98b539937..f57a4db59 100644 --- a/gnetlist/tests/spice-sdb/Makefile.am +++ b/gnetlist/tests/spice-sdb/Makefile.am @@ -5,11 +5,11 @@ SUBDIRS= inputs outputs TESTS_ENVIRONMENT= PERL=${PERL} -RUN_TESTS= run_tests.sh +#RUN_TESTS= run_tests.sh -check_SCRIPTS= ${RUN_TESTS} +#check_SCRIPTS= ${RUN_TESTS} -TESTS= ${RUN_TESTS} +#TESTS= ${RUN_TESTS} EXTRA_DIST= ${RUN_TESTS} tests.list -- 2.11.4.GIT