Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Well. Some of the tests do not fail
[simgrid.git] / configure.ac
index a4cd6ad..21b9834 100644 (file)
@@ -495,7 +495,7 @@ AC_CONFIG_FILES([
   Makefile
   include/Makefile
   src/Makefile
-  src/context_sysv_stack.h
+  src/context_sysv_config.h
 ])
 
 # Tools being embeeded in gramine (stub generator)
@@ -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