diff options
author | Juan A. Suarez Romero <jasuarez@igalia.com> | 2013-07-08 13:28:24 +0200 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2013-07-08 13:38:58 +0000 |
commit | a6e66c7c603a152e23a662c2a4877c774b60ea8f (patch) | |
tree | c83edef473b6052b453a78161f6d969dd0f890ee /tests/Makefile.am | |
parent | 80907dc83ffea5a9015246a3f01bb405effc50a3 (diff) |
apple-trailers: Add testsuite
Add a small testsuite for Apple Trailers plugin.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index b69c7c1..5049df5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -9,11 +9,16 @@ include $(top_srcdir)/gtester.mk SUBDIRS = +if APPLE_TRAILERS_PLUGIN +SUBDIRS += apple-trailers +endif + if TMDB_PLUGIN SUBDIRS += tmdb endif DIST_SUBDIRS = \ + apple-trailers \ tmdb MAINTAINERCLEANFILES = \ |