X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d5300ce49ed467e446b2273dd91d624a9bdcc65b..f786c09b12eb263982346069d7505bbc97af6eb7:/configure.ac diff --git a/configure.ac b/configure.ac index 2d414ee10f..6ace0d8dda 100644 --- a/configure.ac +++ b/configure.ac @@ -460,16 +460,19 @@ AC_CONFIG_FILES([ AC_CONFIG_FILES([ testsuite/Makefile testsuite/run_tests - testsuite/gras/trp_tcp_usage testsuite/gras/trp_file_usage ],[ for file in \ testsuite/run_tests \ - testsuite/gras/trp_tcp_usage testsuite/gras/trp_file_usage \ ; do \ test -e $file && chmod +x $file; \ done ]) +# Teshsuite (testsuite using tesh) +AC_CONFIG_FILES([ + teshsuite/Makefile +]) + # Documentation AC_CONFIG_FILES([ doc/Makefile