move everything out of trunk
[lttv.git] / verif / lttng / run3
1 #!/bin/bash
2
3 #avail. mem
4 MEM=15360
5
6 ../Spin/Src5.1.6/spin -a buffer.spin
7 cc -DMEMLIM=${MEM} -o pan pan.c
8 ./pan
This page took 0.045089 seconds and 4 git commands to generate.