Message ID | 1424874496-13540-3-git-send-email-emil.l.velikov@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/tests/Makefile.am b/tests/Makefile.am index 37b8d3a..e0281aa 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,5 +1,3 @@ -NULL:=# - AM_CPPFLAGS = \ -I $(top_srcdir)/include/drm \ -I $(top_srcdir) @@ -53,10 +51,9 @@ TESTS = \ getstats \ setversion \ updatedraw \ - name_from_fd \ - $(NULL) + name_from_fd -SUBDIRS += vbltest $(NULL) +SUBDIRS += vbltest check_PROGRAMS += $(TESTS)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> --- tests/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)