X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9dfe6d3c2f48e9917e82f4b343fe8975c6e46823..79c537eef79af75afc396907c355fa29a77bf9ae:/testsuite/run_tests.in diff --git a/testsuite/run_tests.in b/testsuite/run_tests.in index ed26d696a6..0ab4b12da9 100755 --- a/testsuite/run_tests.in +++ b/testsuite/run_tests.in @@ -10,6 +10,9 @@ tests_nb=0 rm -f test.failed test.success test.ignored +# Work around a libtool issue on solaris +export LD_LIBRARY_PATH=@top_srcdir@/src/.libs + ## ## Args parsing (simplistic for now) ## @@ -28,6 +31,7 @@ xbt_TESTS=" xbt/log_usage@EXEEXT@; \ xbt/dynar_string@EXEEXT@; \ xbt/dict_usage@EXEEXT@; \ xbt/dict_crash@EXEEXT@; \ + xbt/multdict_crash@EXEEXT@; \ xbt/config_usage@EXEEXT@; \ xbt/heap_bench@EXEEXT@;" @@ -37,20 +41,20 @@ surf_TESTS="surf/maxmin_usage@EXEEXT@; \ surf/surf_usage@EXEEXT@ --surf-path=@srcdir@/surf/ platform.xml; \ surf/surf_usage2@EXEEXT@ --surf-path=@srcdir@/surf/ platform.xml;" -msg_TESTS=" msg/msg_test@EXEEXT@ --surf-path=@top_srcdir@/examples/msg/;" +gras_TESTS="gras/trp_tcp_usage; gras/trp_file_usage; \ + gras/datadesc_usage@EXEEXT@; \ + gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.little32; \ + gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.little32_4;\ + gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.little64; \ + gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.big32; \ + gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.big32_8_4; \ + gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.big32_2;" + +# Data sets still to regenerate: +# +# gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.big32_4; \ +# gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.big64;" -gras_TESTS="gras/trp_tcp_usage; gras/trp_file_usage; \ - gras/datadesc_usage@EXEEXT@; \ - " - -gras_ignored="gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.little32; \ - gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.little64; \ - gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.big32; \ - gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.big64; \ - gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.aix; \ - gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.win32; \ - gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.g5;" \ - ## ## Loop on all tests to run them ## @@ -58,7 +62,7 @@ gras_ignored="gras/datadesc_usage@EXEEXT@ --read @srcdir@/gras/datadesc.little32 # we split tests on ';' so that they can contain spaces (test=accumulator) test="" -for testpart in $xbt_TESTS $msg_TESTS $gras_TESTS $surf_TESTS # +for testpart in $xbt_TESTS $gras_TESTS $surf_TESTS do test="$test $testpart" if echo $test | grep ';' ; then @@ -136,7 +140,7 @@ if [ $failed_nb != 0 ] ; then echo "$failed_nb tests of $tests_nb failed: " cat test.failed echo "Rerun the tests using the following command: script -c 'make test' simgrid.tests.log" - echo " and send the following informations to simgrid2-users@listes.ens-lyon.fr:" + echo " and send the following informations to simgrid-devel@lists.gforge.inria.fr:" echo " - the file simgrid.tests.log produced by this command." echo " - a short description of the target platform (arch, OS, distrib, compiler)." echo " - the config.log produced by the compilation."