[grilo-plugins/tmdb-test: 2/2] tests: Add some to make check
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo-plugins/tmdb-test: 2/2] tests: Add some to make check
- Date: Tue, 13 Nov 2012 13:10:44 +0000 (UTC)
commit cc5c454ce0508339e57ef0bd876b7ce414ffdebb
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.
test/Makefile.am | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/test/Makefile.am b/test/Makefile.am
index 9710fb8..afc3a52 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]