~libqtelegram-team/telegram-app/reset-emblem-counter

« back to all changes in this revision

Viewing changes to tests/autopilot/sctelegram/CMakeLists.txt

  • Committer: Michał Karnicki
  • Date: 2014-12-08 13:38:37 UTC
  • mfrom: (175.2.1 app-dev-theone)
  • Revision ID: michal.karnicki@canonical.com-20141208133837-md8h3yjbqrsn2v86
Add a scope to Telegram.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
configure_file(
 
2
  "test_generic.py.in"
 
3
  "test_generic.py"
 
4
)
 
5
configure_file(
 
6
  "test_scope.py.in"
 
7
  "test_scope.py"
 
8
)
 
9