## Usage

1. Build the test file with `make tests`
2. Switch to the `clef-native-sample-cordova` project
3. Add the `cordova-plugin-test-framework` plugin:

        cordova plugin add http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework.git
        
4. Change the start page in `config.xml` with `<content src="cdvtests/index.html"
   />` or navigate to `cdvtests/index.html` from within your app.
5. Add the tests to the project: 

        cordova plugin add /path/to/clef-native-sdk-cordova/tests --link
        
6. Run the project:

        cordova emulate
        

The emulator will display a page that lets you run specs and manual tests.