From: David Herrmann Date: Sun, 20 Nov 2011 17:18:22 +0000 (+0100) Subject: Compile all sources into tests X-Git-Tag: kmscon-7~1369 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b5d1932dfbfa79e1d14fcc2c0219a21fa2b01b1;p=platform%2Fupstream%2Fkmscon.git Compile all sources into tests Signed-off-by: David Herrmann --- diff --git a/Makefile b/Makefile index b7e1c57..51283d0 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,8 @@ all: gcc -o kmscon src/*.c $(CFLAGS) tests: - gcc -o test_output tests/test_output.c src/output.c $(CFLAGS) - gcc -o test_console tests/test_console.c src/output.c src/console.c $(CFLAGS) + gcc -o test_output tests/test_output.c src/*.c $(CFLAGS) + gcc -o test_console tests/test_console.c src/*.c $(CFLAGS) clean: @rm -vf kmscon test_output test_console