306e36185c
The idea here is to make weston load test cases as a module and then run test cases from within weston.
5 lines
68 B
Bash
5 lines
68 B
Bash
#!/bin/sh
|
|
|
|
../src/weston --module=$abs_builddir/.libs/${1/.la/.so}
|
|
|