blob: edbd9659cbb9841f2a5953927e19e69e499afe73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Where to put new tests:
/tests/ if they're simple regression tests that don't touch the session bus
/tests/dbus/ if they touch the session bus
(a temporary session bus will be used)
/tests/tools/ if they're shell scripts that test the code generation tools
To run a single test:
make -C tests/dbus check TESTS=test-contacts
|