diff options
author | Juan A. Suarez Romero <jasuarez@igalia.com> | 2013-07-09 10:10:49 +0000 |
---|---|---|
committer | Juan A. Suarez Romero <jasuarez@igalia.com> | 2013-07-09 13:07:20 +0000 |
commit | 2035eebb161c10e1a8a3024bbd3cc23321b2f67f (patch) | |
tree | 6a6d2d49e6080143d9e85b43e5e1a789da790dd3 /tests/Makefile.am | |
parent | cfde82961e989a0000e035f9d4aeba5ed85063af (diff) |
bliptv: Add testsuite
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 5049df5..b39cd0c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,12 +13,17 @@ if APPLE_TRAILERS_PLUGIN SUBDIRS += apple-trailers endif +if BLIPTV_PLUGIN +SUBDIRS += bliptv +endif + if TMDB_PLUGIN SUBDIRS += tmdb endif DIST_SUBDIRS = \ apple-trailers \ + bliptv \ tmdb MAINTAINERCLEANFILES = \ |