[beast: 6/20] TESTS: latency: disable test, since bsescm is gone



commit 1352c7f2889dd805d2e06b2764c0c8de818067eb
Author: Tim Janik <timj gnu org>
Date:   Sun Jun 18 18:25:36 2017 +0200

    TESTS: latency: disable test, since bsescm is gone
    
    Signed-off-by: Tim Janik <timj gnu org>

 tests/latency/Makefile.am |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/tests/latency/Makefile.am b/tests/latency/Makefile.am
index 5d143b5..3b9e64b 100644
--- a/tests/latency/Makefile.am
+++ b/tests/latency/Makefile.am
@@ -8,7 +8,6 @@ AM_CXXFLAGS += $(SFI_CPPFLAGS) $(RAPICORN_CFLAGS) -DBSE_CONVENIENCE
 # IDL Compiler
 SFIDL     = $(top_builddir)/sfi/sfidl
 SFIDL_INC = --nostdinc -I$(top_srcdir) -I$(top_builddir)
-BSESCM    = $(top_builddir)/shell/bsescm-$(BIN_VERSION)
 
 # IDL generation rule for plugins
 %.genidl.hh: %.idl $(BSEPGEN) # $(SFIDL)
@@ -40,7 +39,7 @@ test:         all
        cd . \
        && rm -f ./tmp-midi-fifo                                        \
        && mkfifo ./tmp-midi-fifo                                       \
-       && FIFO=tmp-midi-fifo $(BSESCM)                                 \
+       && FIFO=tmp-midi-fifo : $(BSESCM)                               \
            -m oss=tmp-midi-fifo -p null                                \
           --bse-override-plugin-globs $(builddirplugins)               \
           --bse-override-script-path $(top_builddir)/shell/            \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]