summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f989d8e4..a2d82659 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,3 @@
-NULL:=#
-
AM_CFLAGS = \
$(WARN_CFLAGS)\
-I $(top_srcdir)/include/drm \
@@ -54,10 +52,9 @@ TESTS = \
getstats \
setversion \
updatedraw \
- name_from_fd \
- $(NULL)
+ name_from_fd
-SUBDIRS += vbltest $(NULL)
+SUBDIRS += vbltest
check_PROGRAMS += $(TESTS)