zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 38a80b06c8d3d5b97d4bc87ea612ece2f4e60692
parent f286c9ac28f9b76a19d4ddf191b63ff2807de3cf
Author: fundamental <[email protected]>
Date:   Sat, 20 Jun 2009 19:22:14 -0400

Insured that Tests/make.sh will not fail during linking

Diffstat:
Msrc/Tests/make.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/Tests/make.sh b/src/Tests/make.sh @@ -1,2 +1,5 @@ +cd ../ +make +cd Tests cxxtestgen.py --error-printer -o runner.cpp SampleTest.h EchoTest.h g++ -g -o runner runner.cpp ../Samples/AuSample.o ../Samples/Sample.o ../Effects/Echo.o ../Effects/Effect.o ../Controls/Control.o ../Controls/DelayCtl.o