~phablet-team/aethercast/fix-for-microsoft-dongle

« back to all changes in this revision

Viewing changes to tests/w11tng/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Simon Fels
  • Date: 2016-03-04 14:14:09 UTC
  • mfrom: (119.4.12 ac-networking-fixes)
  • Revision ID: tarmac-20160304141409-xe8khdgb43nha1fn
Multiple changes for Networking support:

* Add a DisconnectAll dbus method to allow the UI to easily disconnect
  any connected device. Just for the purpose of a demo.
* Return proper errors when scanning fails.
* Enable miracast mode for the WiFi driver if available.
* Set GO intent by default to 7. Should be higher if we're a sink.
* Print frequencies consider for GO negotiation
* Several minor fixes
* Enable unit tests again.

Approved by PS Jenkins bot, Thomas Voß.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
AETHERCAST_ADD_TEST(interfaceselector_tests interfaceselector_tests.cpp aethercast-test-w11tng)
11
11
AETHERCAST_ADD_TEST(dhcp_tests dhcp_tests.cpp)
12
12
AETHERCAST_ADD_TEST(dhcpleaseparser_tests dhcpleaseparser_tests.cpp)
13
 
AETHERCAST_ADD_TEST(netlinklistener_tests netlinklistener_tests.cpp)
14
13
AETHERCAST_ADD_TEST(informationelement_tests informationelement_tests.cpp)