janbar / pvr.mythtv.tests

Tests suite for pvr.mythtv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building

To build the project execute the following:

Linux, BSD

cmake <source path>
make

OSX

cmake -DCORE_SYSTEM_NAME=darwin <source path>
make

Running tests suite

Running suite with valgrind:

valgrind ./pvrtest --mythtvhost <backend hostname or ip>

To show all options execute the following:

./pvrtest --help

About

Tests suite for pvr.mythtv

License:GNU General Public License v2.0


Languages

Language:C++ 94.3%Language:CMake 3.9%Language:C 1.8%