blob: ec1fb0236e461bd880bd30b4334ce7b788f1a0c3 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001From 5c6eb43c2f6e7f2ee7c25c92e42f4e4403fa0527 Mon Sep 17 00:00:00 2001
2From: Jussi Kukkonen <jussi.kukkonen@intel.com>
3Date: Tue, 21 Feb 2017 14:37:52 +0200
4Subject: [PATCH] tests: also install test apps
Patrick Williamsc124f4f2015-09-15 14:41:29 -05005
6Upstream-Status: Inappropriate [configuration]
7
8Signed-off-by: Yu Ke <ke.yu@intel.com>
Brad Bishop6e60e8b2018-02-01 10:27:11 -05009Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
10---
11 tests/Makefile.am | 1 +
12 1 file changed, 1 insertion(+)
Patrick Williamsc124f4f2015-09-15 14:41:29 -050013
Brad Bishop6e60e8b2018-02-01 10:27:11 -050014diff --git a/tests/Makefile.am b/tests/Makefile.am
15index 0355a92..b4882cd 100644
16--- a/tests/Makefile.am
17+++ b/tests/Makefile.am
18@@ -45,3 +45,4 @@ TESTS = \
19 check_PROGRAMS = \
20 $(TESTS) \
21 drmdevice
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050022+bin_PROGRAMS = $(check_PROGRAMS)
Brad Bishop6e60e8b2018-02-01 10:27:11 -050023--
242.1.4
25