Add rudimentary test suite with a LUC Handler test script
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Wed, 13 Jun 2012 10:46:08 +0000 (11:46 +0100)
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Wed, 13 Jun 2012 11:47:48 +0000 (12:47 +0100)
commit1f93dcd790347061621841233e2b1f95b23aea8f
tree5fd275b5ef9fa3c8d54bb37187a3432e607ecfdb
parent82b3f5922bf76d451508228578d34aeb6d63b6aa
Add rudimentary test suite with a LUC Handler test script

For now the LUC Handler test only does the following:

  1. reset the LUC to be empty
  2. attempt to register one foreground app

In the future we have to add more tests to it.
Makefile.am
configure.ac
tests/Makefile.am [new file with mode: 0644]
tests/luc-handler/Makefile.am [new file with mode: 0644]
tests/luc-handler/test-luc-handler [new file with mode: 0755]