weston/tests
Pekka Paalanen fd51796094 tests: write logs to files
This cleans up the 'make check' output considerably. When all goes well,
you will only see the "PASS" line for each of $TESTS.

Weston logs into a separate file than stdout and stderr, so server logs
end up in one file per test, and other output to another file per test.

'make distclean' does not remove the tests/logs/ directory.

Also changes the weston-tests-env interpreter to bash, since I think &>
and ${1/.la/.so} might be bashisms.
2012-12-12 10:38:38 -05:00
..
.gitignore tests: write logs to files 2012-12-12 10:38:38 -05:00
button-test.c tests: Drop yield() helper function 2012-12-11 22:17:35 -05:00
event-test.c tests: Drop yield() helper function 2012-12-11 22:17:35 -05:00
keyboard-test.c keyboard-test: Use wl_display_roundtrip() instead of yield() 2012-12-11 22:00:54 -05:00
Makefile.am tests: Convert remaining module tests to not use test-runner.c 2012-12-11 23:22:16 -05:00
matrix-test.c Move matrix.[ch] to shared 2012-12-06 15:53:03 -05:00
setbacklight.c Remove some dead code. 2012-10-16 11:29:10 -04:00
surface-global-test.c tests: Convert remaining module tests to not use test-runner.c 2012-12-11 23:22:16 -05:00
surface-test.c tests: Convert remaining module tests to not use test-runner.c 2012-12-11 23:22:16 -05:00
text-test.c tests: Port text-test to new test framework 2012-12-11 23:04:14 -05:00
weston-test-client-helper.c tests: Port text-test to new test framework 2012-12-11 23:04:14 -05:00
weston-test-client-helper.h tests: Port text-test to new test framework 2012-12-11 23:04:14 -05:00
weston-test-runner.c tests: Convert keyboard-test to new test extension 2012-12-11 15:30:25 -05:00
weston-test-runner.h tests: Convert keyboard-test to new test extension 2012-12-11 15:30:25 -05:00
weston-test.c tests: Define and implement a test protocol extension. 2012-12-11 15:29:52 -05:00
weston-tests-env tests: write logs to files 2012-12-12 10:38:38 -05:00