File: 0002-disable-lv2-test.patch

package info (click to toggle)
drumgizmo 0.9.20-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,948 kB
  • sloc: cpp: 49,981; sh: 4,347; makefile: 1,216; ansic: 658
file content (29 lines) | stat: -rw-r--r-- 741 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From: =?utf-8?q?V=C3=ADctor_Cuadrado_Juan?= <me@viccuad.me>
Date: Sun, 14 May 2017 20:07:27 +0200
Subject: disable-lv2-test

Delete lv2 test, as it runs against an installed lv2 DrumGizmo from make
install, which isn't our case

Forwarded: not-needed
Last-Update: Sun, 29 Jan 2017 12:39:14 +0100
Date: Sun, 29 Jan 2017 12:39:14 +0100
Subject: tests
---
 test/Makefile.am | 3 ---
 1 file changed, 3 deletions(-)

Index: drumgizmo/test/Makefile.am
===================================================================
--- drumgizmo.orig/test/Makefile.am
+++ drumgizmo/test/Makefile.am
@@ -20,9 +20,6 @@ EXTRA_DIST = \
 	scopedfile.h \
 	locale/da.mo
 
-if ENABLE_LV2
-TESTS += lv2
-endif
 
 noinst_PROGRAMS = $(TESTS)
 check_PROGRAMS = $(TESTS)