Implement consume, single mode.
[libmpd.git] / example / speedtest / test1.sh
blobe2624429245cf27cb2faf9cade0d99389a615dd1
1 gcc -g test-mpdata.c ../../src/*.c -o test -I../../ -I../../src/
2 #gcc -g test.c ../../src/*.c -o test2 -I../../ -I../../src/
3 #gcc -g test-mpdata.c ../../src/*.c -o test-mpdata -I../../ -I../../src/
4 #gcc -g playlist.c ../../src/*.c -o playlist -I../../ -I../../src/
5 #echo "Withouth:"
6 #time ./test > /dev/null
7 #output1.txt
8 #echo -e "\n\nWith:"
9 #time ./test2 > /dev/null
10 #output2.txt