Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add one more testing script to the archive
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 21 May 2008 09:04:36 +0000 (09:04 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 21 May 2008 09:04:36 +0000 (09:04 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5475 48e7efb5-ca39-0410-a469-dd3cf9ba447f

configure.ac
examples/java/Makefile.am

index f5f58f4..21b9834 100644 (file)
@@ -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
index 7955db3..f2f4600 100644 (file)
@@ -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