File: test-c-example.py

package info (click to toggle)
gtk4-layer-shell 1.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 616 kB
  • sloc: ansic: 3,537; xml: 417; python: 333; makefile: 9
file content (6 lines) | stat: -rwxr-xr-x 160 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/simple-example-c'
smoke_test_common.run([bin_path], {})