Add a GAppInfoMonitor test

The test reveals that there's something fishy with this monitor.
One has to call g_app_info_get_all() for it to start working,
and then it only works once.
This commit is contained in:
Matthias Clasen
2013-11-28 00:19:19 -05:00
parent 36a42ab0a5
commit bd932aa9f8
2 changed files with 115 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ AM_CFLAGS = $(GLIB_WARN_CFLAGS)
# Test programs buildable on all platforms
test_programs = \
appmonitor \
async-close-output-stream \
async-splice-output-stream \
buffered-input-stream \