wscript: With --enable-$x, the existence of $x should be mandatory
[aubio.git] / python.old / bench-cluster-test
1 #! /usr/bin/python
2
3 from aubio.bench.broadcast import *
4
5 run_broadcast(remote_sync,'/home/testing')
6 run_broadcast(remote_sync,'/home/testing','-n')
7 run_broadcast(fetch_results,'/home/testing','-n')
8
9 run_broadcast(remote_queue,'echo coucou')