summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOscar Mateo <oscar.mateo@intel.com>2013-11-12 11:50:36 +0000
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-11-12 12:00:52 +0100
commitd80c6bdedba451adff843295367ebcd3d5e3b0c7 (patch)
treed125355619a7653d8f1f59ac169bf27857fb964d
parentea11d103e0617e33bce6f11328521d15b13422b0 (diff)
build: Fix missing "\" in tests/Makefile.sources
Noticed by Damien Lespiau. Signed-off-by: Oscar Mateo <oscar.mateo@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r--tests/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 70809c7d..311f4b66 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -4,7 +4,7 @@ noinst_PROGRAMS = \
$(TESTS_progs) \
$(TESTS_progs_M) \
$(HANG) \
- $(TESTS_testsuite)
+ $(TESTS_testsuite) \
$(NULL)
if HAVE_NOUVEAU