build: Fix missing "\" in tests/Makefile.sources
authorOscar Mateo <oscar.mateo@intel.com>
Tue, 12 Nov 2013 11:50:36 +0000 (11:50 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 12 Nov 2013 11:00:52 +0000 (12:00 +0100)
Noticed by Damien Lespiau.

Signed-off-by: Oscar Mateo <oscar.mateo@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tests/Makefile.sources

index 70809c7..311f4b6 100644 (file)
@@ -4,7 +4,7 @@ noinst_PROGRAMS = \
        $(TESTS_progs) \
        $(TESTS_progs_M) \
        $(HANG) \
-       $(TESTS_testsuite)
+       $(TESTS_testsuite) \
        $(NULL)
 
 if HAVE_NOUVEAU