This website requires JavaScript.
Explore
Help
Register
Sign In
BitHeaven
/
picom
Watch
1
Star
0
Fork
You've already forked picom
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bfb6cad648
picom
/
tests
/
run_tests.sh
6 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
Run test cases in CI Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2019-08-05 02:57:30 +08:00
#!/bin/sh
compton
=
$(
realpath
$1
)
cd
$(
dirname
$0
)
tests: put test cases into their own folder Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
2019-09-24 04:10:24 +08:00
./run_one_test.sh
$compton
testcases/basic.py