File: test-c-session-lock.py

package info (click to toggle)
gtk4-layer-shell 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 852 kB
  • sloc: ansic: 5,701; python: 421; xml: 417; makefile: 10
file content (6 lines) | stat: -rwxr-xr-x 166 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env python3

import smoke_test_common

bin_path = smoke_test_common.build_dir() + '/examples/session-lock-c'
smoke_test_common.run([bin_path], 'lock', {})