~ps-jenkins/media-hub/utopic-proposed

19 by Jim Hodapp
Added README file which describes how to build and how to run the tests. Also changed the namespaces to be the more general core::ubuntu::media instead of music-specific.
1
To Build:
2
---------
3
4
mkdir build
5
cd build
6
cmake ..
7
make
8
9
To Run Unit Tests:
10
------------------
11
12
cd build/tests/acceptance-tests
13
./service_acceptance_test
14
15
cd build/tests/unit-tests
16
./test-gstreamer-engine