aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/recipes-graphics/drm/libdrm-2.4.66/0001-tests-also-install-tests-app.patch
blob: 3d0e89ddfba8fea12c29ce4c836be0ee4e9f9f46 (plain)
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
30
31
32
33
34
35
36
From 3ad69d49671cd8f29824840f9cc175f835e413b3 Mon Sep 17 00:00:00 2001
From: Arindam Nath <arindam.nath@amd.com>
Date: Sun, 17 Jan 2016 16:52:40 +0530
Subject: [PATCH 1/1] tests: also install tests app

Upstream-Status: Inappropriate [configuration]

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Arindam Nath <arindam.nath@amd.com>
---
 tests/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 58feb12..3e46e16 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -29,13 +29,14 @@ AM_CFLAGS = \
 
 LDADD = $(top_builddir)/libdrm.la
 
-check_PROGRAMS = \
+bin_PROGRAMS = \
 	dristat \
 	drmdevice \
 	drmstat
 
 dristat_LDADD = -lm
 
+check_PROGRAMS =
 if HAVE_NOUVEAU
 SUBDIRS += nouveau
 endif
-- 
1.9.1