Mercurial > hg > piper-cpp
comparison test.sh @ 188:90c962b68d7f
Merge pull request #2 from piper-audio/dev/step-and-block-size
Pull step & block size out into framing struct, return in config
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 06 Feb 2017 12:04:25 +0000 |
parents | 3eb00e5c76c4 |
children |
comparison
equal
deleted
inserted
replaced
184:150cfa0c71e1 | 188:90c962b68d7f |
---|---|
9 make -f "$mypath"/Makefile clean all test | 9 make -f "$mypath"/Makefile clean all test |
10 | 10 |
11 echo | 11 echo |
12 echo "Building and running test client..." | 12 echo "Building and running test client..." |
13 | 13 |
14 ( cd "$mypath"/vamp-client/qt && qmake && make && | 14 ( cd "$mypath"/vamp-client/qt && qmake && make clean all test && |
15 ./test ../../bin/piper-vamp-simple-server ) | 15 ./test ../../bin/piper-vamp-simple-server ) |
16 | 16 |
17 echo | 17 echo |
18 echo "Done" | 18 echo "Done" |
19 echo | 19 echo |