Add a tests of some GVfs functions

https://bugzilla.gnome.org/show_bug.cgi?id=656621
This commit is contained in:
Matthias Clasen
2011-10-16 14:34:16 -04:00
parent c41f6a0b7c
commit 8ff94df632
2 changed files with 60 additions and 2 deletions

View File

@@ -52,9 +52,10 @@ TEST_PROGS += \
gdbus-message \
socket \
pollable \
tls-certificate \
tls-interaction \
tls-certificate \
tls-interaction \
cancellable \
vfs \
$(NULL)
if OS_UNIX
@@ -489,6 +490,8 @@ tls_interaction_LDADD = $(progs_ldadd)
cancellable_LDADD = $(progs_ldadd)
vfs_LDADD = $(progs_ldadd)
# -----------------------------------------------------------------------------
if OS_UNIX