[mythtv-commits] mythtv branch master updated by danielk. v0.27-pre2-1286-g10e47a4

Git Repo Owner noreply at mythtv.org
Sat Jun 8 17:25:52 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  10e47a46ea7095714856121cc29ee3e8928ca553 (commit)
      from  318454d35ab4aedd65e6c3f196042361b5eb795b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 10e47a46ea7095714856121cc29ee3e8928ca553
Author:    Daniel Kristjansson <danielk at cuymedia.net> at Sat, 8 Jun 2013 13:25:24 -0400
Committer: Daniel Kristjansson <danielk at cuymedia.net> at Sat, 8 Jun 2013 13:25:43 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=10e47a46ea7095714856121cc29ee3e8928ca553

Add simple script + template to create a unit test.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythbase/test/create_test.sh        |   31 ++++++++
 .../libs/libmythbase/test/test_template/.gitignore |    5 ++
 .../test/test_template/test_template.cpp           |    3 +
 .../libmythbase/test/test_template/test_template.h |   77 ++++++++++++++++++++
 .../test/test_template/test_template.pro           |   44 +++++++++++
 5 files changed, 160 insertions(+), 0 deletions(-)
 create mode 100755 mythtv/libs/libmythbase/test/create_test.sh
 create mode 100644 mythtv/libs/libmythbase/test/test_template/.gitignore
 create mode 100644 mythtv/libs/libmythbase/test/test_template/test_template.cpp
 create mode 100644 mythtv/libs/libmythbase/test/test_template/test_template.h
 create mode 100644 mythtv/libs/libmythbase/test/test_template/test_template.pro

-- 



More information about the mythtv-commits mailing list