commit | 306e36185c34c486d09905fc4eb551da4b89bc37 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Thu Apr 12 12:54:14 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Apr 26 09:07:13 2012 -0400 |
tree | 8fcbbb9d35ac8135f3d8ca1cffeeb8e257959ab7 | |
parent | 7890c4d36dbec14d44109ead6fb12adfece47a7b [diff] [blame] |
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.
diff --git a/tests/weston-test b/tests/weston-test new file mode 100644 index 0000000..2314514 --- /dev/null +++ b/tests/weston-test
@@ -0,0 +1,4 @@ +#!/bin/sh + +../src/weston --module=$abs_builddir/.libs/${1/.la/.so} +