From 7483c40fde2a363bc0a3e8a6a71b44dd7f968b5b Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 17 Jul 2007 16:36:24 +0000 Subject: [PATCH] Disable broken test (yeah, that's bad) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3854 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/java/Makefile.am | 3 ++- examples/java/Makefile.in | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/java/Makefile.am b/examples/java/Makefile.am index deb3ebe6a3..171e928767 100644 --- a/examples/java/Makefile.am +++ b/examples/java/Makefile.am @@ -1,4 +1,5 @@ -SUBDIRS= basic ping_pong comm_time suspend +SUBDIRS= basic ping_pong comm_time +# suspend EXTRA_DIST=java_test.mk include $(top_srcdir)/acmacro/dist-files.mk diff --git a/examples/java/Makefile.in b/examples/java/Makefile.in index 0908302a39..7470516069 100644 --- a/examples/java/Makefile.in +++ b/examples/java/Makefile.in @@ -205,7 +205,8 @@ target_os = @target_os@ target_vendor = @target_vendor@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = basic ping_pong comm_time suspend +SUBDIRS = basic ping_pong comm_time +# suspend EXTRA_DIST = java_test.mk all: all-recursive -- 2.20.1