From 8d2b09e474dd0e3fdd8d3c03a0b520a398a9e82a Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 23 Apr 2015 01:37:57 -0300 Subject: added renderer tests --- Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 75e68ea..0f5c5e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,6 +84,7 @@ if USE_CMOCKA check_PROGRAMS += \ tests/check_error \ tests/check_loader \ + tests/check_renderer \ tests/check_source_parser \ tests/check_template_parser \ tests/check_utils \ @@ -123,6 +124,23 @@ tests_check_loader_LDADD = \ libblogc.la \ $(NULL) +tests_check_renderer_SOURCES = \ + tests/check_renderer.c \ + $(NULL) + +tests_check_renderer_CFLAGS = \ + $(CMOCKA_CFLAGS) \ + $(NULL) + +tests_check_renderer_LDFLAGS = \ + -no-install \ + $(NULL) + +tests_check_renderer_LDADD = \ + $(CMOCKA_LIBS) \ + libblogc.la \ + $(NULL) + tests_check_source_parser_SOURCES = \ tests/check_source_parser.c \ $(NULL) -- cgit v1.2.3-18-g5258