tests/monitor-unit-tests: Run a client while testing

Run a client while testing and check that it's alive when checking each
monitor configuration.

https://bugzilla.gnome.org/show_bug.cgi?id=730551
This commit is contained in:
Jonas Ådahl
2017-08-18 14:37:53 +08:00
parent fa9c09feee
commit e2d904c32b
4 changed files with 74 additions and 0 deletions

View File

@ -22,4 +22,8 @@
void init_monitor_tests (void);
void pre_run_monitor_tests (void);
void finish_monitor_tests (void);
#endif /* MONITOR_UNIT_TESTS_H */