diff mbox

[libdrm,1/2] tests/tegra: add openclose test to check-target

Message ID 20170329222424.29126-1-kusmabite@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Erik Faye-Lund March 29, 2017, 10:24 p.m. UTC
This makes the test run under the 'make check'-taget.

Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
---
 tests/tegra/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Emil Velikov April 3, 2017, 4:54 p.m. UTC | #1
Hi Erik,

On 29 March 2017 at 23:24, Erik Faye-Lund <kusmabite@gmail.com> wrote:
> This makes the test run under the 'make check'-taget.
>
The test doesn't do anything useful but open/close the tegra device.
Do you see much value in it or we can drop it all together ?
Thierry how do you feel on the topic ?

-Emil
diff mbox

Patch

diff --git a/tests/tegra/Makefile.am b/tests/tegra/Makefile.am
index 8e625c8f..f8e2a146 100644
--- a/tests/tegra/Makefile.am
+++ b/tests/tegra/Makefile.am
@@ -9,5 +9,7 @@  LDADD = \
 	../../tegra/libdrm_tegra.la \
 	../../libdrm.la
 
-noinst_PROGRAMS = \
+TESTS = \
 	openclose
+
+check_PROGRAMS = $(TESTS)