mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-07 19:30:41 +01:00
The idea here is to make weston load test cases as a module and then run test cases from within weston.
4 lines
68 B
Bash
4 lines
68 B
Bash
#!/bin/sh
|
|
|
|
../src/weston --module=$abs_builddir/.libs/${1/.la/.so}
|
|
|