Documentation updates
[hildon] / tests / Makefile.am
index e04d4d3..8994907 100644 (file)
@@ -1,4 +1,5 @@
 MAINTAINERCLEANFILES                                   = Makefile.in
+INCLUDES                                               = -I$(top_srcdir)
 
 if BUILD_TESTS
 
@@ -14,7 +15,8 @@ tests                                 = check_test.c                          \
                                          check-hildon-wizard-dialog.c          \
                                          check-hildon-find-toolbar.c           \
                                          check-hildon-window.c                 \
-                                         check-hildon-program.c
+                                         check-hildon-program.c                \
+                                         check-hildon-picker-button.c
 
 
 DEPRECATED_TESTS                       = check-hildon-range-editor.c           \
@@ -41,6 +43,9 @@ check_test_SOURCES                    = $(tests)                              \
                                          $(DEPRECATED_TESTS)
 endif
 
+check_test_SOURCES                    += test_suites.h                         \
+                                         check_utils.h
+
 check_test_LDADD                       = $(HILDON_OBJ_LIBS)
 check_test_LDFLAGS                     = -module -avoid-version
 check_test_CFLAGS                      = $(HILDON_OBJ_CFLAGS)                  \