This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
weston
Watch
1
Star
0
Fork
0
You've already forked weston
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bf74d5242a
weston
/
tests
/
weston-test
5 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: Add an initial weston integration test The idea here is to make weston load test cases as a module and then run test cases from within weston.
2012-04-12 20:54:14 +04:00
#!/bin/sh
compositor: Generalize module loading We can now load any number of general modules, and the shell and xwayland are just two of them. We continue to use the mechanism for testing but custom input drivers or logging mechanisms, for example are other use cases.
2012-09-12 20:21:01 +04:00
../src/weston --modules=$abs_builddir/.libs/${1/.la/.so}
tests: Add an initial weston integration test The idea here is to make weston load test cases as a module and then run test cases from within weston.
2012-04-12 20:54:14 +04:00
Reference in New Issue
Copy Permalink