Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ensure portability to win32 using the gras_os_functions :)
[simgrid.git] / testsuite / gras / trp_file_usage.in
index 4d17f50..5f59b41 100644 (file)
@@ -1,4 +1,10 @@
 #! @BASH@ -e
 
-./trp_file_client $@ | ./trp_file_server $@ 
+if test -e gras/trp_tcp_server ; then
+  base=gras
+else 
+  base=.
+fi
+
+$base/trp_file_client $@ | $base/trp_file_server $@