[grilo-plugins] tests: Add some to make check



commit 509db03ac058eabfab7c8b8108d31bccdcb3b900
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Nov 13 13:48:20 2012 +0100

    tests: Add some to make check
    
    These will then be built and run during make check, and therefore
    during make distcheck.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688245

 test/Makefile.am |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/test/Makefile.am b/test/Makefile.am
index 9710fb8..c05e832 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -7,11 +7,16 @@
 
 INCLUDES = @DEPS_CFLAGS@
 
-noinst_PROGRAMS = test_local_metadata \
-	test_tmdb_preconditions \
+check_tests = test_tmdb_preconditions \
 	test_tmdb_missing_configuration \
 	test_tmdb_fast_resolution \
 	test_tmdb_full_resolution
+
+# TODO: Add test_local_metadata to check_tests when it runs without errors.
+check_PROGRAMS = test_local_metadata \
+	$(check_tests)
+TESTS =	$(check_tests)
+
 #noinst_PROGRAMS += test
 
 #test_SOURCES =	\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]