diff options
author | Mark Purcell <msp@debian.org> | 2012-01-05 18:02:19 +1100 |
---|---|---|
committer | etobi <git@e-tobi.net> | 2013-09-03 09:48:50 +0200 |
commit | 1b69be1bfeb8a135b83d1b4950bc72cc2f866339 (patch) | |
tree | 0208563f86c100717fa8e9111bc32dea3be3439d /test/Makefile | |
parent | cad92a119d718c8bcd70e85865e08e66010f9347 (diff) | |
parent | 76c08672bc6c2984ebd7045a71862099890c9118 (diff) | |
download | linux-dvb-apps-1b69be1bfeb8a135b83d1b4950bc72cc2f866339.tar.gz |
Imported Debian patch 1.1.1+rev1457-1debian/1.1.1+rev1457-1
Diffstat (limited to '')
-rw-r--r-- | test/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile index 30cb9e3..4407d02 100644 --- a/test/Makefile +++ b/test/Makefile @@ -10,6 +10,7 @@ binaries = diseqc \ test_av \ test_av_play \ test_dvr \ + test_tapdmx \ test_dvr_play \ test_pes \ test_sec_ne \ @@ -18,9 +19,10 @@ binaries = diseqc \ test_stillimage \ test_tt \ test_vevent \ + test_video \ evtest \ - video \ - szap2 + szap2 \ + lock_s .PHONY: all |