diff options
-rw-r--r-- | tests/Makefile.am | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index f989d8e4a..a2d826593 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) |