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>
This commit is contained in:
Oscar Mateo 2013-11-12 11:50:36 +00:00 committed by Daniel Vetter
parent ea11d103e0
commit d80c6bdedb

View File

@ -4,7 +4,7 @@ noinst_PROGRAMS = \
$(TESTS_progs) \
$(TESTS_progs_M) \
$(HANG) \
$(TESTS_testsuite)
$(TESTS_testsuite) \
$(NULL)
if HAVE_NOUVEAU