From: mquinson Date: Wed, 21 May 2008 09:04:36 +0000 (+0000) Subject: add one more testing script to the archive X-Git-Tag: v3.3~461 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/93d8f13d479489bfd3039faad13b7525d7521b87 add one more testing script to the archive git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5475 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index f5f58f4942..21b9834571 100644 --- a/configure.ac +++ b/configure.ac @@ -514,6 +514,7 @@ AC_CONFIG_FILES([ ],[ for file in \ tools/graspe-slave tools/graspe-master \ + checkall examples/java/runtest \ ; do \ test -e $file && chmod +x $file; \ done diff --git a/examples/java/Makefile.am b/examples/java/Makefile.am index 7955db3b89..f2f4600e6d 100644 --- a/examples/java/Makefile.am +++ b/examples/java/Makefile.am @@ -7,5 +7,5 @@ SUBDIRS= basic ping_pong comm_time suspend -EXTRA_DIST=java_test.mk +EXTRA_DIST=java_test.mk runtest include $(top_srcdir)/acmacro/dist-files.mk